[jira] Reopened: (MODPYTHON-195) Possible leaking of Win32 event handles when Apache restarted.
[ https://issues.apache.org/jira/browse/MODPYTHON-195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graham Dumpleton reopened MODPYTHON-195: The change for this appears to be having the side affect of the mod_python/Python version information not showing up in the Apache startup string. This is based on logging shown in email: http://www.modpython.org/pipermail/mod_python/2007-May/023582.html Where would would expect to see something like: Apache/2.2.4 (Win32) mod_python/3.3.1 Python/2.5 PHP/5.2.1 configured -- resuming normal operations on Windows one is only seeing: Apache/2.2.4 (Win32) PHP/5.2.1 This is because the version information is output in the first Windows process created, but the change is stopping the code which composes the version information from being run. The code should be reorganised so that calls to ap_add_version_component() for mod_python and Python are always done. When done second time it is redundant but doesn't matter. > Possible leaking of Win32 event handles when Apache restarted. > -- > > Key: MODPYTHON-195 > URL: https://issues.apache.org/jira/browse/MODPYTHON-195 > Project: mod_python > Issue Type: Bug > Components: core >Affects Versions: 3.2.10 >Reporter: Graham Dumpleton > Assigned To: Graham Dumpleton > Fix For: 3.3 > > > Jeff Robins in: > > http://mail-archives.apache.org/mod_mbox/httpd-python-dev/200610.mbox/[EMAIL > PROTECTED] > indicates a belief that when an Apache restart is performed on Windows that > there are a number of Win32 event handles leaked. His belief is that this > seems to be linked to mod_python. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
Re: [VOTE] does mod_python want to be a TLP
On 10/05/07, Gregory (Grisha) Trubetskoy <[EMAIL PROTECTED]> wrote: 1. "Python" is not a good name for this project because "Apache Python" will just be too confusing and probably infringes on a PSF trademark. So if you have any creative suggestions, send them in, don't be shy, even if you think they may sound a little stupid at first :-) How about 'Asphyxia'. This being the outcome if a Python gets you. :-) Since the reason for the TLP being for Python rather than just mod_python was the idea there might be more than just the mod_python project, ie., other Apache/Python modules, then maybe call it 'Pythonidae'. This is the more technical name for the family of snakes which people call Pythons. Not sure how you are meant to pronounce that though. Graham