Message5007

Author emblemparade
Recipients emblemparade, nriley
Date 2009-08-07.16:38:28
SpamBayes Score 1.7695542e-05
Marked as misclassified No
Message-id <1249663108.85.0.471234858626.issue1426@psf.upfronthosting.co.za>
In-reply-to
Content
As it stands, the code does very little, but adding synchronization
would definitely slow things down. A better plan for thread safety is in
order!

Note that PyScriptEngineScope also synchronizes on the context, which
can be both bad for performance, and can also cause problems if
applications do their own work with the context.

Feel free to include me on your thoughts in this. I have a lot of
experience with JSR-223, and am very eager to get Jython 2.5 running
well in Scripturian!
History
Date User Action Args
2009-08-07 16:38:28emblemparadesetmessageid: <1249663108.85.0.471234858626.issue1426@psf.upfronthosting.co.za>
2009-08-07 16:38:28emblemparadesetrecipients: + emblemparade, nriley
2009-08-07 16:38:28emblemparadelinkissue1426 messages
2009-08-07 16:38:28emblemparadecreate