beware of relying too heavily on the CF scheduler - on someboxes it works
fine, on others it'll work fine then go wierd and stay wierd, and on others
its always wierd.
And the advise from 'the top' was its buggy, but should be fixed in CF5

Bert

> -----Original Message-----
> From: Calvin Moree [mailto:[EMAIL PROTECTED]]
> Sent: 08 May 2001 00:46
> To: Fusebox
> Subject: RE: Realtime Background Task
> 
> 
> We identified the following solution: we setup an expired 
> schedule task in
> the coldfusion administrator, then on the page that inserts 
> the data into
> the database we used the cfschedule tag <cfschedule ACTION="Run"
> TASK="TaskName">. When using the "ACTION="Run"" the task will kick off
> immediately and only when new data is entered into the 
> database. The task
> calls a page in the background that takes care of the background need.
> 
> Thanks for the suggestions,
> 
> Calvin
> 
> 
> -----Original Message-----
> From: Calvin Moree [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 07, 2001 3:38 PM
> To: Fusebox
> Subject: RE: Realtime Background Task
> 
> 
> The background page is performing several queries the results 
> of which are
> used to create a text file.
> 
> 
> -----Original Message-----
> From: Shawn Regan [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 07, 2001 3:32 PM
> To: Fusebox
> Subject: RE: Realtime Background Task
> 
> 
> What is the background page doing?
> 
> Shawn Regan
> Applications Developer
> Pacific Technology Solutions 
> 
> > -----Original Message-----
> > From:       Calvin Moree [SMTP:[EMAIL PROTECTED]]
> > Sent:       Monday, May 07, 2001 1:12 PM
> > To: Fusebox
> > Subject:    Realtime Background Task
> > 
> > We are currently using CF 4.5.1 on NT.  I have an 
> application where a user
> > inputs data into a form and submits the form to another 
> page that enters
> > the
> > data into the database.  What I want to do is at the same 
> time as the data
> > to going into the database, I also want the data to be sent 
> to a totally
> > separate page in the background.  If I use CFHTTP the user 
> can't continue
> > until the CFHTTP is complete.  I don't want the user to 
> wait because they
> > don't need a response from the background page.  I just 
> want to send the
> > data and not retrieve anything back.  Is there a tag or 
> code I can use to
> > perform this function?
> > 
> > TIA
> > 
> > Calvin
> > 
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to