Re: Performance of a Webservice when it is pounded by Data ?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Windows XP's IIS is throttled, but I wouldn't expect this to cause
truncation of data - the request would just be denied by IIS
altogether.

What's even stranger is that the data that is coming though in your
request is still well-formed!! What does the data look like?

I'd probably start looking at intercepting some of the messages and be
sure that the injection is occuring properly. Since you're working
locally you could use the excellent fiddler as a proxy to intercept
those messages http://www.fiddlertool.com/fiddler/

Josh
http://www.thejoyofcode.com/



Hari wrote:
Hi Josh,

The input is well formed.

I am injecting this load by creating a console app that will call the web
service every 50msec with data of 50kb. the app does this for 5 sec

I also read in an article that IIS 5.1 in Windows XP will support only 10
simaltaneous client connection. can this be a possible cause.

Regards
Hari

"Josh Twist" wrote:

Hi Hari,

This sounds very strange.

When you say the method is not receiving all the data - is it erroring
due to malformation or is the input still well formed?

Also - how are you injecting this load?

Josh
http://www.thejoyofcode.com/


Hari wrote:
Hi all,

I have written a web service that receives large volume of data from
consumers and process this data.

When a consumer is sending large data (say xml files of 50KB) at frequent
interval (say 50ms) for long period of time (5sec continously) i find that
the method is not receiving all the data.

This behaviour is not observed when consumer is sending small volume of data
for frequent interval or large volume of data in long interval

Can some one please guide me in this problem ?

Regards
Hari



.



Relevant Pages

  • Re: Where is the user impersonation token stored?
    ... Can you explain a little more with respect to IIS? ... User requests a restricted page and the Windows popup dialog appears so ... When an HTTP request is finished and the response is sent back to the client ... Where does IIS (or some ISAPI authentication filter/extension) get ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Where is the user impersonation token stored?
    ... It looks like this is an IIS question now. ... > bounces back a 401 to the client along with the possible authentication ... > header to the server on each request. ... >> 1) User requests a restricted page and the Windows popup dialog ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: HTTP 400 - Bad Request
    ... Windows Server 2003 comes with Network Monitor, ... none of those settings have ANYTHING to do with a 400 Bad Request. ... and IIS never bothered to execute it. ...
    (microsoft.public.inetserver.iis)
  • Re: Double Posting??
    ... The IIS logs list two entries for each page request. ... > Integrated Windows Authentication double the load on IIS? ...
    (microsoft.public.inetserver.iis)
  • RE: Password Protect Intranet Pages
    ... Using IIS console one can restrict access at various level, i.e. site, ... The client requests a resource on the server. ... The server, if configured to require it, will request authentication ... IIS checks if the user has a valid Windows user account. ...
    (microsoft.public.inetserver.iis.security)