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 _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
