Message10977

Author andrewparks
Recipients andrewparks, zyasoft
Date 2016-10-27.14:04:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477577074.16.0.301994352638.issue2530@psf.upfronthosting.co.za>
In-reply-to
Content
What I'm suggesting is some kind of PythonInterpreter.abort() method so that out of control infinite loop python scripts being executed via PythonInterpreter.exec() can be stopped.

Without a feature like this, Jython is basically unusable in production if any non returning PythonInterpreter.exec() calls start to pile up.
History
Date User Action Args
2016-10-27 14:04:34andrewparkssetmessageid: <1477577074.16.0.301994352638.issue2530@psf.upfronthosting.co.za>
2016-10-27 14:04:34andrewparkssetrecipients: + andrewparks, zyasoft
2016-10-27 14:04:34andrewparkslinkissue2530 messages
2016-10-27 14:04:33andrewparkscreate