This sounds like a similar problem we had but on a Unix server.
The culprit was Client Variables.  We were not using them but had them
"enabled".  It filled up our registry file (8Mb).  So check your registry
file located in the coldfusion directory.  If it's big that's a clue.  To
clean it out, remove client variable entries in it.  Also disable client
variables in the Application.cfm file (CFAPPLICATION tag) unless you are
using them, then switch to writing the client variables into a database
instead of the registry file.

Hope this helps.  It did for us.  Do nothing and your site will get
gridlocked for sure.

Bruce

----- Original Message -----
From: "Russ Conway" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 16, 2001 9:48 AM
Subject: CF Using 90-100% of processor time (911!)


> My server developed a problem today. CFServer.exe is using almost all of
the
> available processing time. I've tried stopping and starting the services
and
> the NT box, but as soon as I start CF again it almost immediately grabs
all
> of the processor time.
>
> I'm running NT and CF 4.01. We've had this application up and running for
a
> little over a year now and have only started having this problem today.
I'd
> greatly appreciate any suggestions, since this has my Web site running at
a
> crawl.
>
> TIA!
>
> Russell Conway
> HallofSports.com, Inc.
> 351 West 22nd Street
> New York, NY 10011
> P (646) 638-2500
> F (646) 638-3444
> http://www.hallofsports.com
> .. . . where the legends live on
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to