RE: going loopy

2004-08-13 Thread dave
there will be around 100 records that need to be batch run every hour
its too get almost real time river flow data

-- Original Message --
From: "Mark W. Breneman" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date:  Fri, 13 Aug 2004 11:57:24 -0500

>Will the task run manually?
> 
>If so how long does it take?
> 
>How many records / http requests are we looking at here? 
> 
>Do we know that it is not just one http request that is causing the problem?
> 
>You could set up a task that would run and get the first record / http then
>it would set up a scheduled task 1 min later to get the next record / http.
>When it is done running the task could reset set its self to run tomorrow.
> 
>MB.
> 
> 
>Mark W. Breneman
>-Cold Fusion Developer
>-Network Administrator
>  Vivid Media
>  [EMAIL PROTECTED]
>  www.vividmedia.com  
>  608.270.9770
> 
>
>  _  
>
>From: dave [mailto:[EMAIL PROTECTED] 
>Sent: Thursday, August 12, 2004 7:13 PM
>To: CF-Talk
>Subject: going loopy
>
>
>ok maybe my scheduled task problem is in my loop
>
>what would be the best loop 4 the job
>
>it needs to loop through a query 1 record at a time
>do an cfhttp request parse the results
>enter it into a db
>then do the next one
>
>seems like they all just time out, like its trying to do them all at once
>instead of one at a time
>any suggestions? 
>  _  
>
>
>
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: going loopy

2004-08-13 Thread Mark W. Breneman
Will the task run manually?

 
If so how long does it take?

 
How many records / http requests are we looking at here? 

 
Do we know that it is not just one http request that is causing the problem?

 
You could set up a task that would run and get the first record / http then
it would set up a scheduled task 1 min later to get the next record / http.
When it is done running the task could reset set its self to run tomorrow.

 
MB.

Mark W. Breneman
-Cold Fusion Developer
-Network Administrator
  Vivid Media
  [EMAIL PROTECTED]
  www.vividmedia.com  
  608.270.9770

  _  

From: dave [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 12, 2004 7:13 PM
To: CF-Talk
Subject: going loopy

ok maybe my scheduled task problem is in my loop

what would be the best loop 4 the job

it needs to loop through a query 1 record at a time
do an cfhttp request parse the results
enter it into a db
then do the next one

seems like they all just time out, like its trying to do them all at once
instead of one at a time
any suggestions? 
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: going loopy

2004-08-13 Thread dave
what i have been using, timesout even when specifying a longer timeout
almost like it is trying too do them all at once instead of one at a time

-- Original Message --
From: Thomas Chiverton <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date:  Fri, 13 Aug 2004 11:25:41 +0100

>On Friday 13 Aug 2004 01:13 am, dave wrote:
>> what would be the best loop 4 the job
>
>Umm, cfquery ?
>-- 
>Tom Chiverton 
>Advanced ColdFusion Programmer
>
>Tel: +44(0)1749 834997
>email: [EMAIL PROTECTED]
>BlueFinger Limited
>Underwood Business Park
>Wookey Hole Road, WELLS. BA5 1AF
>Tel: +44 (0)1749 834900
>Fax: +44 (0)1749 834901
>web: www.bluefinger.com
>Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
>Quay, BRISTOL. BS1 6EG.
>*** This E-mail contains confidential information for the addressee
>only. If you are not the intended recipient, please notify us
>immediately. You should not use, disclose, distribute or copy this
>communication if received in error. No binding contract will result from
>this e-mail until such time as a written document is signed on behalf of
>the company. BlueFinger Limited cannot accept responsibility for the
>completeness or accuracy of this message as it has been transmitted over
>public networks.***
>
>
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: going loopy

2004-08-13 Thread Thomas Chiverton
On Friday 13 Aug 2004 01:13 am, dave wrote:
> what would be the best loop 4 the job

Umm, cfquery ?
-- 
Tom Chiverton 
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]