> Can you suggest any documentation I should read that describes how
> FastCGI handles PIPES and file channels.
The FastCGI spec. should be fine.
> I thought something like that was happening but, if that was the case
> wouldn't the output to stderr and stdout end up in the rendered pages
> (lik
Can you suggest any documentation I should read that describes how
FastCGI handles PIPES and file channels.
I thought something like that was happening but, if that was the case
wouldn't the output to stderr and stdout end up in the rendered pages
(like they do for php pages). I have poked and pr
On Jun 2, 7:12 am, The Code Janitor <[EMAIL PROTECTED]> wrote:
> The problem is that I am loosing [sic] stdout and stderr.
Yes, that's how most FastCGI spawners work. They close all file
descriptors, and open a new socket, then duplicate that socket's FD
onto a constant known as FCGI_LISTENSOCK_F