Gregory Trubetskoy
grisha at modpython.org
Thu Jun 8 09:53:32 EST 2000
Mod_python 2.3 is out. There are two major changes in this one: 1. The PythonDebug, PythonInterpPerDirectory and PythonNoReload now require an argument of On or Off. NOTE - THIS WILL REQUIRE YOU TO CHANGE YOUR CONFIGS IF YOU'RE USING ANY OF THESE DIRECTIVES!!! 2. A new directive, PythonImport allows you to import modules at child process initialization time. This is good for initializing database connections, etc. Read the documentation for details. For the future relelases, on my list are (in no particular order): 1. Ironing out the thread related issues so that mod_python works on win32. 2. ChildInit, ChildExit and Cleanup handlers. 3. Dynamic handler registration. -- Gregory (Grisha) Trubetskoy grisha at modpython.org
|