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) ?
Thanks ! Maxim Dounin wrote in post #1157635: > Hello! > > On Sun, Sep 14, 2014 at 09:22:48PM +0200, Wter S. wrote: > > > FastCGI doesn't imply PHP > As of now, implementation of the FastCGI protocol in PHP doesn't > support FastCGI multiplexing at all, and that's one of the reasons > why nginx doesn't implement FastCGI multiplexing as well. > -- > Maxim Dounin > http://nginx.org/ -- Posted via http://www.ruby-forum.com/. _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
