Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling all COM (Asynchronously, that is)
Message
 
 
To
03/01/2001 17:38:40
General information
Forum:
Internet
Category:
Active Server Page
Miscellaneous
Thread ID:
00459144
Message ID:
00459399
Views:
20
>Hi all,
>
>I have a COM component written in Visual Basic and compiled as an ActiveX EXE. I'm able to instantiate and call it's public method from my ASP code but I can't get it to run asynchronously while I redirect the browser to another page which gives status updates.
>
>Does anyone have experience with calling COM methods from ASP that execute asynchronously?
>
>Thanks for your help!

You might be able to do something using a Session variable and calling a method that initiates a timer control and immediately returns. The timer control could initiate some other process (this is how we do it in VFP COM components).

If the COM object is created within the page, it is local to that page. It either finishes its work then or it goes out of scope when the page finsihes processing.

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Reply
Map
View

Click here to load this message in the networking platform