"Kevin Dangoor" <[EMAIL PROTECTED]> writes: > 2) mod_python > > This solution saves some overhead (no extra TCP communication > overhead), and provides automatic restarts when apache restarts. It's > the most complicated of the 3 to get set up properly, particularly > with Python 2.4 under the common distros.
I'd add to the advantages of this approach that it simplifies things greatly when you need a whole bunch of TG apps running on a single machine. I typically have a dozen or so running on virtual hosts on one machine. With mod_python I only have to set up the apache conf for each, I don't need to monitor a bunch of TG processes, set up start and stop scripts for each, or keep track of which app is running on which port. -- anders pearson : http://www.columbia.edu/~anders/ C C N M T L : http://www.ccnmtl.columbia.edu/ weblog : http://thraxil.org/
pgp8XVTCHGwKR.pgp
Description: PGP signature

