Here's what the docs say about TIMEOUT="0" in CFEXECUTE :

"The default is 0; therefore, the ColdFusion thread spawns a process and
immediately returns without waiting for the process to terminate."

Again, only in 4.5, though.

Chris Evans
[EMAIL PROTECTED]
http://www.fuseware.com


-----Original Message-----
From: David E. Crawford [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 10, 2000 10:07 AM
To: [EMAIL PROTECTED]
Subject: Re: Asynchronous Submissions - Round 2


4.0.1 is what I am using.  I would almost suspect that a timeout of 0 would
force an indefinite wait.

DC

----- Original Message -----
From: Chris Evans <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 10, 2000 13:51
Subject: RE: Asynchronous Submissions - Round 2


> Are you using 4.5.1, or 4.0.1?  CFEXECUTE in 4.5.1 has a timeout
> attribute.
> It looks as though if you set the timeout to 0 the spawned process will
> run
> asynchronously.  I have not tried it though.
>
>
> Chris Evans
> [EMAIL PROTECTED]
> http://www.fuseware.com
>
>
> -----Original Message-----
> From: David E. Crawford [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 10, 2000 9:35 AM
> To: CF-Talk
> Subject: Asynchronous Submissions - Round 2
>
>
> Repost.
>
> I have a need to spawn off an asynchronous process in a CF template, and
> then proceed on with the remainder of the template processing.
> Essentially
> I need to call a long running CFHTTP process, and then move on.  I have
> tried using CFX_SPAWNEXEC in async mode to call CFML.EXE through a batch
> file, but have been unsuccessful.   Anyone have any other ideas?
>
> Dave
> ---------------------------
> David E. Crawford
> Director, Internet Development
> Yale Security Group, Inc.
> www.yalesecurity.com
>
> ------------------------------------------------------------------------
> ----
> --
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
> or
> send a message to [EMAIL PROTECTED] with 'unsubscribe'
> in
> the body.
>
>
> ------------------------------------------------------------------------
> ------
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
> or send a message to [EMAIL PROTECTED] with
> 'unsubscribe' in the body.
>

----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to