Re: Need confirmation of memory leak using Apache 2.2.2.

2006-07-30 Thread Graham Dumpleton
I get it on Apache 2.0.59 as well. :-( I will thus be interested to see what others get, as appears to be an existing mod_python issue. BTW, this is with worker MPM. Graham Graham Dumpleton wrote .. > I am using Apache 2.2.2 and when using mod_python in a certain way, I am > seeing > significan

Need confirmation of memory leak using Apache 2.2.2.

2006-07-30 Thread Graham Dumpleton
I am using Apache 2.2.2 and when using mod_python in a certain way, I am seeing significant ongoing increases in memory use by Apache child processes. Initially I thought I had stuffed up recent changes in mod_python 3.3 out of subversion trunk that I had been making, but I went back to mod_python

Core Vote (Re: mod_python 3.2.9 available for testing)

2006-07-30 Thread Gregory (Grisha) Trubetskoy
Sorry for the late response - I was trying to have a "vacation" - that's when you are geographically in a different place with slow internet access and read only "some" of your e-mail ;-) +1 for core vote (with the note about the 2.2.2 XP SP2 issue). Grisha On Sat, 8 Jul 2006, Graham Du

[jira] Work started: (MODPYTHON-155) req.add_handler() and inheritance of directory to be searched for module

2006-07-30 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-155?page=all ] Work on MODPYTHON-155 started by Graham Dumpleton. > req.add_handler() and inheritance of directory to be searched for module > > > Key: MO

[jira] Reopened: (MODPYTHON-155) req.add_handler() and inheritance of directory to be searched for module

2006-07-30 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-155?page=all ] Graham Dumpleton reopened MODPYTHON-155: Marked this resolved too soon. The code works fine, but looks like it could be memory inefficient due to the MpHList_FromHLEntry()

mod_python 3.2.10 binaries for Win32

2006-07-30 Thread Nicolas Lehuen
Hi,Here are the Win32 binaries for mod_python 3.2.10 :http://nicolas.lehuen.com/download/mod_python/There is one version for Python 2.3 + Apache 2.0, a version for Python 2.4 + Apache 2.0 and a version for Python 2.4 + Apache 2.2.All three version have passed the unit tests, so we can release them

[jira] Work started: (MODPYTHON-63) Handle wildcard in Directory to sys.path transfer

2006-07-30 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-63?page=all ] Work on MODPYTHON-63 started by Graham Dumpleton. > Handle wildcard in Directory to sys.path transfer > - > > Key: MODPYTHON-63 > URL: http://issues.

[jira] Resolved: (MODPYTHON-164) Allow req.add_handler()/req.register_*_filter() to take module/function for handler.

2006-07-30 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-164?page=all ] Graham Dumpleton resolved MODPYTHON-164. Fix Version/s: 3.3 Resolution: Fixed > Allow req.add_handler()/req.register_*_filter() to take module/function for > handler. > -

[jira] Resolved: (MODPYTHON-155) req.add_handler() and inheritance of directory to be searched for module

2006-07-30 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-155?page=all ] Graham Dumpleton resolved MODPYTHON-155. Fix Version/s: 3.3 Resolution: Fixed To fix this, handler list now contains reference back to parent handler that registered it dynam