Archive for June 15th, 2008

fcgiapp: is it enough?

By farcaller June 15th, 2008

I’m now thinking about making a test code capable of FastCGI (currently only CGI support is provided). fastcgi.com mentions some C library that is capable of emulating FastCGI environment for CGI applications. There’s also extended version based on fcgiapp. The only problem is very little documentation. I’m not sure if all that would scale well.
I’m [...]