Server Shutdown and register_cleanup

2006-08-24 Thread David Fraser
David Fraser wrote: > Graham Dumpleton wrote: >> On 18/08/2006, at 7:48 PM, Richard Lewis wrote: >>> On Tuesday 15 August 2006 23:31, Graham Dumpleton wrote: Richard Lewis wrote .. > Do you mean that there will be no opportunity to have code run at > server > shutdown? Correct

Re: Server Shutdown and register_cleanup

2006-08-24 Thread Jim Gallacher
David Fraser wrote: David Fraser wrote: Graham Dumpleton wrote: On 18/08/2006, at 7:48 PM, Richard Lewis wrote: On Tuesday 15 August 2006 23:31, Graham Dumpleton wrote: Richard Lewis wrote .. Do you mean that there will be no opportunity to have code run at server shutdown? Correct. Reason

Re: Server Shutdown and register_cleanup

2006-08-24 Thread David Fraser
Jim Gallacher wrote: > David Fraser wrote: >> Hi >> >> I thought it would be good to take this across to python-dev. I've read >> through >> https://issues.apache.org/jira/browse/MODPYTHON-109?page=all >> and the discussion in >> http://www.modpython.org/pipermail/mod_python/2006-January/019865.htm

Re: Server Shutdown and register_cleanup

2006-08-24 Thread Jim Gallacher
David Fraser wrote: Jim Gallacher wrote: David Fraser wrote: Hi I thought it would be good to take this across to python-dev. I've read through https://issues.apache.org/jira/browse/MODPYTHON-109?page=all and the discussion in http://www.modpython.org/pipermail/mod_python/2006-January/019865.h

[jira] Resolved: (MODPYTHON-63) Handle wildcard in Directory to sys.path transfer

2006-08-24 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-63?page=all ] Graham Dumpleton resolved MODPYTHON-63. --- Resolution: Fixed > Handle wildcard in Directory to sys.path transfer > - > > Ke

[jira] Resolved: (MODPYTHON-128) Have assigning req.filename automatically update req.finfo.

2006-08-24 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-128?page=all ] Graham Dumpleton resolved MODPYTHON-128. Resolution: Fixed As final proposal, changed req.finfo to be an object where fields of underlying fields of apr_finfo_t structure are access

[jira] Commented: (MODPYTHON-184) Memory leak apache.table()

2006-08-24 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-184?page=comments#action_12430396 ] Graham Dumpleton commented on MODPYTHON-184: The cause of this seems to result from the following. 1. The apache.make_table attribute is actually a

[jira] Updated: (MODPYTHON-184) Memory leak apache.table()

2006-08-24 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-184?page=all ] Graham Dumpleton updated MODPYTHON-184: --- Fix Version/s: 3.3 > Memory leak apache.table() > -- > > Key: MODPYTHON-184 > URL: http

[jira] Updated: (MODPYTHON-184) Memory leak apache.table()

2006-08-24 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-184?page=all ] Graham Dumpleton updated MODPYTHON-184: --- Attachment: MP184-2006-08-25-grahamd-1.diff Jim, can you test out this patch for the leak. It does away with tp_alloc altogether and tp_new si