Hello!

On Mon, Sep 15, 2014 at 06:16:58PM +0200, Wter S. wrote:

> Then how Nginx is able to handle thousands simultaneous requests (where 
> some of them contains blocking IO operations) with only one process (or 
> let say 10 processes) ?

That's because nginx is event-driven server and uses non-blocking 
IO whenever possible.

-- 
Maxim Dounin
http://nginx.org/

_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to