I have run into similar situation long time back and I have 2 solutions for 
you. In my case this was due to memory leakage. The memory was used up 
completely in 2-3 days and required server restarts.

1. Use Java Garbage Collection
Modify the JVM.CONFIG file and and append the following line to code to force 
GC every 10 minutes.
-Dsun.rmi.dgc.client.gcInterval=600000 -Dsun.rmi.dgc.server.gcInterval=600000 

2. Use Jrun Monitor
This is a DotNet application developed by me to handle such situations. You can 
find more information on this at 
http://ketanjetty.com/coldfusion/monitor/jrun-monitor/

One of the reasons why this happens is discussed at 
http://ketanjetty.com/coldfusion/useful-code/avoid-coldfusion-hang. Should you 
need more information, please let me know. I am interested in knowing the cause 
for your server hangs.

Thanks,

Ketan Jetty
http://KetanJetty.com
[email protected]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:347611
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to