Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_components thread: Asynchronous DLL Calls


Message #1 by kgrant@p... on Tue, 26 Sep 2000 11:55:57 -0400 (EDT)
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 -





Message #2 by "Al Pendergrass" <albertp@y...> on Tue, 26 Sep 2000 10:58:55 -0600
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 -


  Return to Index