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? Jim Dukarm DELTA-X RESEARCH -------- Neil Schemenauer wrote: ------------------ > SCGI works well for us but it might be too heavyweight for some > situations. By heavyweight I mean that each SCGI server is a daemon and > needs to be managed separately from the web server. That has advantages > and disadvantages. You can't just plop your script into a cgi-bin > directory and have it work like mod_fastcgi. OTOH, you can run your > applications under different UIDs, restart them without restarting > Apache, etc.