Marketing of D - article topic ideas?
Adam Ruppe
destructionator at gmail.com
Sat Jun 5 17:18:54 PDT 2010
On 6/5/10, Robert Clipsham <robert at octarineparrot.com> wrote:
> It isn't anyway, at least not with fastcgi - take mod_php vs php in
> fcgi, fcgi is far *far* faster.
My numbers are all plain old vanilla CGI; fcgi would probably be better yet.
My hypothesis is that CGI gets its reputation because it has a
relatively high start up cost, so it gets horrible numbers for hello
world benchmarks. But, start up is a small percentage of a real world
program's actual running time, so for most non-trivial programs,
having faster code quickly erases CGI's initial deficit.
More information about the Digitalmars-d
mailing list