Mengu asked: > are you just using cgi or are you using fastcgi? Plain CGI. I haven't had any performance issues* despite not even trying so I'm keeping everything simple.
Just adding an extra constructor for FastCGI should be possible (I have an overloaded constructor for raw HTTP data already) but since I haven't needed it, I haven't bothered. * The opposite actually - while plain CGI hello world is about 80x slower on my computer than mod_php hello world, the actual application has been 40% *faster* than comparable projects in PHP on the same computer!
