Re: 100,000 calls a minute to a web service



kebalex@xxxxxxxxx wrote in news:1190896838.142975.203730
@r29g2000hsg.googlegroups.com:

Also I'm concerned about bottlenecks. If the app I built was capable
of making 100000 requests a minute (possibly at the same time if its
multi-threaded) then would the network handle this load and also could
the web service handle this many requests at once (i know the W3C
recommends only 2 client connections at once so that could be an
issue).

Anyway, any help or thoughts would be much apprecieated.

Have you talked to the developer of the original web service? If you're
planning 100K users, are they willing to do some customizations for you?

If not, you could build a service on your end - queue up requests for the
100K users. This way you won't swamp the web service?
.



Relevant Pages

  • RE: BizTalk 2004 SOAP Adapter Tuning, ThreadPool
    ... this is the case then it might be a design problem in your web service. ... If your web service is not designed correctly, this could lead to IIS ... requests to be queued. ... your SOAP and HTTP requests over these multiple hosts or host instances. ...
    (microsoft.public.biztalk.general)
  • RE: Asynchronous WebRequests?
    ... Generally speaking, when doing multiple async web service requests, take the ... > r = (IAsyncResult) wreq.BeginGetResponse(new ...
    (microsoft.public.dotnet.framework.performance)
  • RE: Need Help with Page can not be displayed form my web service
    ... Thanks Dan. ... I didn't go for submitting and polling because all requests are ... will making the call to web service asynchronous ... > convert this design to a batch that gets kicked off behind the scenes. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: Unable to connect to the remote server
    ... You are not releasing sockets, ... You have some contention issue, ... The results of the web service call are then then returned to the TCP/IP requestor and the thread ends. ... The TCP/IP requests are being answered but then the threads last for even a couple minutes before ending reporting they were "Unable to connect to the remote server". ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Web services - InvalidOperationException
    ... On the server side, can you intercept the requests coming in, from both ... your deployed app, and your test tool? ... > this is a Web Reference pointing to the WSDL file of the PHP Web service). ... that when I test the web service in a test tool ...
    (microsoft.public.dotnet.languages.csharp)

Loading