[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Context parameter in public API

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2002-10-12 06:46:16 CEST

On Sat, 2002-10-12 at 00:04, Karl Fogel wrote:
> Right, but in this case we'd initialize a global data structure at
> startup time, based on the data in ~/.subversion/*, and then never
> modify that structure afterwards.

A GUI client might want a way to reread that, actually. But,
independently of that:

> So is thread-safety really an issue here?

It can be. If a library which has to be thread-safe wants to do
Subversion operations, it can't be sure that two instances of itself
don't do "startup time" stuff at the same time.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 12 06:47:00 2002

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.