On Nov 27, 2009, at 10:11 PM, Chris Hanson wrote: > I believe Mac OS X 10.5+ includes the FastCGI Apache module and C library, > which are for just this kind of use: Maintaining a pool of CGI-style servers > that use Apache to provide an HTTP front-end without the overhead of one > fork/exec per HTTP connection.
FastCGI is an extremely nasty protocol. I speak from experience here. FastCGI has mostly been abandoned in recent years because it's too intractable to work with and no one has been willing to fix the Apache module. SCGI does exactly the same thing, but is a lot more approachable (and there's an Apache module for it, though it might not be pre-installed.) —Jens_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com