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

Re: svn commit: r19520 - trunk/subversion/mod_dav_svn

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-05-05 17:15:48 CEST

On 5/5/06, Malcolm Rowe <malcolm-svn-dev@farside.org.uk> wrote:
> On Fri, May 05, 2006 at 11:10:05AM +0200, Peter N. Lundblad wrote:
> > > I'm not too familiar with how Apache modules work - what's the effect
> > > of a segfault in mod_dav_svn in practice?
> >
> > It crashes the process...
> >
>
> And does that typically take down the whole server permanently or
> temporarily, or does it just kill one of the listeners? In other words,
> what effect does it have on other users of the server?

It depends on your MPM. On a prefork MPM server it just brings down
one worker process. On a threaded MPM it'll bring down one process
with potentially many in-progres requests going on.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 5 17:16:23 2006

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.