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

Re: How to measure time spent on response compression for Nginx?

2014-09-14 Thread wishmaster
--- Original message --- From: "Wei Chen" Date: 14 September 2014, 07:18:40 > Hi folks: > > We want to measure how long Nginx takes to compress certain response > with Gzip format. Is there any way/tool to get accurate timing? > You can find some information about gzip on Calome.