1) Buy SeeFusion  (it's well worth it)
2) Install it
3) Set it to log long running requests
4) Wait for your server to bog down and and take a look at what is
running (requests, database calls, and stack traces)
5) Identify and fix bottlenecks
6) Repeat steps 4 and 5 until performance is satisfactory.

That's my opinion anyway.  :)

Increasing the number of active threads in use *probably* won't help the
problem.  It'll just give the server more rope to hang itself.

~Brad

-------- Original Message --------
Subject: CF 7.02 hangs
From: Manish Mahajan <manishm...@yahoo.co.in>
Date: Tue, March 10, 2009 4:31 pm
To: cf-talk <cf-talk@houseoffusion.com>


using CF MX 7.0 server gets hang every day and i can see below error
message in event log

java.lang.RuntimeException: Request timed out waiting for an available
thread to run. You may want to consider increasing the number of active
threads in the thread pool.
 at jrunx.scheduler.ThreadPool$Throttle.enter(ThreadPool.java:115)
 at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:423)
 at
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:264)
 at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

I searched on google and came to know that activethradehandler setting
should be change in jrun.xml under proxy service.. can some one send me
the recommneded setting of jrun.xml file please. .simutenous request is
set to 40 in cf admin.. thanks 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320335
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to