|
|
|
|
|
by quickthrower2
1594 days ago
|
|
Is it worth upgrading a long polling solution to SSE? Would I see much benefit? What I mean by that is client sends request, server responds in up to 2 minutes with result or a try again flag. Either way client resends request and then uses response data if provided. |
|
Comet-stream and SSE will save you alot of bandwidth and CPU!!!