I've seen this behaviour related to 'heavy' pages or pages trapped in infinite loops 
too.  Look at your logs, make sure you have, paraphrased here, 'log pages that take n 
seconds to run' checked.  Look at these long running pages.  You could have SQL that 
is taking way to long to run, thereby tieing up threads.  I've seen this behavour 
happen when the Oracle TNS listener is down too.  Tune your SQL and/or code to run 
faster.  If it is long running SQL and you can't get the SQL to run faster, you may 
need to look at the number of simultaneous requests you allow along with your request 
timeout settings.  Just MHO from my experiences.  My own experience with bad shared 
scoped vars usually entails pcode errors.

HTH

Doug

>-----Original Message-----
>From: Mike Brunt [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, March 18, 2003 10:15 AM
>To: CF-Talk
>Subject: RE: Unresponsive Threads
>
>
>Good point Jochem and to amplify this I would suspect unlocked 
>shared scope
>variables (Application, Server, Session) as a possible 
>culprit.  Check your
>ColdFusion Application and Server logs in particular and 
>search for the sub
>string "thread" this should point you to the offending .cfm 
>templates.  In
>addition we have some good pointers on locking and other 
>things in our blog
>at http://www.webapper.net just do a search on "lock".  Hth
>
>Kind Regards - Mike Brunt
>Webapper Services LLC
>Web Site http://www.webapper.com
>Blog http://www.webapper.net
>
>Webapper <Web Application Specialists>
>
>-----Original Message-----
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, March 18, 2003 3:30 AM
>To: CF-Talk
>Subject: Re: Unresponsive Threads
>
>Quoting Jim Watkins <[EMAIL PROTECTED]>:
>>
>> My CF 5 server running on NT 2000 and using Oracle 7 ver 2.5 with
>2.05.03.01
>> driver consistently must restart every 7 or 8 minutes because of this
>> unresponsive thread problem.  What is going on here?
>
>Check your logfiles to see which templates cause this problem 
>(you may need
>to
>turn on more logging/timeout options).
>
>Jochem
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to