Thread safety warnings (repos vs. fs)
From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2007-04-06 07:26:24 CEST
In svn_fs.h, we find in the docstring for svn_fs_open() the following:
* Only one thread may operate on any given filesystem object at once.
Upon hopping over the svn_repos.h, though, and checking the docstring for
Should we be giving similar warnings for svn_repos_open()? Some reasons I
- the fact that multiple threads *can* operate on the repos object
- if followed through to completion, this would wind up being situation
(Of course, there might be other reasons, , too, like, "Mike overlooked
-- C. Michael Pilato <cmpilato@collab.net> CollabNet <> www.collab.net <> Distributed Development On Demand
|
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.