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

Re: Does Subversion Multithreaded rtl?

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-03-14 01:39:19 CET

"Hensley, Richard" <Richard.Hensley@McKesson.com> writes:

> I'm trying to get Subversion to working on AIX. There is a difference
> between the normal runtime library and the thread-safe runtime library.
> Would I require the thread-safe runtime library?

Whether Subversion makes any thread calls is controlled by the value
of APR_HAS_THREADS in apr.h. Whether this is set is, I think,
controlled by the --enable-threads configure option to APR.

The Subversion command line programs are all single threaded. Apache
and mod_dav_svn will use threads if you choose to build a threaded
Apache MPM. The default MPM on Unix is the single threaded prefork.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 14 01:40:08 2003

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.