Message5240
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 |
|
Date |
User |
Action |
Args |
2009-10-20 04:38:40 | pjenvey | set | messageid: <1256013520.98.0.593249059249.issue1327@psf.upfronthosting.co.za> |
2009-10-20 04:38:40 | pjenvey | set | recipients:
+ pjenvey, fwierzbicki, colinhevans, matt_brinkley |
2009-10-20 04:38:39 | pjenvey | link | issue1327 messages |
2009-10-20 04:38:37 | pjenvey | create | |
|