It's a security feature of your inetd.  If too many connections are
initiated in too short a time it stops accepting connections for 10
minutes.  I think both the number of connections that takes and the
length of the timeout is configurable, but if you can rewrite your
script to open less individual connections, I'd probably go that route
first.

Derek

--
Derek Price                      CVS Solutions Architect ( http://CVSHome.org )
mailto:[EMAIL PROTECTED]     OpenAvenue ( http://OpenAvenue.com )
--
For sale:  One parachute.  Never opened.  Small stain.

[EMAIL PROTECTED] wrote:

> Background:
>
>  -WinCVS connected to Linux CVS repository using pserver.
>  -TCL script created to checkin and tag files versus 2 operations.
>
> Process works great with up to 40 files.  After that the operation is
> aborted and pserver goes into it's timeout mode (10 minutes).
>
> Is there a setting that tells CVS/pserver to close the connection
> after a certain amount of time?  If so, can it be modified?  If so,
> where can I modify it?
>
> I'm not sure that this is a pserver problem or maybe it's a
> Linux/Networking issue.
>
> Any help would be much appreciated!


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to