Message11382

Author zyasoft
Recipients psterdale, zyasoft
Date 2017-05-19.02:58:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495162725.78.0.849358711005.issue2592@psf.upfronthosting.co.za>
In-reply-to
Content
Interesting. I didn't consider lifecycle issues of PySystemState/PythonIntepreter and how it interacts with such Netty threadpools. Something like this could be the right answer, possibly on a per PySystemState to avoid causing ClassLoaders for Jython to not GC. In general we would prefer to avoid have such global singletons, convenient as they may have been for perhaps the most common case.
History
Date User Action Args
2017-05-19 02:58:45zyasoftsetmessageid: <1495162725.78.0.849358711005.issue2592@psf.upfronthosting.co.za>
2017-05-19 02:58:45zyasoftsetrecipients: + zyasoft, psterdale
2017-05-19 02:58:45zyasoftlinkissue2592 messages
2017-05-19 02:58:45zyasoftcreate