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
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
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
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
[
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