Hi, I have similar problemm a month ago and I wrote one thing named "Script service" (look for it on my site - http://www.newobjects.com) - a service in VBScript or JScript. Can be called as COM object while runs - this allows you to tell it "do this" the service may record the task (even in memory only) and return immediatelly and then do the job later. E.g. it is a combination of scheduler and COM component but you write it - in script. I am not sure if this will be the ideal solution but it could be.
Michael -----Original Message----- From: Nabil Al-Hage Ali [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 05, 2002 12:34 AM To: ActiveServerPages Subject: ASP page in background Hi, I have an ASP application that registers a user and assigns for him an automatic ID and a welcome message. The trick is that there exists a backgroud process that creates profile and directories and userAccounts..etc and that takes a long time. what i need is to make this work in the background by the time the user has recieved his Id and left my web application. the process that works in the backgroud could be an ASP Page that calls a Dll or a vb script that calls a DLL or an exe. Another related question: if on insert i fire a trigger in SQL Server 2000, does the application wait for the trigger to complete or it just inserts the record and continues. I was thinking of making use of sql server to fire a trigger that makes a call for shell command if that works and i think sql server supports. Any suggestions on these? thanks --- 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]
