On Mon, Dec 30, 2002 at 01:23:47PM -0500, Tom Jenkins wrote: > So with SCGI there isn't the duplication of the application(s) for > each apache process? With my SCGI package there is a separate forking server for dynamic content. It works similar to Apache. There is a master process that forks children and passes requests to them. You can specify the maximum number of children to fork. Note that this is only one implementation of the SCGI protocol. The protocol and mod_scgi do not place a lot of constraints on the server architecture. Neil