How are you handling concurrent connections?

Hi, how are you handling it? Let’s say I have a 100K users at the same time on the web.
I’m a little worried about this, I was reading about node.js concurrency that it has no parallelism, therefore no multi-threads.

Thank you

For scaling, the way Ghost has suggested to do it is by adding proxies which handle the response before it hits the Ghost instance. So caching frontend content with something like varnish or nginx, using nginx to proxy asset requests, etc.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.