Mark writes: > > Is it possible that the client is responding to the KEEPALIVE signal, even > though it no longer needs/uses that particular pserver process? on UNIX the > client process exits after the command runs, I am unsure about windows and > WinCVS.
I suppose it's possible, but it would have to be a very broken TCP/IP implementation. > Is there a way to test and see if the KEEPALIVE option is being used? One check would be to see if server.o contains references to setsockopt (nm server.o | grep setsockopt). If it does, you're at least trying to use KEEPALIVE -- check your syslog for error messages about KEEPALIVE (starting with 1.11.1, CVS logs an error message under the daemon facility if setting KEEPALIVE fails). -Larry Jones I think we need to change the rules. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
