New answers tagged websockets
1
vote
Why is short polling considered an antipattern for event-sourced systems?
My question is: why is short polling so bad for this?
It is not "bad". It simply is either imprecise or extremely inefficient. To increase precision, you have to decrease polling interval. ...
-2
votes
Why is short polling considered an antipattern for event-sourced systems?
If short polling works for you, use short polling.
It is possible to achieve full-duplex streaming between the browser and peers or server using a variety of Web API's.
There is WebTransport, which ...
0
votes
Why is short polling considered an antipattern for event-sourced systems?
There is polling, and there's event driven.
And polling is always going to be "slow",
since an event result can be delivered
before a polling result will show up.
different processing steps ...
Top 50 recent answers are included
Related Tags
websockets × 141node.js × 19
architecture × 15
rest × 15
javascript × 14
http × 14
design × 11
web-applications × 11
sockets × 10
message-queue × 8
ajax × 8
real-time × 8
java × 7
c# × 7
web-development × 7
client-server × 7
api × 6
server × 6
scalability × 6
design-patterns × 5
database × 5
php × 5
web-services × 5
networking × 5
polling × 5