This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: httpd memory consuption increasing continously due to mod_python
Type: performance Stage: resolved
Components: Versions: Python 3.2
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: ronaldoussoren, sumitinder
Priority: normal Keywords:

Created on 2013-07-24 09:47 by sumitinder, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg193634 - (view) Author: Sumitinder (sumitinder) Date: 2013-07-24 09:47
Mod_python is used in our application and continous load of mod_python result in increase in httpd memory usage i.e upto 1.6 Gb.

Packets used:
mod_python-3.2.8-3.1
httpd-2.2.3-43.el5.centos
Centos 5.5 OS

Is there any memory leak in mod_python which is resulting in increase in memory ?
msg193635 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2013-07-24 09:50
mod_python isn't part of the cpython std lib. As such, this isn't the right tracker to report problems with mod_python.

You may have more success by asking the project itself (<http://www.modpython.org>).
History
Date User Action Args
2022-04-11 14:57:48adminsetgithub: 62742
2013-07-25 10:14:40ronaldoussorensetstatus: pending -> closed
stage: resolved
2013-07-24 09:50:45ronaldoussorensetstatus: open -> pending

nosy: + ronaldoussoren
messages: + msg193635

resolution: not a bug
2013-07-24 09:47:16sumitindercreate