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

Re: attn: ghudson; FSFS and multi-threading on Unix broken?

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2005-04-07 20:01:51 CEST

Mark Phippard wrote:

> That leave us with mod_dav_svn. Does Apache on *nix always/typically use
> threads? AFAIK, the answer to that is yes, but I primarily only use
> Windows and OS/400 so do not really know.

It depends entirely on which MPM is configured. Many apache installs
default to prefork, which would not be vulnerable, but others default to
worker, which would be. Of course even worker uses multiple
subprocesses in addition to multiple threads, so it's quite possible
that you could luck out and have the two threads of control that are
doing the commit run in different processes and thus avoid the problem
by chance.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 7 20:02:50 2005

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.