Re: How does FastCGI work under the covers?

2013-06-30 Thread Maxim Dounin
Hello! On Sun, Jun 30, 2013 at 05:10:23PM -0400, kgk wrote: > Hello Everybody, > > I have a simple question about the Nginx FastCGI implementation. Let's say > that 1,000 web browsers are requesting pages from our server, and we're > using FastCGI within Nginx. > > While the FastCGI specificat

Re: mp4 atom too large

2013-06-30 Thread Maxim Dounin
Hello! On Sat, Jun 29, 2013 at 09:50:53AM +0100, Richard Kearsley wrote: > Hi > > I already checked there, I'm getting a different error ("mp4 atom > too large" != "mp4 moov atom is too large") > My error message seems to have been added in this patch > http://nginx.org/download/patch.2012.mp4.t

How does FastCGI work under the covers?

2013-06-30 Thread kgk
Hello Everybody, I have a simple question about the Nginx FastCGI implementation. Let's say that 1,000 web browsers are requesting pages from our server, and we're using FastCGI within Nginx. While the FastCGI specification permits sending little pieces of each request ("multiplexing" them), my