Re: Why Nginx Doesn't Implement FastCGI Multiplexing?

2014-09-15 Thread Wter S.
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

Re: Why Nginx Doesn't Implement FastCGI Multiplexing?

2014-09-14 Thread Wter S.
Question about FastCGI: How it handle simultaneous connections with one process when PHP itself is blocking language ? What if I have something "sleep(100)" . Wont it block the process for the other users ? Thanks Maxim Dounin wrote in post #1101079: > Hello! > > On Sat, Mar 09, 2013 at 10:43:4