atom feed12 messages in ru.sysoev.nginxRe: fastcgi, simply wrong
FromSent OnAttachments
Alexandre GiraoApr 24, 2008 9:11 pm 
Maxim DouninApr 25, 2008 1:02 am 
Manlio PerilloApr 25, 2008 2:58 am 
Igor SysoevApr 25, 2008 3:47 am 
Igor SysoevApr 25, 2008 4:24 am 
Alexandre GiraoApr 25, 2008 5:03 am 
Alexandre GiraoApr 25, 2008 5:08 am 
Alexandre GiraoApr 25, 2008 5:18 am 
Igor SysoevApr 25, 2008 5:26 am 
Alexandre GiraoApr 25, 2008 5:41 am 
Maxim DouninApr 25, 2008 5:55 am 
Alexandre GiraoApr 25, 2008 6:05 am 
Subject:Re: fastcgi, simply wrong
From:Alexandre Girao (alex@public.gmane.org)
Date:Apr 25, 2008 5:41:44 am
List:ru.sysoev.nginx

On Fri, Apr 25, 2008 at 9:26 AM, Igor Sysoev
<is-G@public.gmane.org> wrote:

This simply means that your application does not conform to FCGI specification. You should track request id AND connection.

...

Actually, your FastCGI server may serve two different frontends those have no idea about each other existance. They will use the same request id range. How will you track their requests using request id only ?

i got it, thanks for the enlightenment.. haven't thinked in this terms of "request id AND connection"

nginx has no full FastCGI support. Yes, I agree completely. But it conforms to the subset of FastCGI specs.

right

-- Igor Sysoev http://sysoev.ru/en/

thanks again