"BuddyWork" <dhirani@bankofny.com> wrote in news:1115721510.631720.284760
@o13g2000cwo.googlegroups.com:
> I'm doing a stress test and my test graudually
> increases the connections to the webservice. Everything
[quoted text clipped - 4 lines]
>
> I am using Windows 2000 Server with IIS 5.0, Framework 1.1.
This is probably IIS limiting the connections to prevent attacks. Are you
keeping the connections open? What tool are you using to test?
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
Blog: http://blogs.atozed.com/kudzu
BuddyWork - 11 May 2005 07:25 GMT
I am leaving the webservice connection open because I processing
messages after the connection has taken place. The I disconnect after
all the messages has been processed for that connection. Each
connection is basically an user.
I am using Microsoft Application Center Test for .NET which came with
VS2002.