Re: Multithreads with Jena

2012-11-11 Thread Martynas Jusevičius
Hey Uri, I was just reading about concurrency in Jena, might be relevant for you as well: http://jena.sourceforge.net/how-to/concurrency.html Martynas graphity.org On Sun, Nov 11, 2012 at 1:01 PM, Uri Shani sh...@il.ibm.com wrote: Is Jena thread-safe? What would be the limitations on that

Re: Multithreads with Jena

2012-11-11 Thread Andy Seaborne
On 11/11/12 13:37, Dick Hannah wrote: Model and TDB are thread safe if coded appropriately. It's a SWMR per thread design. So if you open a dataset twice in two threads and code appropriately i.e. Begin/Commit/Rollback Jena will behave. Our system is massively parallel and the Jena part has