[mod_python] MySQL Temporary Tables

Miikka Miettinen mmmietti at cs.Helsinki.FI
Sat May 8 11:53:12 EST 2004


> how easy is it to set up Apache so that it does not fork more than one process?

I have used this kind of configuration with pthread MPM:

ServerLimit          1
StartServers         1
MaxClients          64
ThreadsPerChild     64
MinSpareThreads     10
MaxSpareThreads     50
MaxRequestsPerChild  0

It seems to work, but I don't know all the details involved.

Miikka



More information about the Mod_python mailing list