The new importer gets my vote. I've been using it for a while now in my development servers and it works great. I've not discovered any bugs. I've verified it with PythonAutoReload and PythonDebug in any combination of On and Off. For a complex hierarchy of python files in with both set to off, I've verified it doesn't touch the filesystem. For both set to on it touches the filesystem around 700 times (still < 1 second), I wouldn't recommend that people do that on servers without lots of spare time. It's a real time saver for development though! I hardly ever have to restart apache anymore.
-Dan On 8/12/06, Jim Gallacher <[EMAIL PROTECTED]> wrote:
Graham, In your JIRA cleanup session you made the comment a number of times that the new importer is not likely to be the default in 3.3. I'm just wondering why it can't be the default, with the old importer as an option? Maybe: PythonOption mod_python.legacy.importer * If we were to do this we'd likely want a longer 3.3 beta test period, but if it takes care of the ongoing module import issues it might be worth it. Jim