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

Re: Are the Visual C++ Development libraries thread safe?

From: <kfogel_at_collab.net>
Date: 2004-06-28 18:35:15 CEST

Robert Murphy <rmurphy440m@peoplepc.com> writes:
> Hello all. Being pretty much a newbie when it comes to SVN development
> I had a quick question that perhaps someone could answer. I am
> building a minimalist SVN client and I would like to keep the GUI as
> responsive as possible when performing SVN operations. Of course the
> most logical course of action is to have the SVN client code run in
> it's own thread. I was just wondering if the VC++ SVN libraries are
> thread safe. I plan on having only ONE thread and all interaction with
> SVN will be performed through this thread. Are there any gotchas that
> I should be on the look out for?

They should be thread-safe, yes. If they're not, it's a bug :-).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 28 20:04:17 2004

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.