Re: [Cppcms-users] Chat example runs slowly after the change
Brought to you by:
artyom-beilis
From: Artyom <art...@ya...> - 2010-08-23 06:27:24
|
> Let's assume that I am using nginx with one backend of ten processes. > That means, my webserver can handle ten processes at a time and that if an > eleventh request arrive, its execution will be delayed. This is not correct. Web server forwards all requests directly to the cppcms process even if it is a single one (and in asynchronous applications you do have a single process) So all 11 request will be forwarded without any delay or jam. Single cppcms process can handle lots of requests simultaneously. Artyom |