PC Review


Reply
Thread Tools Rate Thread

ASP.NET / IIS - Any Connection Limits?

 
 
Spam Catcher
Guest
Posts: n/a
 
      25th Jan 2008
Hi All,

From what I recall, web services may limit the number of connections from a
particular IP address. Do started web forms have a similar limitation?

I have an application which needs to stream binary data from an ASP.NET
page I wrote - I like to know if ASP.NET limits the calling application to
only 2 connections?

If it does, any way to raise the limit?

Thanks!

--
(E-Mail Removed) (Do not e-mail)
 
Reply With Quote
 
 
 
 
Spam Catcher
Guest
Posts: n/a
 
      25th Jan 2008
Spam Catcher <(E-Mail Removed)> wrote in
news:Xns9A30994D07851usenethoneypotrogers@127.0.0.1:

> From what I recall, web services may limit the number of connections
> from a particular IP address. Do started web forms have a similar
> limitation?
>
> I have an application which needs to stream binary data from an
> ASP.NET page I wrote - I like to know if ASP.NET limits the calling
> application to only 2 connections?
>
> If it does, any way to raise the limit?


I should be more clear:


Calling App (not .NET) make several calls to my ASP.NET page

Calling App seems to slow down when it makes several simultaneous calls.

I'm not sure if ASP.NET (receiving end) is blocking calls, or if the
calling application is limiting outbound connections.

Does ASP.NET (receiving end) have any limits on the number of connections
it can handle? I'm using Windows 2003.

--
(E-Mail Removed) (Do not e-mail)
 
Reply With Quote
 
bruce barker
Guest
Posts: n/a
 
      25th Jan 2008
in general the client does the limit. IE will only allow 2 connection to the
same server (even if you use multiple browser windows.)

asp.net has a couple limits:

1) number of i/o threads
2) max iis connections
3) requests the use the same session are queued (only one at time)


-- bruce (sqlwork.com)


"Spam Catcher" wrote:

> Hi All,
>
> From what I recall, web services may limit the number of connections from a
> particular IP address. Do started web forms have a similar limitation?
>
> I have an application which needs to stream binary data from an ASP.NET
> page I wrote - I like to know if ASP.NET limits the calling application to
> only 2 connections?
>
> If it does, any way to raise the limit?
>
> Thanks!
>
> --
> (E-Mail Removed) (Do not e-mail)
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Network connection limits w/ XP Pro bru Windows XP General 3 11th Mar 2008 01:58 PM
Connection limits =?Utf-8?B?QWNjZXNzIGNvbm5lY3Rpb24gZXJyb3I=?= Microsoft Access 1 3rd Mar 2005 05:15 PM
IIS and connection limits Andrea De Nardis Windows XP Embedded 1 14th Dec 2004 12:28 PM
Connection Limits ianripping Microsoft Access 0 6th Mar 2004 02:41 PM
tcp connection limits - win2k SP4 Luis C. Benitez Microsoft Windows 2000 Networking 0 28th Nov 2003 01:50 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:32 AM.