Message6063

Author zyasoft
Recipients MrMeanie, adam.spiers, amak, colinhevans, fwierzbicki, matt_brinkley, pjenvey, zyasoft
Date 2010-09-12.23:21:45
SpamBayes Score 4.793327e-05
Marked as misclassified No
Message-id <1284333707.07.0.0281175962887.issue1327@psf.upfronthosting.co.za>
In-reply-to
Content
Backed out changes in r7120 related to registering and then nulling ThreadState in the ThreadStateMapping, since there are too many problems with it, including backwards breaking API changes.

We need to rethink our management of ThreadState, but this will be in the larger context of the PySystemState refactoring that we plan to do in Jython 2.6.

Fortunately there's a workaround for cleaning ThreadLocal managed objects like this, see http://weblogs.java.net/blog/jjviana/archive/2010/06/09/dealing-glassfish-301-memory-leak-or-threadlocal-thread-pool-bad-ide
History
Date User Action Args
2010-09-12 23:21:47zyasoftsetmessageid: <1284333707.07.0.0281175962887.issue1327@psf.upfronthosting.co.za>
2010-09-12 23:21:47zyasoftsetrecipients: + zyasoft, fwierzbicki, amak, pjenvey, colinhevans, MrMeanie, matt_brinkley, adam.spiers
2010-09-12 23:21:46zyasoftlinkissue1327 messages
2010-09-12 23:21:45zyasoftcreate