Re: cf hangs

2002-09-12 Thread Chris Norloff
The best tool for that that I know of is the web server logs - you can see what file(s) were requested prior to the hang. We use cftry/catch to catch all our errors and log all the information we can (the entire cfcatch scope). That helps a lot. Our primary problem with hangs was related to u

RE: CF Hangs

2000-12-07 Thread Aaron Johnson
locking? AJ > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 07, 2000 10:44 AM > To: CF-Talk > Subject: RE: CF Hangs > > > We are using Oracle and Cold Fusion on Sparc based Solaris servers. > > chris.alva

RE: CF Hangs

2000-12-07 Thread Aaron Johnson
_ > -Original Message- > From: Jim Gurfein [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 07, 2000 10:08 AM > To: CF-Talk > Subject: RE: CF Hangs > > > I was not aware that CFHTTP calls needed to be locked. Please explain. > > At 09:4

RE: CF Hangs

2000-12-07 Thread CAlvarado
00 8:55 AM To: CF-Talk Subject: Re: CF Hangs We have always had trouble with cf on solaris doing this. the issue is much better with cf 4.51 sp1 though we still have problems. I have been told alot of the old code needs to be optimized (some pages seem to be running over 1000 miliseconds un

RE: CF Hangs

2000-12-07 Thread CAlvarado
entirely. -Original Message- From: Aaron Johnson [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 07, 2000 8:47 AM To: CF-Talk Subject: RE: CF Hangs Hey Jim/Chris, In any case, even if Allaire should be shot for numerous bugs in 4.5, there are a ton of things you can do to find out WHY

RE: CF Hangs

2000-12-07 Thread Philip Arnold - ASP
> In any case, even if Allaire should be shot for numerous bugs in > 4.5, there > are a ton of things you can do to find out WHY CF stops > responding. Allaire > has some great knowledge base articles, you can check the logs CF server > creates and so on.. I would suggest going through your server

RE: CF Hangs

2000-12-07 Thread Jim Gurfein
___ > > > > -Original Message- > > From: Jim Gurfein [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, December 06, 2000 2:47 PM > > To: CF-Talk > > Subject: Re: CF Hangs > > > > > > We have the same

Re: CF Hangs

2000-12-07 Thread C Frederic Valone
We have always had trouble with cf on solaris doing this. the issue is much better with cf 4.51 sp1 though we still have problems. I have been told alot of the old code needs to be optimized (some pages seem to be running over 1000 miliseconds under noload conditions. We are running a single so

RE: CF Hangs

2000-12-07 Thread Aaron Johnson
] ___ "Never forget that only dead fish swim with the stream." -- Malcolm Muggeridge ___ > -Original Message- > From: Jim Gurfein [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 06, 2000 2:47 PM > To: CF-Talk &

Re: CF Hangs

2000-12-07 Thread Jim Gurfein
We're putting out 200,000 - 250,000 pages per day At 07:41 PM 12/6/2000 -0500, you wrote: >What type of volume are you guys getting? > > >We've used CF for a little prototype development with VERY low traffic and >it seems fine. Would this pose a problem for an intranet site with 20 - 50 >users

Re: CF Hangs

2000-12-06 Thread Michael She
What type of volume are you guys getting? We've used CF for a little prototype development with VERY low traffic and it seems fine. Would this pose a problem for an intranet site with 20 - 50 users (50 - 100 hits each) per day? At 02:46 PM 12/06/00 -0500, Jim Gurfein you wrote: >We have th

Re: CF Hangs

2000-12-06 Thread Jim Gurfein
We have the same problem on NT... this is a killer for production sites. Allaire should be shot for the 4.5 release At 11:36 AM 12/6/00 -0600, you wrote: >We are running Cold Fusion on Solaris here. Periodically the server will >hang and not serve back anymore Cold Fusion requests. We are able t

RE: CF hangs

2000-08-31 Thread Rif Kiamil
Which version of MDAC are u using -Original Message- From: Jimmy B. Glass [mailto:[EMAIL PROTECTED]] Sent: 30 August 2000 21:18 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: CF hangs Hey Guys... I am having the exact same problem as you guys have described... I have just

RE: CF hangs

2000-08-30 Thread Bill Killillay
> -Original Message- > From: Jimmy B. Glass [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 30, 2000 4:18 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: CF hangs > > > Hey Guys... > I am having the exact same problem as you guys h

Re: CF hangs

2000-08-30 Thread Jimmy B. Glass
preciated. Jimmy G - Original Message - From: "Nille af Ekenstam" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 14, 2000 6:27 AM Subject: RE: CF hangs > Neil Robinson skrev: > > > >Hi Nille, > > > >I had what sounds like the same p

RE: CF hangs

2000-07-14 Thread Neil Robinson
Todd wrote... > I had this problem some time ago using a Sybase database. > The problem was > that I goofed in my code and one of my queries was taking too long to > complete. Eventually, it timed out. When the client gave up > waiting, it > popped up an error message and stopped. This left

RE: CF hangs

2000-07-14 Thread Russel Madere
Nille, It is part of the Microsoft support Knowledge Base. Go to http://support.microsoft.com and go to the Knowledge Base. There, you can retrieve the Q articles. Russel At 04:04 PM 7/14/2000 +0200, you wrote: > >Nille wrote... > > > > > I'm using MSSQL7.0 as bd. Found a gazillion of thes

RE: CF hangs

2000-07-14 Thread Nille af Ekenstam
Neil Robinson skrev: >This is the same issue, but since you're using SQL server there are a few >technet articles on how to tackle it: Never mind my technet question. Found it. //Nille -- Archives: http://www.mail-arc

RE: CF hangs

2000-07-14 Thread Nille af Ekenstam
>Nille wrote... > > > I'm using MSSQL7.0 as bd. Found a gazillion of these in my server.log: > > "Error","TID=1448","07/13/00","23:15:58","Unable to write > > reply -- client > > browser stopped waiting for request. " > > "Error","TID=1448","07/13/00","23:15:58","Windows NT error number 109 > > o

Re: CF hangs

2000-07-14 Thread Todd Ashworth
| >| I had what sounds like the same problem this week. What database are you | >| using? If it's the same problem (check your server.log file for NT | >Errors) | >| then it seems to be caused by ODBC drivers keeping database connections | >| open. After the timeout period on the db server, CF

RE: CF hangs

2000-07-14 Thread Neil Robinson
> -Original Message- > From: Todd Ashworth [mailto:[EMAIL PROTECTED]] > Sent: 14 July 2000 14:30 > To: [EMAIL PROTECTED] > Subject: Re: CF hangs > > > Doesn't that slow down your queries considerably? > I hope not! It does sound like a 'quick f

RE: CF hangs

2000-07-14 Thread Neil Robinson
Nille wrote... > I'm using MSSQL7.0 as bd. Found a gazillion of these in my server.log: > "Error","TID=1448","07/13/00","23:15:58","Unable to write > reply -- client > browser stopped waiting for request. " > "Error","TID=1448","07/13/00","23:15:58","Windows NT error number 109 > occurred."

Re: CF hangs

2000-07-14 Thread Nille af Ekenstam
>- Original Message - >From: "Neil Robinson" <[EMAIL PROTECTED]> > >| Hi Nille, >| >| I had what sounds like the same problem this week. What database are you >| using? If it's the same problem (check your server.log file for NT >Errors) >| then it seems to be caused by ODBC drivers kee

RE: CF hangs

2000-07-14 Thread Nille af Ekenstam
Neil Robinson skrev: >Hi Nille, > >I had what sounds like the same problem this week. What database are you >using? If it's the same problem (check your server.log file for NT Errors) >then it seems to be caused by ODBC drivers keeping database connections >open. After the timeout period on t

Re: CF hangs

2000-07-14 Thread Todd Ashworth
Doesn't that slow down your queries considerably? Todd Ashworth - Original Message - From: "Neil Robinson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 14, 2000 9:13 AM Subject: RE: CF hangs | Hi Nille, | | I had what sounds like the sa

RE: CF hangs

2000-07-14 Thread Neil Robinson
Hi Nille, I had what sounds like the same problem this week. What database are you using? If it's the same problem (check your server.log file for NT Errors) then it seems to be caused by ODBC drivers keeping database connections open. After the timeout period on the db server, CF tries to use