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

svnserve creates many child process

From: A Hemaraj <a_hemaraj_at_yahoo.com>
Date: Mon, 13 Oct 2008 04:25:00 -0700 (PDT)

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,

Hemaraj

      

---------------------------------------------------------------------
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:22:06 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.