Re: OT: Way Slow web pages

2001-08-23 Thread David Hannum \(Ohio University\)
> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, August 23, 2001 3:32 PM Subject: RE: OT: Way Slow web pages > Did you have this problem under an earlier version of CF? > > Ever since we upgraded our development server to CF 5, we've been getting > these peri

RE: OT: Way Slow web pages

2001-08-23 Thread Bruce, Rodney
: Thursday, August 23, 2001 2:57 PM To: CF-Talk Subject: RE: OT: Way Slow web pages Could it be that something is tieing up your bandwidth like a program gone haywire? Maybe even a bad NIC in that machine, or an improperly configured or broken router... Jeff Beer Senior Programmer Architect

RE: OT: Way Slow web pages

2001-08-23 Thread Jeff Beer
age- > From: Bruce, Rodney [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 23, 2001 5:43 PM > To: CF-Talk > Subject: RE: OT: Way Slow web pages > > > > Downloaded the MDAC 2.6 , Loaded it, had not helped the > speed problem. > When I looked after the load, th

RE: OT: Way Slow web pages

2001-08-23 Thread Bruce, Rodney
for all the suggestions and help. -Original Message- From: Kwang Suh [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 1:20 PM To: CF-Talk Subject: Re: OT: Way Slow web pages Go to http://www.microsoft.com/data. You can download the latest MDAC there. - Original Message

RE: OT: Way Slow web pages

2001-08-23 Thread Dave Watts
> We set up a test page which sets a variable something like a > million times (in a loop), and then prints the total elapsed > time the page took to execute, using the getTickCount() feature. > The strange part is that the execution time on the test page > doesn't change, regardless of wheth

RE: OT: Way Slow web pages

2001-08-23 Thread Bruce, Rodney
1:20 PM To: CF-Talk Subject: Re: OT: Way Slow web pages Have you scanned your server for CODE RED? TH Mahmut Basaarn - Original Message - From: "Shawn Grover" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, August 23, 2001 10:31 PM

RE: OT: Way Slow web pages

2001-08-23 Thread Kelly Matthews
August 24, 2001 4:20 PM To: CF-Talk Subject: Re: OT: Way Slow web pages Have you scanned your server for CODE RED? TH Mahmut Basaarn - Original Message - From: "Shawn Grover" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, August 2

Re: OT: Way Slow web pages

2001-08-23 Thread Mahmut Basaran
Have you scanned your server for CODE RED? TH Mahmut Basaarn - Original Message - From: "Shawn Grover" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, August 23, 2001 10:31 PM Subject: RE: OT: Way Slow web pages > if you are ac

Re: OT: Way Slow web pages

2001-08-23 Thread Kwang Suh
Go to http://www.microsoft.com/data. You can download the latest MDAC there. - Original Message - From: "Bruce, Rodney" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, August 23, 2001 2:17 PM Subject: RE: OT: Way Slow web pages &g

RE: OT: Way Slow web pages

2001-08-23 Thread Shawn Grover
before reloading CF.. try to reapply the latest MDAC. sounds like some of your db drivers may be the root cause. -Original Message- From: Bruce, Rodney [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 2:01 PM To: CF-Talk Subject: RE: OT: Way Slow web pages We upgraded to CF5

RE: OT: Way Slow web pages

2001-08-23 Thread Bruce, Rodney
Subject: RE: OT: Way Slow web pages if you are accessing an MS Access database, open the db directly, and run the Compact and Repair database option. HTH Shawn Grover -Original Message- From: Bruce, Rodney [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 1:21 PM To: CF-Talk

RE: OT: Way Slow web pages

2001-08-23 Thread Bruce, Rodney
to do would be to reload CF. just reloaded SQL and ACCESS. Thanks for the info -Original Message- From: Mueller, Ben [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 12:33 PM To: CF-Talk Subject: RE: OT: Way Slow web pages Did you have this problem under an earlier version

RE: OT: Way Slow web pages

2001-08-23 Thread Mueller, Ben
oblem, so it could be a configuration problem on our server, or bad code, but the problem cropped up just after we upgraded to CF 5. -Original Message- From: Bruce, Rodney [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 2:21 PM To: CF-Talk Subject: RE: OT: Way Slow web pages

RE: OT: Way Slow web pages

2001-08-23 Thread Shawn Grover
if you are accessing an MS Access database, open the db directly, and run the Compact and Repair database option. HTH Shawn Grover -Original Message- From: Bruce, Rodney [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 1:21 PM To: CF-Talk Subject: RE: OT: Way Slow web pages

RE: OT: Way Slow web pages

2001-08-23 Thread Bruce, Rodney
virus it will not catch. 7. Coding/scripting is the same when the pages were running fine. same page/code was running ~200, is not at ~2,000. -Original Message- From: Fuon See Tu [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 12:11 PM To: CF-Talk Subject: Re: OT: Way Slow web

Re: OT: Way Slow web pages

2001-08-23 Thread Fuon See Tu
here are some things 1. Virus Scanner running on server 2. Low memory 3. Low HD space 4. Bad memory 5. Bad Connection 6. Virus 7. bad coding/scripting >From: "Bruce, Rodney" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]&

OT: Way Slow web pages

2001-08-23 Thread Bruce, Rodney
sorry about the very broad question. but what are some things that could cause a web server to almost be 10times slower. web pages that were taking ~3,000ms are up to ~30,000. same with others that were at ~200ms are at ~2,000. is seems to be the query/db access time. it's affecting both Acces