FZambia/cyclone-sse

Max number of connections

Closed this issue · 3 comments

How many concurrent connected clients were you able to have on one cyclone instance?

hello! We used cyclone-sse at work - but our site is corporative social network in large company - we have no high loads. So in our situation we had 500 simultanious clients max. I think that a siingle instance should be ok with up two 2000 clients but this is a short in the dark and depends on many factors.

okay thanks! FYI: I got a node version clustered up to 6000 clients without bigger improvements.

Do you use SSE with fallback to xhr-polling too? At work we refused from using SSE eventually because our clients often opened lots of browser tabs - so we needed a way to deal with maximum number of persistent connections allowed by HTTP protocol - and decided to use websockets - now we use https://github.com/FZambia/centrifuge - and it just works