== Quote from Adam Ruppe ([email protected])'s article > zsxxsz wrote: > > The fork process is expensive for any OS. > Have you actually measured this? Yes, I'm sure. Fork on UNIX or CreateProcess on Win32 are expensive. > > I feel the cgi library is too simple, so I doubt wether it supports > > fcgi for Apache, Nginx or other Webserver. > Have you actually looked at it? I've personally used it on three web > servers (IIS, Apache, and an embedded server) across two operating > systems (Windows and Linux) and three protocols (CGI, FastCGI, and > raw http). > It'll probably work on other servers and operating systems too, but > I haven't tried yet.
Is so, I'll try it, thanks.
