Am 20.05.2006 um 21:41 schrieb Stephen Deasey:
This is almost a Fast CGI module. Differences are this uses pipes,
while Fast CGI uses sockets (although the code mentions a move to
sockets). Fast CGI produces a complete response for the browser,
where as this returns a script result to the call
This is almost a Fast CGI module. Differences are this uses pipes,
while Fast CGI uses sockets (although the code mentions a move to
sockets). Fast CGI produces a complete response for the browser,
where as this returns a script result to the calling proc. But the
differences are small.
I'm no