There is something jesse noller had me do before by editing the CF script to
have it attach to a debugger but that was on linux ;) i dont know what
windows would do. What it did was make a Core dump when you ran so that we
could dtrace what the problem was.

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 3:23 PM
Subject: Re: CF5 debugging question


> 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!
> > >
> > >
> >
> 
______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
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