On page 12 (
http://livedocs.adobe.com/coldfusion/8/configuring.pdf)
this document says there should be a maximimum number of CFTHREADs
setting, but in my Request Tuning section on the server
administrator (CF8) it goes right from max number of simultaneous
CFC function requests to the next section, JRun Master Request
Limits.
Ok, I actually found this a little way down, but it's number
of threads available for CFTHREAD, nothing about increasing the
QUEUE.
I'm trying to add data from a file to a table and I have a
thread for each line in the file, but it errors out saying "Cannot
create a new thread because the task queue has reached it maximum
limit 5000. " How do I increase the queue size?