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

Re: svn commit: rev 6110 - trunk/subversion/svnserve

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-06-02 18:56:24 CEST

Greg Hudson <ghudson@MIT.EDU> writes:

> On Mon, 2003-06-02 at 09:14, philip@tigris.org wrote:
>> Add multi-threading to svnserve. Whether threads are used is a
>> run-time decision.
>
> So far, I haven't seen anyone ask for the ability to run svnserve
> threaded on Unix, so there's no reason to complicate the code by
> providing this option.

Being able to run multi-threaded svnserve on Unix is the reason I
wrote the patch! Most of the Unix testing takes place using multiple
single-threaded processes, to do any multi-threaded testing one needs
to configure Apache with a threaded MPM and then separate the Apache
performance from the Subversion performance.

While writing it I discovered that it is relatively easy to debug a
threaded svnserve--I found it easier than an svnserve that forks
subprocess (I've never managed to get gdb's follow-fork-mode to work).

> And the "-S" option doesn't even work (because of svn diff and svn
> merge, and right now because of "svn checkout" due to Ben's latest
> work). So that should definitely go.

I have no objections to -S disappearing, I only left it in so that no
existing functionality was removed.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 2 18:58:10 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.