On Wed, May 29, 2002 at 07:45:42AM -0700, Michael Watkins wrote: > Ok, I'll bite - how does the CGI -> SCGI gateway differ from how SCGI is > used today? We currently use mod_scgi to connect Apache and the long running SCGI process. A CGI to SCGI gateway has the advantage of working with any web server that supports CGI. The disadvantage is that it would be slower since a new process would be created on every request. Neil