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

Re: svnserve creates many child process

From: Andy Levy <andy.levy_at_gmail.com>
Date: Mon, 13 Oct 2008 12:28:40 -0400

On Mon, Oct 13, 2008 at 07:25, A Hemaraj <a_hemaraj_at_yahoo.com> wrote:
> Hi,
>
> I have a problem in svn server. The daemon svnserve is creating many child process which is not timing out or not got killed. So, in a course of time the server is having too many number of svnserve child process which make the server to slow-down or even shut-down. I even tried doing strace on svnserve and I just have only the following information on one of the idle child process which never got resumed.
>
> 743 --- SIGSTOP (Stopped (signal)) @ 0 (0) ---
> 743 --- SIGSTOP (Stopped (signal)) @ 0 (0) ---
> 743 close(3 <unfinished ...>
> 743 <... close resumed> ) = 0
> 743 write(4, "( success ( 1 2 ( ANONYMOUS ) ( edit-pipeline ) ) ) ", 52) = 52
> 743 read(4, <unfinished ...>
>
> I tried searching in the net and didn't find any solution. Can you please help me on this on how to solve this issue.
>
> Thanks & Regards,

Before you can get any real help, you'll need to post your OS & what
version of Subversion you're running.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-13 18:29:25 CEST

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.