Is it possible to do the process via a stored procedure, or its
equivalent? That way you could just kick off the process and move on.


"Olive, Christopher M Mr USACHPPM" wrote:
> 
> why not spawn a new window via javascript and have it do it's thing, while
> the main (user) browser retains focus?
> 
> Chris Olive,
> DOEHRS Website Administrator
> 
> -----Original Message-----
> From: Pete Miller [mailto:[EMAIL PROTECTED]]
> Sent: Monday, June 19, 2000 10:51 AM
> To: [EMAIL PROTECTED]
> Subject: Background HTTP Requests
> 
> Hello all,
> 
> Is there anyway to do an HTTP request in the background without
> effecting the user's session.  We are developing a 5-step process and a
> request needs to be made in the third step that takes 1-2 minutes.  We
> don't want to have the client's browser getting a time out (from a proxy
> server or otherwise) and want them to continue on with the process.
> When the long process completes, it doesn't need to return anything to
> the user, just update a database.  Can I accomplish this using a CFHTTP
> POST or will the process still hang until I get a response?  I basically
> need a way to make a request without the user's browser waiting for the
> response.  Any help or insight would be greatly appreciated.  Thanks.
> 
> --
> Pete Miller
> GOTech, Inc.
> http://www.gotech.net
> ----------------------------------------------------------------------------
> --
> 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.

-- 
Jon Boehnker
[EMAIL PROTECTED]

-><-
------------------------------------------------------------------------------
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