Karl Guertin <[EMAIL PROTECTED]> writes: > On 2/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> Do I need to check on some settings in Apache? Perhaps >> there is a configuration setting for Apache more suitable for a >> developement environment that causes instances not to hang around for >> so long? > > CherryPy is not designed to be run under mod_python in development > mode. mod_python is a production-only environment and if you make a > change, you should reload apache. For development, the cherrypy > internal server works just fine.
right. if you *really* want to do development directly with mod_python, setting apache's MaxRequestsPerChild to 1 might do the trick. performance would be horrible so you wouldn't want to do it on a real server. not recommended though. developing with the built-in server and deploying to production with mod_python has been treating me well. -- anders pearson : http://www.columbia.edu/~anders/ C C N M T L : http://www.ccnmtl.columbia.edu/ weblog : http://thraxil.org/
pgpq1P8RTgLPN.pgp
Description: PGP signature

