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

Re: Will svnserve in daemon mode spawn child processes?

From: <karl.kornel_at_mindspeed.com>
Date: 2007-02-19 23:32:12 CET

"Ed Hillmann" <ed.hillmann@gmail.com> wrote on 02/18/2007 03:43:38 PM:

> <<<snip>>>
>
> From what I can tell, process 19688 was what was originally started.
> And process 13863 was spawned from the original process.
>
> Is this OK? Should I kill these off and start again? Or is it normal
> for svnserve to spawn off child processes.
>
> <<<snip>>>

        With a quick check of some of svnserve's source code, it appears
that it can handle all three options: Forking off a process for each
connection, spinning off a thread for each connection, or remaining
single-threaded and handling connections on at a time.

-- A. Karl Kornel, Mindspeed Technologies, Inc.
karl.kornel@mindspeed.com -- (949) 579-3503
"Remember the Rules: Separation & Optimization"

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 19 23:32:39 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.