Hi Praveen By "SGV" do you mean SourceGear Vault? I'm not familiar with it as a source-code management tool, so I can't offer specific advice about it. None of the <sourcecontrol> blocks really allow you to check continuously, they all work by polling. And, normally ccnet is set up to poll on some interval using the <intervalTrigger> block. Are you using an <intervalTrigger>? If you are, what have you set the seconds attribut to? It's possible that you are polling so often that the constant checking of the source control repository is consuming your entire CPU. Also, which process is using 100%: ccnet.exe? ccservice.exe? or the web server process?
Dave On Tue, Nov 25, 2008 at 6:35 PM, praveen <[EMAIL PROTECTED]> wrote: > > Hi, > > I have automated build setup with ccnet. My project includes web > service. I have continuous integration with SGV. Itwill continuously > check for modifications in source code. CPU utilization is 100%. So I > am not able to run other application and it is very slow. Any help > appreciated. > > Thanks, > Praveen
