Thread contention with multiple writers

2015-11-08 Thread Mark Triggs
b.com/marktriggs/marmotta/blob/mst-perf/libraries/kiwi/kiwi-triplestore/src/main/java/org/apache/marmotta/kiwi/sail/KiWiValueFactory.java#L578 Ignoring the Thread.sleep I added for testing purposes, does this seem worth contributing? Thanks! Mark -- Mark Triggs

Re: Thread contention with multiple writers

2015-11-09 Thread Mark Triggs
Hi Sergio, Sergio Fernández writes: > Hi Mark, > > On Mon, Nov 9, 2015 at 5:42 AM, Mark Triggs wrote: > > I've got a patch for this that I'm happy to send along. I drop the lock >> prior to running the getTripleId() query (allowing multiple connections to >&