Multiple logging strange feature with mod_python / Apache --- PLEASE reply or say that u don't like to speak with me, and i'll sign out

2005-09-05 Thread Sasha Prikhodko
Dear developers, i use logging module in mod_python environment according to the following standard scheme: logger = logging.getLogger(logger_name) fh = logging.FileHandler(log_path) logger.addHandler(fh) and after some http server idle time i get 2 identical records in the log file, 3 rec

[jira] Updated: (MODPYTHON-77) The multiple interpreter concept of mod_python is broken for Python extension modules since Python 2.3

2005-09-05 Thread Boyan Boyadjiev (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-77?page=all ] Boyan Boyadjiev updated MODPYTHON-77: - Attachment: mod_python.h.diff mod_python.c.diff mod_python.h.diff and mod_python.c.diff attached: Changes: 1. Added some comments re

[jira] Commented: (MODPYTHON-77) The multiple interpreter concept of mod_python is broken for Python extension modules since Python 2.3

2005-09-05 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-77?page=comments#action_12322710 ] Graham Dumpleton commented on MODPYTHON-77: --- I worked out what was going on a few days ago, but first time with Internet access since. :-( I agree that what is b