-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Dec 8, 2005, at 9:12 AM, James Britt wrote: > I'm doing more work with fascgi and scgi, and I'm looking for some > clarification. Are there configurations for either of these where > multiple application processes are sharing the same Ruby interpreter? How you process requests in a FastCGI or SCGI handler is up to you. The 'standard' way is to handle a single request at a time per- process so you don't have to worry about threading issues. However, you could just as well dispatch the request to threads or fork children. Best, jeremy -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (Darwin) iD8DBQFDmHmaAQHALep9HFYRAhSoAKCF1n3VYnTXLWIU4A7hYLVaEnlR3gCdF3dp Fri6gTJQWRPDW41EU0H5Y4c= =Zyre -----END PGP SIGNATURE-----