I have written a component that manipulates data in SQL Server. The
Component is being called from from the server. The processing takes a
while to finish and I get a ScriptTimeout error. Is there a way that I
can call my methods asynchronously as to avoid this error.
Side note: I have entertained asynchronous Remote Scripting but since this
is Server to Server I didn't think that this was possible. Let me know if
you know how to do asychronous calls to dlls all on the server.
- ComputerSage -
Have you considered MSMQ or Queued Components in COM+?
> -----Original Message-----
> From: kgrant@p... [mailto:kgrant@p...]
> Sent: Tuesday, September 26, 2000 9:56 AM
> To: ASP components
> Subject: [asp_components] Asynchronous DLL Calls
>
>
> I have written a component that manipulates data in SQL Server. The
> Component is being called from from the server. The processing takes a
> while to finish and I get a ScriptTimeout error. Is there a way that I
> can call my methods asynchronously as to avoid this error.
>
> Side note: I have entertained asynchronous Remote Scripting but
> since this
> is Server to Server I didn't think that this was possible. Let
> me know if
> you know how to do asychronous calls to dlls all on the server.
>
> - ComputerSage -