Are you watching the cfstat utility when you see this? I've seen similar things happen when the configured active thread count reaches it's max due to a lock or long running thread and threads start queueing. Then the log-jam breaks and the threads decrease rapidly as the queue empties out.
If you watch cfstat, you'll see the running thread count = the max set in your cfadmin, then you'll see the queued requests race upwards. This type of behavior is particularly common in apps that typically handle alot of very small/quick requests, but occasionally run into a longer running process. -Cameron On Mon, 27 Dec 2004 15:05:04 -0500, Katz, Dov B (IT) <[EMAIL PROTECTED]> wrote: > I occasionally see my thread count spike from 10-20 to 100-200.... > What's the best way to figure out why? The threads are all jrpp-xxxx by > name, and I wrote a java cfx tag to enumerate them and produce a cfquery > with the thread name, priority, etc... > > Any reason I'd see this happen? > > -Dov > -------------------------------------------------------- > > NOTICE: If received in error, please destroy and notify sender. Sender does > not waive confidentiality or privilege, and use is prohibited. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188827 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

