-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Dec 8, 2005, at 11:47 PM, James Britt wrote: > If I'm understanding this correctly, though, I need not be > concerned with contention issues any more than I would with a plain > CGI app; fastcgi and scgi are means of routing requests to > persistent CGI processes, but a given process will not be handling > more than one request at a time. Most FastCGI implementations work this way, but it is not a rule. You are free to write a FastCGI server which handles concurrent requests (with threads, async IO, forked children, etc.) But most do not; programming in the CGI style is much simpler. The choice is yours. jeremy -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (Darwin) iD8DBQFDmTvsAQHALep9HFYRAlEbAJ4iOsWTtEFblJq2HT2mHZeVKBPpSgCfXODP EPmkmCVTbLyXo9RE/WaIpdw= =BFqr -----END PGP SIGNATURE-----