Message5365

Author nriley
Recipients emblemparade, nriley
Date 2009-12-09.08:44:11
SpamBayes Score 0.0002805895
Marked as misclassified No
Message-id <1260348252.4.0.0222203246184.issue1426@psf.upfronthosting.co.za>
In-reply-to
Content
This came up again on the mailing list:

http://article.gmane.org/gmane.comp.lang.jython.user/8466

It also brings up the various threading models described in JSR 223.  Should 
I implement a thread-isolated version or is it acceptable to create an engine 
per thread?  Python just has locals and globals, no "engine scope" and 
"global scope" and "thread scope" which JSR 223 wants...
History
Date User Action Args
2009-12-09 08:44:12nrileysetmessageid: <1260348252.4.0.0222203246184.issue1426@psf.upfronthosting.co.za>
2009-12-09 08:44:12nrileysetrecipients: + nriley, emblemparade
2009-12-09 08:44:12nrileylinkissue1426 messages
2009-12-09 08:44:11nrileycreate