Re: Maximum connections to IIS from same IP? by Ben
Ben
Fri Jan 21 13:00:36 CST 2005
Yes, there is a client-side limit, so that the client will only be able to
access a web server with a certain number of connections. If you're using
.NET's http libraries you can bump up the maxmimum number of connections.
But if you're talking about dozens or hundreds of connections, you may run
into hanging problems.
--
Ben Strackany
www.developmentnow.com
"Alexander" <news.alexander@NOSPAMATALLprihandelDOTcom> wrote in message
news:eDpuht8$EHA.3616@TK2MSFTNGP11.phx.gbl...
>
> "Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote in message
> news:ei7VUY8$EHA.3368@TK2MSFTNGP15.phx.gbl...
> > "Alexander" <news.alexander@NOSPAMATALLprihandelDOTcom> wrote in message
> > news:#Va3cF8$EHA.3424@TK2MSFTNGP11.phx.gbl...
> >> Hi,
> >>
> >> I'm running IIS 6.0 on a W2K3
> >>
> >> I'm wondering if there is a limit in the IIS that limits number of
> >> connections from the same IP-adress?
> >>
> >> The reason I'm asking is that we have built a webservices application
(as
> > a
> >> service) that connect to our IIS, but will there be trouble if we have
> > many
> >> applications on a single computer that are accessing the IIS from the
sam
> > IP
> >> (other than hardware)?
> >
> > There is no limit.
> >
> >
>
> Not even on the client accessing the IIS and downloading files?
>
> // Alexander
>
>