3.2.8 - Memory leaks with util.FieldStorage

2006-06-10 Thread Laurent Blanquet
Hello,   I'm using MOD_APACHE 3.2.8 (from binary dist). with Apache 2.0.55 under Windows XP Pro. I encounter memory leaks (~ 16 Ko per request) with a very basic handler like :   import mod_python from mod_python import util def handler(req):F=util.FieldStorage( req )   return mod

Re: 3.2.8 - Memory leaks with util.FieldStorage

2006-06-11 Thread Laurent Blanquet
Hello, I've run the 2 tests, and I do not see any leaks. Laurent. > Laurent, > > Could you run a couple of more tests? > > test1.py > > from mod_python import apache, util > > def handler(req): > pqs = util.parse_qsl('foo=a&bar=b') > req.content_type = 'text/plain' > r

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

2006-06-30 Thread Laurent Blanquet
URL: http://issues.apache.org/jira/browse/MODPYTHON-172 > > Project: mod_python > > Type: Bug > > > Components: core > > Versions: 3.2.8 > > Environment: Win32 XP SP1 / SP2 > > Apache 2.0.55 installed from

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

2006-06-10 Thread Laurent Blanquet (JIRA)
Components: core Versions: 3.2.8 Environment: Win32 XP SP1 / SP2 Apache 2.0.55 installed from binary (.MSI) Python 2.4.2 or 2.4.3installed from binary from www.python.org Reporter: Laurent Blanquet I encounter memory leaks [~ 16 K per request) using the configuration described

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

2006-10-13 Thread Laurent Blanquet (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-172?page=comments#action_12442162 ] Laurent Blanquet commented on MODPYTHON-172: [[ Old comment, sent by email on Fri, 30 Jun 2006 15:03:22 +0200 ]] Hello, I've tested