Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Asynchronous calls through a WCF service

Status
Not open for further replies.

SPEnthusiast

Programmer
Jan 1, 2008
1
I'm currently building a MOSS 2007 portal. I'm also using Windows Communication Foundation services in this project. I'm exposing my business logic layer as a bunch of WCF services.

I would like to use asynchronous calls to make my portal more scalable. There's a Page.RegisterAsyncTask method available to be called from WebPart code. Once I call into WCF this way - I mean, asynchronously - would I face any problems if I called into a SQL Server stored procedure from my WCF code, if the stored procedure used "WAITFOR" ?

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top