I am getting the below error in my ColdFusion application: *
11/21 11:23:43 Debug [scheduler-1] - Next mail spool run in 15 seconds. 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
*
I know ColdFusion apps with high volume sites or long running templates may receive the mentioned error. I believe this is not a defect in the application but a problem in CF itself. So to eliminate this I was trying to increase the "Maximum number of running JRun threads" under "Server Settings" --> "Request Tuning". But I was surprised to see that the whole field is missing there in the Admin - "JRun Master Request Limits". please refer the screen shot below.
And the same field is available in my local CF Admin(developer edition). See screen shot below:
Any idea? Why this discrepancy? And how should I increase the threads?