T
tale
Hello all,
I'm writing an ASP.NET web page that will call a web service. Another
developer here stated that he believed that due to the System.Net
connection limit being set to 2 that only two connections can be made
from the web page to the web service. We are expecting many
concurrent page loads.
I was wondering if this is really a problem for web pages. Does the
two connection limit apply to the whole web site or just the web page?
If it applies to the web site, then how does all of the ASP.NET web
sites that use passport get around this problem? I believe that
passport authentication uses a web service. If I'm correct in my
assumption, then these busy sites that use passport for authentication
would definitely be authenticating more than 2 people at a time. Do
the other web pages have to wait on those two connections?
Here are two links that I've found that talk about the limit. If you
can prove or disprove my assumption, please provide me some links to
documentation so I convince this other developer.
http://support.microsoft.com/default.aspx?scid=kb;en-us;183110
http://msdn.microsoft.com/library/d...uide/html/cpconbestpracticesfornetclasses.asp
Thanks in advance,
-- tale
I'm writing an ASP.NET web page that will call a web service. Another
developer here stated that he believed that due to the System.Net
connection limit being set to 2 that only two connections can be made
from the web page to the web service. We are expecting many
concurrent page loads.
I was wondering if this is really a problem for web pages. Does the
two connection limit apply to the whole web site or just the web page?
If it applies to the web site, then how does all of the ASP.NET web
sites that use passport get around this problem? I believe that
passport authentication uses a web service. If I'm correct in my
assumption, then these busy sites that use passport for authentication
would definitely be authenticating more than 2 people at a time. Do
the other web pages have to wait on those two connections?
Here are two links that I've found that talk about the limit. If you
can prove or disprove my assumption, please provide me some links to
documentation so I convince this other developer.
http://support.microsoft.com/default.aspx?scid=kb;en-us;183110
http://msdn.microsoft.com/library/d...uide/html/cpconbestpracticesfornetclasses.asp
Thanks in advance,
-- tale