Concurrency in filesystem's, root's and txn's
From: Blair Zajac <blair_at_orcaware.com>
Date: Mon, 07 Jan 2008 10:51:23 -0800
I'm writing a multithreaded server that uses Subversion as a backend database.
For each RPC I pull from an LRU cache an svn object and return it to the cache
Since txn's are mutable, I am caching the fs root but opening a new transaction
I was looking through svnserve and it appears to open a new fs root for each
Are there any problems with using revision fs roots across different threads at
So what is safe and what isn't?
Thanks,
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.