Re: [naviserver-devel] New nsproxy module

2006-05-20 Thread Zoran Vasiljevic
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

Re: [naviserver-devel] New nsproxy module

2006-05-20 Thread 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 calling proc. But the differences are small. I'm no