Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
I shut down CC again and killed all cvs.exe processes on the CC machine (there were 5, and only one was doing a log command--the others were executing update and checkout commands). After doing this (and waiting a few minutes), there were still 349 cvs processes running on the CVS server. ..David.. -----Original Message----- From: Tony Hoyle [mailto:tony.hoyle at march-hare.com] Sent: Wednesday, January 25, 2006 4:23 PM To: David Jackman Cc: cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook Subject: Re: [cvsnt] Dead cvs.exe processes David Jackman wrote: > So you're saying that most likely the 400+ cvs.exe processes I'm > seeing are all log processes that haven't finished yet? Will the > client process finish and leave the server process still going? > That's the only way it could get that many. If the client side is > still waiting for the command to complete, then I should see at most 4 > such processes on the server (since that's the number of active threads on CC). The server will keep going until the client disconnects, then it'll clean up (which involves deleting the contents of the temp directory) which is normally quite fast, but with an AV running could take a long time due to the scanning. Tony