Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Async Web Service - Maximum Time?

Reply
Thread Tools

Async Web Service - Maximum Time?

 
 
Lucas Tam
Guest
Posts: n/a
 
      04-13-2005
Is there a realistic maximum time a client can wait for an async response
from a web service?

I have requests that may take anywhere from 1 - 5 minutes to complete...
maybe even more. Is it safe to use an async web service?

Also, is there a limit to the number of async requests a server can
support? Any type of limiters I should be aware of? Threading limits?

Thanks!

--
Lucas Tam ()
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
 
Reply With Quote
 
 
 
 
Scott Allen
Guest
Posts: n/a
 
      04-14-2005
Hi Lucas:

You'll certainly run into the 2 connection limit if you have a large
number of outbound calls (see
http://support.microsoft.com/default...en-us;821268-).

There are some more good tips in this article:
http://msdn.microsoft.com/library/de...ce07222003.asp

--
Scott


On Wed, 13 Apr 2005 16:23:33 GMT, Lucas Tam <>
wrote:

>Is there a realistic maximum time a client can wait for an async response
>from a web service?
>
>I have requests that may take anywhere from 1 - 5 minutes to complete...
>maybe even more. Is it safe to use an async web service?
>
>Also, is there a limit to the number of async requests a server can
>support? Any type of limiters I should be aware of? Threading limits?
>
>Thanks!


 
Reply With Quote
 
 
 
 
Lucas Tam
Guest
Posts: n/a
 
      04-14-2005
Scott Allen <> wrote in
news::

> Hi Lucas:
>
> You'll certainly run into the 2 connection limit if you have a large
> number of outbound calls (see
> http://support.microsoft.com/default...en-us;821268-).
>
> There are some more good tips in this article:
> http://msdn.microsoft.com/library/de...y/en-us/dnserv
> ice/html/service07222003.asp



Thank you, those two articles were very helpful



--
Lucas Tam ()
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Newbie: async mode dedicated versus async mode interactive!! Pink_Floyd Cisco 4 06-16-2006 12:16 AM
Async webservice call in async webpage (.Net 2.0) does not return Steven ASP .Net Web Services 0 11-30-2005 01:06 AM
Creating the maximum number of menus and maximum number of stills rossco DVD Video 2 11-24-2005 09:33 PM
The number name 'System.Web.UI.WebControls' contains more than the maximum number of prefixes. The maximum is 3. mayur ASP .Net Web Controls 2 07-16-2004 05:14 PM
The number name 'System.Web.UI.WebControls' contains more than the maximum number of prefixes. The maximum is 3. mayur ASP .Net 2 07-02-2004 10:35 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57