Re: Commented: (MODPYTHON-172) Memory leak with util.fieldstorage using mod_python 3.2.8 on apache 2.0.55

2006-07-06 Thread Harold Ship
Hi Nicolas Howcome I didn't see this post in JIRA? I added my comment there. I also didn't get email. I just found it in Google. Anyway, I have an application that was started over a year ago with 3.1.3. We switched to 3.2.8 because we had a requirement to upload files and there was a problem th

Re: Commented: (MODPYTHON-172) Memory leak with util.fieldstorage using mod_python 3.2.8 on apache 2.0.55

2006-07-06 Thread Harold Ship
Are the memory leaks with the patch still 16K per request? > > And I always see some memory leaks after having installed the patch : >

Re: memory leaks (was Re: Commented: (MODPYTHON-172) Memory leak with util.fieldstorage using mod_python 3.2.8 on apache 2.0.55)

2006-07-12 Thread Harold Ship
Jim Gallacher jgassociates.ca> writes: > > I've run some tests to evaluate the memory leaks. The tests are brute > force - make requests and watch the memory changes with top -b. > ... > First up - our leaky 3.2.9, and man does it leak! The readlines request > has a body of 1M bytes, and it f

[jira] Commented: (MODPYTHON-172) Memory leak with util.fieldstorage using mod_python 3.2.8 on apache 2.0.55

2006-07-06 Thread Harold Ship (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-172?page=comments#action_12419534 ] Harold Ship commented on MODPYTHON-172: --- Excuse me if this is a dumb question, but I don't know anything about the Python-C interface. Is it possible that the