info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: pserver causes slow serialization


From: Larry Jones
Subject: Re: pserver causes slow serialization
Date: Wed, 14 Feb 2001 12:55:22 -0500 (EST)

address@hidden writes:
> 
> Looking at the source
> I'm thinking that the parent part of the cvs-pserver is not wait(2)ing for
> it's child until it see the
> pipes closed. To that end I've done various thing with redirecting
> stdin/stdout/stderr to no avail.

That's correct.  There was a bug that caused the pipes to not be closed
on exec, so they get inherited by any child processes and the parent
ends up waiting when it shouldn't.  That's fixed in the current
development version and it seems to be reasonably stable if you want to
try it.  (See www.cvshome.org for details of how to get it if you don't
already know.)

-Larry Jones

I'm so disappointed. -- Calvin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]