Message5240

Author pjenvey
Recipients colinhevans, fwierzbicki, matt_brinkley, pjenvey
Date 2009-10-20.04:38:35
SpamBayes Score 0.0002438913
Marked as misclassified No
Message-id <1256013520.98.0.593249059249.issue1327@psf.upfronthosting.co.za>
In-reply-to
Content
CCing Colin as he experienced a similar issue

First of all ensure you're calling cleanup() in your Servlet's destroy 
method. If you're using a modjy servlet, it's not doing this in 2.5.1 
(but will in 2.5.2)

Though I'm not sure that will actually solve the problem -- I think the 
problem lies with our ThreadState objects not being cleaned up when the 
PythonInterpreter is destroyed. So we can end up with older recycled 
PySystemStates
History
Date User Action Args
2009-10-20 04:38:40pjenveysetmessageid: <1256013520.98.0.593249059249.issue1327@psf.upfronthosting.co.za>
2009-10-20 04:38:40pjenveysetrecipients: + pjenvey, fwierzbicki, colinhevans, matt_brinkley
2009-10-20 04:38:39pjenveylinkissue1327 messages
2009-10-20 04:38:37pjenveycreate