[ http://issues.apache.org/jira/browse/MODPYTHON-2?page=all ]
     
Graham Dumpleton closed MODPYTHON-2:
------------------------------------


> multiple/redundant interpreter creation
> ---------------------------------------
>
>          Key: MODPYTHON-2
>          URL: http://issues.apache.org/jira/browse/MODPYTHON-2
>      Project: mod_python
>         Type: Bug
>     Versions: 3.1.3
>  Environment: mod_python 3.1.3 + a threaded MPM (observed on Win32 and Mac OS 
> X)
>     Reporter: Nicolas Lehuen
>     Assignee: Nicolas Lehuen
>      Fix For: 3.2.7
>  Attachments: mod_python.c.patch
>
> A small bug in mod_python.c allows the creation of many Python interpreters, 
> where there should be only one. As a result, modules can be loaded multiple 
> times (once per interpreter) and some higher level bugs can occur (beginning 
> with higher memory usage). Graham Dumpleton found the bug in mod_python.c, 
> and I completed the fix with a patch to apache.py (in the import_module) 
> function.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to