Message10973

Author andrewparks
Recipients andrewparks
Date 2016-10-26.22:42:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477521749.85.0.130974843307.issue2530@psf.upfronthosting.co.za>
In-reply-to
Content
Scenario: I use Jython to call the popular feedparser.py, which will sometimes go into an endless processing loop for some malformed news feeds

Current fix: I have to write code to "kill -9" the Java process and restart it every 10 minutes so that endless Jython execution threads don't block all available execution threads

Proposed fix: Implement some way to notify Jython to abort execution of whatever python it is running

Thanks!
History
Date User Action Args
2016-10-26 22:42:29andrewparkssetrecipients: + andrewparks
2016-10-26 22:42:29andrewparkssetmessageid: <1477521749.85.0.130974843307.issue2530@psf.upfronthosting.co.za>
2016-10-26 22:42:29andrewparkslinkissue2530 messages
2016-10-26 22:42:28andrewparkscreate