RE: RE: Concurrent requests and Orchestra

2009-08-21 Thread Vojtech Zavrel
. Generally I also think it is bad idea to change default concurrency behavior of accessing to scoped objects and even not advise of it. Regards Vojtech RE: Concurrent requests and Orchestra Mario Ivankovits Thu, 20 Aug 2009 02:26:25 -0700 Hi! A PersistenceContext is not thread safe, therefore

RE: Concurrent requests and Orchestra

2009-08-20 Thread Mario Ivankovits
Hi! A PersistenceContext is not thread safe, therefore, Orchestra tries to avoid that by locking the request. It would be nice, if Orchestra does this just for requests requireing a PersistenceContext. But till today, we did not manage to spend some time to optimize that code. You can set the