That’s an interesting solution, however, I’m not sure it will work in my situation because the processes are contained within an intricate and detailed workflow.  I’m not afforded the ability to change to a frameset for a particular transition that is part of a bigger workflow.   The scheduled task is just a temporary patch until all of our servers have been upgraded to CFMX.

 

Thanks -

 

Tom

 

-----Original Message-----
From: Jeff Mayfield [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 20, 2003 5:11 PM
To: [EMAIL PROTECTED]
Subject: Re: cf multiple process solution

 

What about loading your initial page in a frameset.  The inital page can load in a frame  that covers 100% of the browser's real estate while leaving a second frame invisible to the user. You can then execute the cfhttp, parse what is returned and pass it to the hidden frame with _javascript_.  Your initial page will continue to run after the _javascript_ executes.


At 8/20/2003 03:19 PM, you wrote:


I ve figured out how to spawn a second request on a different cf server.  I create a schedule task with the url to the external server with a future time stamp (say 30 seconds in the future).  The scheduled task is fired and the processing occurs on the external server.  This does not interrupt my initial line of processing.  I m not totally excited about this because there are more moving parts which allow for greater opportunity of failure.  But this works and is only a temporary solution until all of our servers are migrated to MX.

 

Thanks -

 

Tom Schreck

817-252-4900

[EMAIL PROTECTED]

 

I have not failed.  I've found 10,000 ways that won't work.

 

- Thomas Edison

 

Reply via email to