473,395 Members | 1,652 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Async Web Service - Maximum Time?

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 (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Nov 19 '05 #1
2 1353
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 <RE********@rogers.com>
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!


Nov 19 '05 #2
Scott Allen <sc***@nospam.odetocode.com> wrote in
news:36********************************@4ax.com:
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 (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Nov 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Morgan Leppink | last post by:
Hi all - We have been developing a complex TCP socket communication app that is responsible for keeping numerous connections open to clients on routable IPs. The app receives request on a...
1
by: DBC User | last post by:
Hi Sharpies, I have developed a asyncrnous web service client. Everything is working fine. Except folloing 2 things 1. Is it possible to force timeout on an async call? 2. Is it possible to...
2
by: Ken | last post by:
I have an async Web service working inside a Try block just like MS says Try Dim cb As New AsyncCallback(AddressOf callbackWs) myWS.BeginUpdater("StringChain", cb, myWS) Catch x As Exception...
5
by: Homa | last post by:
Hi all, Can anyone give me some links about how to do an async web service call from aspx and display a temperary page before the web service returns? Thanks, Homa Wong
5
by: Paul Hasell | last post by:
Hi, I'm trying to invoke a web method asynchronously but just can't seem to get it to tell me when it has finished! Below is the code I am (currently) using: private void...
1
by: Simon Hart | last post by:
Hi, I thought I'd just open a thread in an attempt to get peoples feelers with regards to multithreading vs Async Web Service processing. Of course Web Services makes it easy to do Async...
10
by: Brian Parker | last post by:
I inherited a C++ DLL that I need to remotely call multiple times asynchronously. What I have developed is: CSharp web application that makes asynchronous calls to a CSharp Web Service. The...
6
by: Shak | last post by:
Hi all, Three questions really: 1) The async call to the networkstream's endread() (or even endxxx() in general) blocks. Async calls are made on the threadpool - aren't we advised not to...
1
by: =?Utf-8?B?TWFyaw==?= | last post by:
Hi... There are a few questions wrapped up in this, but the main one is that the WebService.MyMethodAsync() methods that are automatically generated in the client code by VS 2005 don't seem to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.