Thanks Bill,

Problem is that the pages NEVER exit, so logging for pages taking longer
than XX
seconds never logs anything. During the duration of these hanging threads
the DB
is running just fine, low load.  I wish there was some way for me to kill CF
when
this happens and be able to determine somehow what exactly was running.


----- Original Message -----
From: "Bill Wheatley" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, July 11, 2002 12:06 PM
Subject: Re: CF5 debugging question


> You can try turning on logging for pages that take longer then XX seconds
> and then monitoring your log files.
> Make sure your DB is not being bogged down or that would slow down CF
> execution. Or that you are getting more concurrent hits then you have
> allowed in CF studio. Should be set to have 5 or 6 per processor for the #
> of concurrent hits.
>
> I noticed sometimes the TIMEOUT was ignored but I remember reading why
that
> happened because in some stages CF does NOT use that to kill a page if it
> runs too long like on db queries and some other processing. Jesse might be
> able to better say what exactly.
>
> Hope helps a little bit
>
>
>
> Bill Wheatley
> Senior Database Developer
> Macromedia Certified Advanced Coldfusion Developer
> EDIETS.COM
> 954.360.9022 X159
> ICQ 417645
> ----- Original Message -----
> From: "SoW" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Thursday, July 11, 2002 2:56 PM
> Subject: CF5 debugging question
>
>
> > Hi folks,
> >
> > CF5 runs fine for hours and then all of a sudden I get a single thread
or
> two that just run forever (as reported by cfstat).  The 45 second timeout
I
> have is simply ignored by these threads.
> >
> > Does anyone have any idea on how I can determine what templates are
> getting in this state?  They run forever, slowing down the server until I
> restart it.
> >
> > Thanks!
> >
> >
> 
______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to