Skip to main content
Inspiring
January 27, 2009
Question

CFThread Queue

  • January 27, 2009
  • 1 reply
  • 1252 views
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.

Please helpd, thanks!
    This topic has been closed for replies.

    1 reply

    kodemonkiAuthor
    Inspiring
    January 27, 2009
    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?