info-cvs
[Top][All Lists]
Advanced

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

Re: Maximum connections to the server


From: Larry Jones
Subject: Re: Maximum connections to the server
Date: Tue, 26 Mar 2002 12:13:09 -0500 (EST)

jazzvale writes:
> 
> please give me an answer

I thought I had, but apparently not.

> > I'm wondering about connection timeout and connection limit.
> > So, the questions are: does the connection have a timeout (how long is
> > it?) and is there a
> > limit of maximum connections to the server?

There is no timeout for an established connection (although CVS does use
TCP/IP KEEPALIVEs to try to detect broken idle connections).  A CVS
server only supports a single connection -- [x]inetd is responsible for
starting a new server for each connection.  Please note that the CVS
client/server protocol was designed assuming a new connection for each
user-level command, so you probably can't use connection pooling in the
general case (and the standard server may not always work right even in
the cases where you could, theoretically, use connection pooling, since
it's never really been tested that way).

-Larry Jones

OK, there IS a middle ground, but it's for sissy weasels. -- Calvin



reply via email to

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