Message2054

Author bflorian
Recipients
Date 2008-01-07.17:54:46
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The Jython interpreter is not thread safe, at least not when run using the Bean Scripting Framework from within an application server.  All of the interpreters seem to share the same PySystemState object. When multiple pages are requested at the same time the interpreters start stepping on one another, creating spurious errors.
History
Date User Action Args
2008-02-20 17:18:09adminlinkissue1866049 messages
2008-02-20 17:18:09admincreate