== Quote from Adam Ruppe ([email protected])'s article
> zsxxsz wrote:
> > I think the cgi module is lower effecient.
> That's not really true. The reason CGI has a perception of being
> slow is because it's used by slow languages most the time, but with
> D, it's fast.
I don't think so. Because I've been using C to write cgi. One http request one
fork cgi which is the reason of slowly performance cgi. The fork process is
expensive for any OS.
> That said, if you still want to use fast cgi, just use -version=fastcgi
> when compiling with that same module.
I feel the cgi library is too simple, so I doubt wether it supports fcgi for
Apache, Nginx or other Webserver.

Reply via email to