D in accounting program
Adam D. Ruppe
destructionator at gmail.com
Wed Nov 24 15:41:43 PST 2010
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!
More information about the Digitalmars-d
mailing list