Apache Mod-Python - Reopened: (MODPYTHON-195) Possible leaking of Win32 event

This is Interesting: Free IT Magazines  
Home > Archive > Apache Mod-Python > May 2007 > Reopened: (MODPYTHON-195) Possible leaking of Win32 event





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Reopened: (MODPYTHON-195) Possible leaking of Win32 event
Graham Dumpleton (JIRA)

2007-05-10, 1:13 am


[ https://issues.apache.org/jira/brow...ls: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/...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...dscpl.com.au%3e
> 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.


Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com