Hi,

1/ I currently only support a single persistent location: this.model = 
TDBFactory.createModel(getPersistentLocation ()); for my TDB Model. My 
Model is serving requests from many clients concurrently.
Some earlier posts seem to recommend that for a single location, there 
should only be a single instance of the Model always up and running that 
serve all client's requests (with TDB.sync on update). 
        -> I would like to confirm that this is the best practice.

2/ While I implemented MRSW, it sounds that there should be some common 
knowledge on best practices. I have seen this 
https://cwiki.apache.org/confluence/display/JENA/TxTDB but this is 
incomplete at this stage.
        -> Any documentation/sample written on this? 

Thanks for your help,
~Loic

Reply via email to