-
Queuing in web service
Hi,
I have written a ASP.Net Web service which is exposed to outside environment. This web service will contact my BUSINESS LOGIC LAYER and process the transaction. This web service is being invoked by an 3rd party application (SAP - XI). My problem is that this web service is being invoked asynchronously (say 5 times within a minute). This leads to deadlock situation as my BUSINESS LOGIC LAYER takes approximately 1 minute to complete one web service call. Currently i have introduced a delay of 1 minute ( Thread.Sleep(60000) ) between web service hit. I am not convinced with this. Is there any better to do this? If yes please suggest me some ways. If possible if you have come across same situation and u have handled this please send me a sample code so that i will be able to understand and replicate the same in my web service
Thanks in advance,
Sairam
Similar Threads
-
Replies: 2
Last Post: 06-11-2012, 08:10 PM
-
Replies: 2
Last Post: 07-07-2006, 03:47 PM
-
Replies: 0
Last Post: 01-19-2006, 04:48 PM
-
Replies: 1
Last Post: 05-01-2003, 12:54 PM
-
By Tim Romano in forum .NET
Replies: 0
Last Post: 04-19-2001, 07:54 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks