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
Laurent Blanquet wrote:
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 )
Jim Gallacher wrote:
Laurent Blanquet wrote:
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=
Memory leak with util.fieldstorage using mod_python 3.2.8 on apache 2.0.55
--
Key: MODPYTHON-172
URL: http://issues.apache.org/jira/browse/MODPYTHON-172
Project: mod_python
Type: Bug
Component
Jim Gallacher wrote:
Laurent Blanquet wrote:
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=