On Thu, Jan 23, 2003 at 11:51:40AM -0800, Jim Dukarm wrote: >If the Quixote app is integrated with the Medusa Quixote server and >then Apache is run in front of it as a proxy, would that give >performance comparable to SCGI? Probably not. The Medusa server is single-threaded, servicing a number of HTTP connections by monitoring them with select(). When the interpreter dives into a Quixote handler, any other connected clients won't get anything done. The SCGI server is a forking server, so you can have N different processes servicing different clients in parallel. --amk (www.amk.ca) EDGAR: The prince of darkness is a gentleman. -- _King Lear_, III, iv