I've seen similar things, and it tends to be an infinite loop (or an incredibly long running 100% CPU process).
A dead thread will just be a memory leak. Mark On Fri, May 23, 2008 at 10:51 PM, Jeremy Keith <[EMAIL PROTECTED]> wrote: >>Are you guys on a dual core? >> >>If so, sounds like you may have an infinite loop in your code base. >> >>Easiest way I've found to work that out, is to hook up JConsole to >>your CF instance, so you can view where your threads are at, and see >>what thread is locked up, and what it is doing. >> >>Mark >> >>On Fri, May 23, 2008 at 3:08 AM, Jeremy Keith <[EMAIL PROTECTED]> wrote: >>> > > > Yup, it's a dual core, I'm not sure if it's a loop or if it's something > timing out and leaving the thread open, hopefully the console will answer > that question. Using the built in server monitor we do have some extremely > long pages/queries that probably need to be done as DTS jobs and not as a CFM > page as they take up to 20min to process because they are pulling data from a > remote db. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:305982 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

