Skip to main content

New answers tagged

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. ...
freakish's user avatar
  • 3,065
-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 ...
guest271314's user avatar
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 ...
J_H's user avatar
  • 7,891

Top 50 recent answers are included