T
tale
Hello all,
I really need an answer to this post, so I'm trying to repost it. My
question is below. I've included all of the original posts below.
Here is my questions to the last response.
Ok, so this does apply to asp.net.
So does this 2 connection limit apply to each page, the web site
(assuming you are running multiple sites on one server) or the server
itself?
If it applies to the server, then I have another question. In my
first post, I stated that I thought passport used web services. How
can this limit apply to the server and these web sites that use
passport still handle the amount of concurrent page view thst they
normally handle?
-- Tale
Here are the original post and responses:
actually this limit applys to asp.net. the default behavior for
asp.net page
making webservice calls is still two connections per server. you
canoverride this limit at runtime.
the reason for the limit is net etiquette. one client is not supposed
to
overuse a remote resource. in this case your web server is the client,
but
the rule is same, you should not overload a remote server unless you
know
its ok, so the override should be on a server by server basis.
-- bruce (sqlwork.com)
I really need an answer to this post, so I'm trying to repost it. My
question is below. I've included all of the original posts below.
Here is my questions to the last response.
actually this limit applys to asp.net. the default behavior for asp.net page
making webservice calls is still two connections per server. you
canoverride this limit at runtime.
Ok, so this does apply to asp.net.
the reason for the limit is net etiquette. one client is not supposed to
overuse a remote resource. in this case your web server is the client, but
the rule is same, you should not overload a remote server unless you know
its ok, so the override should be on a server by server basis.
So does this 2 connection limit apply to each page, the web site
(assuming you are running multiple sites on one server) or the server
itself?
If it applies to the server, then I have another question. In my
first post, I stated that I thought passport used web services. How
can this limit apply to the server and these web sites that use
passport still handle the amount of concurrent page view thst they
normally handle?
-- Tale
Here are the original post and responses:
actually this limit applys to asp.net. the default behavior for
asp.net page
making webservice calls is still two connections per server. you
canoverride this limit at runtime.
the reason for the limit is net etiquette. one client is not supposed
to
overuse a remote resource. in this case your web server is the client,
but
the rule is same, you should not overload a remote server unless you
know
its ok, so the override should be on a server by server basis.
-- bruce (sqlwork.com)