Or move the slow code outside the ASP. I did something for mysefl and published as freeware: http://www.newobjects.com/prodct/ID/64
You implement what you need in the service script (runs as service indeed) and then you can call the functions implemented in the service from any ASP page. You can implement a procedure that enqueues the job and then return immediatelly. The service script may do the job later. Of course this may be or may not be appropriate for your case ... -----Original Message----- From: Tim Fletcher [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 20, 2002 3:06 PM To: ActiveServerPages Subject: ScriptTimeOut problem Hi all, i have a page that can take from 10secs to over 3mins (it is an admin script) until now i had written "Server.ScriptTimeOut = 180", but i actualy don't want it to timeout if the script lasts longer! i tryied :"Server.ScriptTimeOut = 0" but that dont work either :( any ideas? TIA Tim --- You are currently subscribed to activeserverpages as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
