Orlando, this looks very much like a memory threading problem, in fact every
time I encountered these symptoms that's exactly what it was. Here is my
suggestion, firstly take a look at your Application and Server logs don't be
put off if they are large.  Look for any error messages with the words
"thread" or "threading" particularly if the word unresponsive is also
around.  The ColdFusion logs are VERY informative and should give the line
and position number on the page(s) that is causing problems.  Go to work on
the offending page(s) and at least on those pages put CFLOCK's around any
Application, Session or Server variable reads and writes.

If this is the problem, it would be prudent to then check all reads and
writes to and from these kinds of variables and seriously look at the
Request scope as an alternative scope to the others.

I hope this helps.

Mike Brunt
Sempra Energy
213.244.5226
"The nice thing about standards is that there are so many to choose from."  



-----Original Message-----
From: Correa, Orlando (ITSC) [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 05, 2001 1:43 PM
To: CF-Talk
Subject: ColdFusion Server Slows down... then stops


Does anyone know if a solution/resolution to CF Server hanging as
described/detailing in the following Allaire forum thread has been found?

http://forums.allaire.com/coldfusion/messageview.cfm?catid=3&threadid=184276
&highlight_key=y&keyword1=unresponsive  


We are currently experiencing this problem as well.

Any help is greatly appreciated!

Thanks,
Orlando Correa

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to