RE: Progress Meter Example... maxing out CPU?

2001-06-07 Thread Raymond Camden

To be honest, I don't know. Like I said, looping from 1 to 500k is _not_ a
big deal. I believe my example code only does a few simple mathemtical
equations, so it shouldn't be hurting the server. I can't really tell you
what to do.

===
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

Email   : [EMAIL PROTECTED]
ICQ UIN : 3679482

My ally is the Force, and a powerful ally it is. - Yoda

 -Original Message-
 From: Lee Fuller [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, June 06, 2001 10:46 AM
 To: CF-Talk
 Subject: RE: Progress Meter Example... maxing out CPU?


 Hmm... Odd.  I do not believe we have ever had that problem
 before.  This is
 a Pentium IV, 1Ghz system with 2GB's of RAM.. it's quite fast and quite
 capable.  I'm not sure what (on a system like that) would cause
 this type of
 problem.



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Progress Meter Example... maxing out CPU?

2001-06-06 Thread Raymond Camden

Lee, the first example using a progress meter, example 4, does not have an
inner loop. It only has one CFLOOP.

Now, in general, it sounds like your machine is having an issue with simple
looping. It shouldn't hit 100% CPU just looping from 1 to 10, and looping as
the example does, from 1 to 50, should not take more than 4-5 seconds.
(I made my examples a 'bit' slow, but not super slow.)

===
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

Email   : [EMAIL PROTECTED]
ICQ UIN : 3679482

My ally is the Force, and a powerful ally it is. - Yoda

 -Original Message-
 From: Lee Fuller [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, June 05, 2001 7:26 PM
 To: CF-Talk
 Subject: RE: Progress Meter Example... maxing out CPU?


 To answer your question... yes.. using the inner CFLOOP, it does the same
 thing, however it DOES show the progress in number format.

 When I change the TO value to 10.. it does the exact same thing.  CPU hits
 100%, and it counts to 100 in the progress box.. then the CPU returns to
 normal.




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Progress Meter Example... maxing out CPU?

2001-06-06 Thread Lee Fuller

Hmm... Odd.  I do not believe we have ever had that problem before.  This is
a Pentium IV, 1Ghz system with 2GB's of RAM.. it's quite fast and quite
capable.  I'm not sure what (on a system like that) would cause this type of
problem.

Any suggestions?

Lee Fuller
Chief Technical Officer
PrimeDNA Corporation / AAA Web Hosting Corporation
We ARE the net.
http://www.aaawebhosting.com



 -Original Message-
 From: Raymond Camden [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, June 06, 2001 6:26 AM
 To: CF-Talk
 Subject: RE: Progress Meter Example... maxing out CPU?


 Lee, the first example using a progress meter, example 4, does not have an
 inner loop. It only has one CFLOOP.

 Now, in general, it sounds like your machine is having an issue
 with simple
 looping. It shouldn't hit 100% CPU just looping from 1 to 10, and
 looping as
 the example does, from 1 to 50, should not take more than 4-5 seconds.
 (I made my examples a 'bit' slow, but not super slow.)

 ===
 Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

 Email   : [EMAIL PROTECTED]
 ICQ UIN : 3679482

 My ally is the Force, and a powerful ally it is. - Yoda

  -Original Message-
  From: Lee Fuller [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, June 05, 2001 7:26 PM
  To: CF-Talk
  Subject: RE: Progress Meter Example... maxing out CPU?
 
 
  To answer your question... yes.. using the inner CFLOOP, it
 does the same
  thing, however it DOES show the progress in number format.
 
  When I change the TO value to 10.. it does the exact same
 thing.  CPU hits
  100%, and it counts to 100 in the progress box.. then the CPU returns to
  normal.
 
 



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Progress Meter Example... maxing out CPU?

2001-06-05 Thread Raymond Camden

It _shouldn't_ do that. The only time I saw that behaviour is when I started
and aborted (by hititng Stop or Back) my test scripts multiple times. Did
you do that? Or is this happening each and every time?

===
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

Email   : [EMAIL PROTECTED]
ICQ UIN : 3679482

My ally is the Force, and a powerful ally it is. - Yoda

 -Original Message-
 From: Lee Fuller [mailto:[EMAIL PROTECTED]]
 Sent: Monday, June 04, 2001 11:28 PM
 To: CF-Talk
 Subject: Progress Meter Example... maxing out CPU?


 Has anyone else noticed that running the Progress Meter examples at
 http://www.allaire.com/handlers/index.cfm?ID=21216Method=Full causes
 CFSERVER.EXE to max out the CPU... apparently forever?

 Just wondering if it's our settings.. or?


 Lee Fuller
 Chief Technical Officer
 PrimeDNA Corporation / AAA Web Hosting Corporation
 We ARE the net.
 http://www.aaawebhosting.com




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Progress Meter Example... maxing out CPU?

2001-06-05 Thread Lee Fuller

It happens virtually every time.  We just load the template and BOOM.. it
hits 100% (cfserver) and sits there until we restart the service.

Lee

 -Original Message-
 From: Raymond Camden [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, June 05, 2001 5:29 AM
 To: CF-Talk
 Subject: RE: Progress Meter Example... maxing out CPU?


 It _shouldn't_ do that. The only time I saw that behaviour is
 when I started
 and aborted (by hititng Stop or Back) my test scripts multiple times. Did
 you do that? Or is this happening each and every time?

 ===
 Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

 Email   : [EMAIL PROTECTED]
 ICQ UIN : 3679482

 My ally is the Force, and a powerful ally it is. - Yoda

  -Original Message-
  From: Lee Fuller [mailto:[EMAIL PROTECTED]]
  Sent: Monday, June 04, 2001 11:28 PM
  To: CF-Talk
  Subject: Progress Meter Example... maxing out CPU?
 
 
  Has anyone else noticed that running the Progress Meter examples at
  http://www.allaire.com/handlers/index.cfm?ID=21216Method=Full causes
  CFSERVER.EXE to max out the CPU... apparently forever?
 
  Just wondering if it's our settings.. or?
 
 
  Lee Fuller
  Chief Technical Officer
  PrimeDNA Corporation / AAA Web Hosting Corporation
  We ARE the net.
  http://www.aaawebhosting.com
 
 
 
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Progress Meter Example... maxing out CPU?

2001-06-05 Thread Raymond Camden

Which script? Do you have an example on line?

===
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

Email   : [EMAIL PROTECTED]
ICQ UIN : 3679482

My ally is the Force, and a powerful ally it is. - Yoda 

 -Original Message-
 From: Lee Fuller [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, June 05, 2001 1:09 PM
 To: CF-Talk
 Subject: RE: Progress Meter Example... maxing out CPU?
 
 
 It happens virtually every time.  We just load the template and BOOM.. it
 hits 100% (cfserver) and sits there until we restart the service.
 
   Lee
 
  -Original Message-
  From: Raymond Camden [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, June 05, 2001 5:29 AM
  To: CF-Talk
  Subject: RE: Progress Meter Example... maxing out CPU?
 


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Progress Meter Example... maxing out CPU?

2001-06-05 Thread Lee Fuller

Yeah.. the ones at the URL in my original question...
http://www.allaire.com/handlers/index.cfm?ID=21216Method=Full

Lee


 -Original Message-
 From: Raymond Camden [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, June 05, 2001 11:17 AM
 To: CF-Talk
 Subject: RE: Progress Meter Example... maxing out CPU?
 
 
 Which script? Do you have an example on line?
 
 ===
 Raymond Camden, Principal Spectra Compliance Engineer for Macromedia
 
 Email   : [EMAIL PROTECTED]
 ICQ UIN : 3679482
 
 My ally is the Force, and a powerful ally it is. - Yoda 
 
  -Original Message-
  From: Lee Fuller [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, June 05, 2001 1:09 PM
  To: CF-Talk
  Subject: RE: Progress Meter Example... maxing out CPU?
  
  
  It happens virtually every time.  We just load the template and 
 BOOM.. it
  hits 100% (cfserver) and sits there until we restart the service.
  
  Lee
  
   -Original Message-
   From: Raymond Camden [mailto:[EMAIL PROTECTED]]
   Sent: Tuesday, June 05, 2001 5:29 AM
   To: CF-Talk
   Subject: RE: Progress Meter Example... maxing out CPU?
  
 
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Progress Meter Example... maxing out CPU?

2001-06-05 Thread Raymond Camden

Ok, so your saying all of the examples there give this error? Even the ones
that _just_ show off CFFLUSH, and have nothing to do with progress meters?
Sorry if I'm being anal, but can you be a bit more explicit.

===
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

Email   : [EMAIL PROTECTED]
ICQ UIN : 3679482

My ally is the Force, and a powerful ally it is. - Yoda

 -Original Message-
 From: Lee Fuller [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, June 05, 2001 2:35 PM
 To: CF-Talk
 Subject: RE: Progress Meter Example... maxing out CPU?


 Yeah.. the ones at the URL in my original question...
 http://www.allaire.com/handlers/index.cfm?ID=21216Method=Full

   Lee




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Progress Meter Example... maxing out CPU?

2001-06-05 Thread Lee Fuller

Oh no.. just the ones that have to do with the bar, it appears.  The first
two are fine, from what I can tell.

No problem about clarification.  grin  I'll get ya whatever you need!

Lee


 -Original Message-
 From: Raymond Camden [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, June 05, 2001 11:56 AM
 To: CF-Talk
 Subject: RE: Progress Meter Example... maxing out CPU?


 Ok, so your saying all of the examples there give this error?
 Even the ones
 that _just_ show off CFFLUSH, and have nothing to do with progress meters?
 Sorry if I'm being anal, but can you be a bit more explicit.

 ===
 Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

 Email   : [EMAIL PROTECTED]
 ICQ UIN : 3679482

 My ally is the Force, and a powerful ally it is. - Yoda

  -Original Message-
  From: Lee Fuller [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, June 05, 2001 2:35 PM
  To: CF-Talk
  Subject: RE: Progress Meter Example... maxing out CPU?
 
 
  Yeah.. the ones at the URL in my original question...
  http://www.allaire.com/handlers/index.cfm?ID=21216Method=Full
 
  Lee
 
 



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Progress Meter Example... maxing out CPU?

2001-06-05 Thread Raymond Camden

That's odd. For the heck of it, strip out all the code but the cfloop and
run it. if it still errors out, cut the TO value by 10, and try again.

===
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

Email   : [EMAIL PROTECTED]
ICQ UIN : 3679482

My ally is the Force, and a powerful ally it is. - Yoda

 -Original Message-
 From: Lee Fuller [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, June 05, 2001 3:47 PM
 To: CF-Talk
 Subject: RE: Progress Meter Example... maxing out CPU?


 Oh no.. just the ones that have to do with the bar, it appears.  The first
 two are fine, from what I can tell.

 No problem about clarification.  grin  I'll get ya whatever you need!



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Progress Meter Example... maxing out CPU?

2001-06-05 Thread Lee Fuller

Ray,

I assume you mean the inner CFLOOP.. since there are two... yes?

Lee


 -Original Message-
 From: Raymond Camden [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, June 05, 2001 12:58 PM
 To: CF-Talk
 Subject: RE: Progress Meter Example... maxing out CPU?
 
 
 That's odd. For the heck of it, strip out all the code but the cfloop and
 run it. if it still errors out, cut the TO value by 10, and try again.
 
 ===
 Raymond Camden, Principal Spectra Compliance Engineer for Macromedia
 
 Email   : [EMAIL PROTECTED]
 ICQ UIN : 3679482
 
 My ally is the Force, and a powerful ally it is. - Yoda
 
  -Original Message-
  From: Lee Fuller [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, June 05, 2001 3:47 PM
  To: CF-Talk
  Subject: RE: Progress Meter Example... maxing out CPU?
 
 
  Oh no.. just the ones that have to do with the bar, it appears. 
  The first
  two are fine, from what I can tell.
 
  No problem about clarification.  grin  I'll get ya whatever you need!
 
 
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists