with fusion reactor u can store request data which may help when it is totally unresposnive
On Thu, Sep 22, 2011 at 9:46 PM, Richard Steele <[email protected]> wrote: > > Thanks for the info. Java Garbage Collection seems to be working fine as > always. Rebooting the services doesn't free the network sockets and it > continues to be a problem until the server is rebooted. > >> >> 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 >> kjetty@gmail. > com > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:347617 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

