Re: [Haskell-cafe] SCGI module

2008-10-02 Thread Don Stewart
anton.tayanovskyy: > Hello, > > SCGI module from Hackage is not working for me with Apache mod_scgi, I > think because it uses LazyBytestring to hGetContents on a socket > handle and the Apache side does not close the socket. Also, looking at > the source I didn't see any fork* calls, so I assume

[Haskell-cafe] SCGI module

2008-10-02 Thread Anton Tayanovskyy
Hello, SCGI module from Hackage is not working for me with Apache mod_scgi, I think because it uses LazyBytestring to hGetContents on a socket handle and the Apache side does not close the socket. Also, looking at the source I didn't see any fork* calls, so I assume it is not doing concurrency. S