Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
IIS: how to work around limitation of 10 users on XP?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 1 - 25 of 43 - Collapse all  -  Translate all to Translated (View all originals)   Newer >
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Vladimir Petter  
View profile  
 More options Dec 10 2003, 1:05 pm
Newsgroups: microsoft.public.inetserver.iis, microsoft.public.win32.programmer.networks
From: "Vladimir Petter" <vlad...@hotmail.com>
Date: Wed, 10 Dec 2003 10:01:44 -0800
Local: Wed, Dec 10 2003 1:01 pm
Subject: IIS: how to work around limitation of 10 users on XP?
Dear All,

May be somebody knows if there is a product that may be addressing following
issue:

    - On Windows 2000 Professional/XP Professional IIS (version 6.0) is
limited by 10 simultaneous TCP connections.
If 11'th connection comes it going to get HTTP error.
    - IE uses HTTP 1.1 and Keep-Alive. If IE client made a connection to IIS
(and keep-alive is on) then IE will keep this connection
up to ~30 sec (even if does not have any requests to send).
    - Each IE client makes up to 2 connections to the IIS and keeps them in
cash.

    So 10 simultaneous IE clients will eat up to 10 connections and 11'th
user may get an error. This becomes a limitation for my WEB application.

What I am looking for is a Proxy that would not have limitation on number of
incoming TCP connections (IE to Proxy), but would be aware of IIS limitation
(10 connections on Professional platform) and put client's request on hold
until IIS connection would become available.

I've already considered possibility of turning off keep-alive on the server
side and now interested only in discussion of the option described above
(Proxy).

Regards,
Vladimir.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "seperate time zones possible??" by -=bina
-=bina  
View profile  
 More options Dec 10 2003, 1:28 pm
Newsgroups: microsoft.public.inetserver.iis
From: "-=bina" <robin-spamfil...@spamfilter-cboss.com>
Date: Wed, 10 Dec 2003 13:26:24 -0500
Local: Wed, Dec 10 2003 1:26 pm
Subject: seperate time zones possible??
w/o opting for unique webserver for one site -- is the following possible??

few sites setup using same time zone setting - the addition of another
website requires a separate time zone -- is there a registry fix or anything
to handle a unique time zone for a particular website??

be helpful in handling recon files, etc...

-=bina


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "how to work around limitation of 10 users on XP?" by Cari MS-MVP
Cari MS-MVP  
View profile  
 More options Dec 10 2003, 1:35 pm
Newsgroups: microsoft.public.inetserver.iis, microsoft.public.win32.programmer.networks
From: "Cari MS-MVP" <Newsgrou...@coribright.comn>
Date: Wed, 10 Dec 2003 10:33:40 -0800
Local: Wed, Dec 10 2003 1:33 pm
Subject: Re: how to work around limitation of 10 users on XP?
The limitation is in place because you have a workstation operating system
and not a server operating system.  For unlimited connections, use either
one of the (now discotninued) Windows 2000 Server family or the new Windows
2003 Server family.

Cari
www.coribright.com

"Vladimir Petter" <vlad...@hotmail.com> wrote in message

news:uTbTPg0vDHA.684@TK2MSFTNGP09.phx.gbl...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Vladimir Petter  
View profile  
 More options Dec 10 2003, 1:40 pm
Newsgroups: microsoft.public.inetserver.iis, microsoft.public.win32.programmer.networks
From: "Vladimir Petter" <vlad...@hotmail.com>
Date: Wed, 10 Dec 2003 10:35:03 -0800
Local: Wed, Dec 10 2003 1:35 pm
Subject: Re: how to work around limitation of 10 users on XP?
Cari,

Thanks for your answer.
I know that. I am looking for possibility to "work-around" this limitation
without making customer upgrade to Server.
Any suggestions?

Vladimir.

"Cari MS-MVP" <Newsgrou...@coribright.comn> wrote in message

news:uEA6lw0vDHA.1888@TK2MSFTNGP10.phx.gbl...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
DUH  
View profile  
 More options Dec 10 2003, 1:58 pm
Newsgroups: microsoft.public.inetserver.iis
From: DUH <anonym...@discussions.microsoft.com>
Date: Wed, 10 Dec 2003 10:56:13 -0800
Local: Wed, Dec 10 2003 1:56 pm
Subject: Re: how to work around limitation of 10 users on XP?
Which part of her answer did you not understand?  You can't.

     ----- Vladimir Petter wrote: -----

     Cari,

     Thanks for your answer.
     I know that. I am looking for possibility to "work-around" this limitation
     without making customer upgrade to Server.
     Any suggestions?

     Vladimir.

     "Cari MS-MVP" <Newsgrou...@coribright.comn> wrote in message
     news:uEA6lw0vDHA.1888@TK2MSFTNGP10.phx.gbl...
     > The limitation is in place because you have a workstation operating system
     > and not a server operating system.  For unlimited connections, use either
     > one of the (now discotninued) Windows 2000 Server family or the new
     Windows
     > 2003 Server family.
     >> Cari
     > www.coribright.com
     >> "Vladimir Petter" <vlad...@hotmail.com> wrote in message
     > news:uTbTPg0vDHA.684@TK2MSFTNGP09.phx.gbl...
     >> Dear All,
     >>>> May be somebody knows if there is a product that may be addressing
     > following
     >> issue:
     >>>>     - On Windows 2000 Professional/XP Professional IIS (version 6.0) is
     >> limited by 10 simultaneous TCP connections.
     >> If 11'th connection comes it going to get HTTP error.
     >>     - IE uses HTTP 1.1 and Keep-Alive. If IE client made a connection to
     > IIS
     >> (and keep-alive is on) then IE will keep this connection
     >> up to ~30 sec (even if does not have any requests to send).
     >>     - Each IE client makes up to 2 connections to the IIS and keeps them
     > in
     >> cash.
     >>>>     So 10 simultaneous IE clients will eat up to 10 connections and
     11'th
     >> user may get an error. This becomes a limitation for my WEB application.
     >>>> What I am looking for is a Proxy that would not have limitation on
     number
     > of
     >> incoming TCP connections (IE to Proxy), but would be aware of IIS
     > limitation
     >> (10 connections on Professional platform) and put client's request on
     hold
     >> until IIS connection would become available.
     >>>> I've already considered possibility of turning off keep-alive on the
     > server
     >> side and now interested only in discussion of the option described above
     >> (Proxy).
     >>>> Regards,
     >> Vladimir.
     >>>>>>>>


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Vladimir Petter  
View profile  
 More options Dec 10 2003, 2:08 pm
Newsgroups: microsoft.public.inetserver.iis
From: "Vladimir Petter" <vlad...@hotmail.com>
Date: Wed, 10 Dec 2003 11:03:53 -0800
Local: Wed, Dec 10 2003 2:03 pm
Subject: Re: how to work around limitation of 10 users on XP?
Why do not you read the original question more carefully before post useless
answers?
Once again:
    - I know that it is impossible to have more than 10 connections to IIS
on Professional.
    - I am looking for a Proxy that can accept unlimited number of IE
connections and serialize them
to use only 10 IIS connections (client's request will be in a queue until
connection to IIS would not succeed).

If you do not have answer please do not waste bandwidth.

Vladimir.

"DUH" <anonym...@discussions.microsoft.com> wrote in message

news:065925D4-7EF8-4189-BB27-655A9FAC9CC8@microsoft.com...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Phil Frisbie, Jr.  
View profile  
 More options Dec 10 2003, 2:15 pm
Newsgroups: microsoft.public.inetserver.iis, microsoft.public.win32.programmer.networks
From: "Phil Frisbie, Jr." <p...@hawksoft.com>
Date: Wed, 10 Dec 2003 11:15:06 -0800
Local: Wed, Dec 10 2003 2:15 pm
Subject: Re: how to work around limitation of 10 users on XP?

Vladimir Petter wrote:
> Cari,

> Thanks for your answer.
> I know that. I am looking for possibility to "work-around" this limitation
> without making customer upgrade to Server.
> Any suggestions?

Use Apache. The 10 connection limit is coded into IIS, not XP. However, there
are other limitations (such as the accept connection backlog) you will run into
if the site becomes popular that can only  be fixed by upgrading to a server
version of Windows or another OS like Linux.

> Vladimir.

--
Phil Frisbie, Jr.
Hawk Software
http://www.hawksoft.com

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Paul Lynch  
View profile  
 More options Dec 10 2003, 2:18 pm
Newsgroups: microsoft.public.inetserver.iis, microsoft.public.win32.programmer.networks
From: Paul Lynch <paul.ly...@nospam.com>
Date: Wed, 10 Dec 2003 19:17:19 +0000
Local: Wed, Dec 10 2003 2:17 pm
Subject: Re: how to work around limitation of 10 users on XP?
On Wed, 10 Dec 2003 10:35:03 -0800, "Vladimir Petter"

<vlad...@hotmail.com> wrote:
>Cari,

>Thanks for your answer.
>I know that. I am looking for possibility to "work-around" this limitation
>without making customer upgrade to Server.
>Any suggestions?

>Vladimir.

Vladimir,

The best you can hope for is to do this :

"If you use IIS 5.0 on Windows 2000 Professional or IIS 5.1 on
Microsoft Windows XP Professional, disable HTTP keep-alives in the
properties of the Web site. When you do this, a limit of 10 concurrent
connections still exists, but IIS does not maintain connections for
inactive users."

but you cannot get away from the 10 concurrent connection limit - its
hard-coded in the 'desktop' versions of Windows 2000 and XP

Error Message: HTTP 403.9 - Access Forbidden: Too Many Users Are
Connected
http://support.microsoft.com/?id=262635

Regards,

Paul Lynch
MCSE


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Vladimir Petter  
View profile  
 More options Dec 10 2003, 2:33 pm
Newsgroups: microsoft.public.inetserver.iis, microsoft.public.win32.programmer.networks
From: "Vladimir Petter" <vlad...@hotmail.com>
Date: Wed, 10 Dec 2003 11:29:59 -0800
Local: Wed, Dec 10 2003 2:29 pm
Subject: Re: how to work around limitation of 10 users on XP?
Paul,

Thanks for answer.

The specific of my application is that it is not actually a public WEB site.
It is an internal company's site that may have about 10-15 clients. Because
of WinINet limitations (we are using WinInet on client extensively) we
increased max number of HTTP requests to 4 so now even 2 clients eating up 8
IIS connections.

Well I think I will try to write a kind of proxy I've described.

Regards,
Vladimir.

"Paul Lynch" <paul.ly...@nospam.com> wrote in message

news:c7setvs8qdoj02ola10efvqc176qs62rcm@4ax.com...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Vladimir Petter  
View profile  
 More options Dec 10 2003, 2:37 pm
Newsgroups: microsoft.public.inetserver.iis, microsoft.public.win32.programmer.networks
From: "Vladimir Petter" <vlad...@hotmail.com>
Date: Wed, 10 Dec 2003 11:34:13 -0800
Local: Wed, Dec 10 2003 2:34 pm
Subject: Re: how to work around limitation of 10 users on XP?
Hello Phil,

Thanks for response.
Could you please point me to any resources telling about "connection
backlog"?

All though I think the trick with proxy could work. The question is if such
a product already exists or I have to write it.

Thanks,
Vladimir.

"Phil Frisbie, Jr." <p...@hawksoft.com> wrote in message
news:%23FpHwH1vDHA.1272@TK2MSFTNGP12.phx.gbl...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tom Miller  
View profile  
 More options Dec 10 2003, 3:36 pm
Newsgroups: microsoft.public.inetserver.iis, microsoft.public.win32.programmer.networks
From: "Tom Miller" <tlgalen...@chatnfiles.com>
Date: Wed, 10 Dec 2003 14:38:18 -0600
Local: Wed, Dec 10 2003 3:38 pm
Subject: Re: how to work around limitation of 10 users on XP?
Install a 2nd copy of wrksta 2000 on another PC and share the same website
folder accross a LAN?
Tom

"Vladimir Petter" <vlad...@hotmail.com> wrote in message

news:%232n$2y0vDHA.4060@TK2MSFTNGP11.phx.gbl...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Vladimir Petter  
View profile  
 More options Dec 10 2003, 3:44 pm
Newsgroups: microsoft.public.inetserver.iis, microsoft.public.win32.programmer.networks
From: "Vladimir Petter" <vlad...@hotmail.com>
Date: Wed, 10 Dec 2003 12:40:30 -0800
Local: Wed, Dec 10 2003 3:40 pm
Subject: Re: how to work around limitation of 10 users on XP?
Tom,

Thanks for reply.
Good idea, but would not do in my case :(. WEB application implemented with
ASPs and have to collaborate with a set of DCOM servers. Having DCOM servers
on another machine may become a pain in the but especially with coming XP
SP2.

Thanks,
Vladimir.

"Tom Miller" <tlgalen...@chatnfiles.com> wrote in message

news:vtf0ureutv6a0d@corp.supernews.com...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "IIS: how to work around limitation of 10 users on XP?" by Jeff Cochran
Jeff Cochran  
View profile  
 More options Dec 10 2003, 4:27 pm
Newsgroups: microsoft.public.inetserver.iis, microsoft.public.win32.programmer.networks
From: jcochran.nos...@naplesgov.com (Jeff Cochran)
Date: Wed, 10 Dec 2003 21:31:06 GMT
Local: Wed, Dec 10 2003 4:31 pm
Subject: Re: IIS: how to work around limitation of 10 users on XP?
On Wed, 10 Dec 2003 10:01:44 -0800, "Vladimir Petter"

You won't find that, and it may not even be possible to write your
own.  The limit is inherent to the operating system, not IIS itself.

>I've already considered possibility of turning off keep-alive on the server
>side and now interested only in discussion of the option described above
>(Proxy).

Then I'll honor your request and not tell you the options available
that would work for you.

Jeff


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Vladimir Petter  
View profile  
 More options Dec 10 2003, 5:09 pm
Newsgroups: microsoft.public.inetserver.iis, microsoft.public.win32.programmer.networks
From: "Vladimir Petter" <vlad...@hotmail.com>
Date: Wed, 10 Dec 2003 14:05:07 -0800
Local: Wed, Dec 10 2003 5:05 pm
Subject: Re: IIS: how to work around limitation of 10 users on XP?
Hello Jeff,

Thanks for reply.

From my current study it seams to me that proxy solution should work. The
limit of connections on Professional OS has nothing to do with IIS limit (10
connections). So proxy should be able handle high number of incoming
connections and make sure that it does not go above 10 on IIS.

Well if there is other possibilities (except upgrade to Server) that I
overlooked then I really would like to hear it out :-).

Thanks,
Vladimir.

"Jeff Cochran" <jcochran.nos...@naplesgov.com> wrote in message

news:3fdd8ffa.25427963@msnews.microsoft.com...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "how to work around limitation of 10 users on XP?" by Phil Frisbie, Jr.
Phil Frisbie, Jr.  
View profile  
 More options Dec 10 2003, 5:55 pm
Newsgroups: microsoft.public.inetserver.iis, microsoft.public.win32.programmer.networks
From: "Phil Frisbie, Jr." <p...@hawksoft.com>
Date: Wed, 10 Dec 2003 14:53:32 -0800
Local: Wed, Dec 10 2003 5:53 pm
Subject: Re: how to work around limitation of 10 users on XP?

Paul Lynch wrote:
> Vladimir,

> The best you can hope for is to do this :

> "If you use IIS 5.0 on Windows 2000 Professional or IIS 5.1 on
> Microsoft Windows XP Professional, disable HTTP keep-alives in the
> properties of the Web site. When you do this, a limit of 10 concurrent
> connections still exists, but IIS does not maintain connections for
> inactive users."

> but you cannot get away from the 10 concurrent connection limit - its
> hard-coded in the 'desktop' versions of Windows 2000 and XP

Just to clarify this statement... The 10 concurrent connection limit is 'hard
coded' into IIS, not into XP. Even Windows 95 can have over 200 active TCP
connections with other server software.

> Error Message: HTTP 403.9 - Access Forbidden: Too Many Users Are
> Connected
> http://support.microsoft.com/?id=262635

> Regards,

> Paul Lynch
> MCSE

--
Phil Frisbie, Jr.
Hawk Software
http://www.hawksoft.com

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Phil Frisbie, Jr.  
View profile  
 More options Dec 10 2003, 6:01 pm
Newsgroups: microsoft.public.inetserver.iis, microsoft.public.win32.programmer.networks
From: "Phil Frisbie, Jr." <p...@hawksoft.com>
Date: Wed, 10 Dec 2003 15:00:06 -0800
Local: Wed, Dec 10 2003 6:00 pm
Subject: Re: how to work around limitation of 10 users on XP?

Vladimir Petter wrote:
> Hello Phil,

> Thanks for response.
> Could you please point me to any resources telling about "connection
> backlog"?

Basically, the connection backlog determines how fast clients can connect. In
other words, if too many clients request a connect at about the same time, the
connection backlog fills up and some will be rejected. You would need to see
more than a few hundred connections per second before this would become a problem.

--
Phil Frisbie, Jr.
Hawk Software
http://www.hawksoft.com


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "IIS: how to work around limitation of 10 users on XP?" by Phil Frisbie, Jr.
Phil Frisbie, Jr.  
View profile  
 More options Dec 10 2003, 6:02 pm
Newsgroups: microsoft.public.inetserver.iis, microsoft.public.win32.programmer.networks
From: "Phil Frisbie, Jr." <p...@hawksoft.com>
Date: Wed, 10 Dec 2003 15:02:30 -0800
Local: Wed, Dec 10 2003 6:02 pm
Subject: Re: IIS: how to work around limitation of 10 users on XP?

That is false. The limit is coded into IIS. I have accepted more than 8000
simultaneous TCP connections on Windows 2000 and XP Pro.

>>I've already considered possibility of turning off keep-alive on the server
>>side and now interested only in discussion of the option described above
>>(Proxy).

> Then I'll honor your request and not tell you the options available
> that would work for you.

> Jeff

--
Phil Frisbie, Jr.
Hawk Software
http://www.hawksoft.com

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bernard  
View profile  
 More options Dec 10 2003, 10:59 pm
Newsgroups: microsoft.public.inetserver.iis, microsoft.public.win32.programmer.networks
From: "Bernard" <qbern...@hotmail.com>
Date: Thu, 11 Dec 2003 11:58:42 +0800
Local: Wed, Dec 10 2003 10:58 pm
Subject: Re: IIS: how to work around limitation of 10 users on XP?
The limit is hardcode in application level and some which is in OS Level -
tcp connection is no limit, but it may not be legal -

"Per development: The connection limit refers to the number of
redirector-based connections and is enforced for any file, print, named
pipe, or mail slot session. The TCP connection limit is not enforced, but it
may be bound by legal agreement to not permit more than 10 clients. "

--
Regards,
Bernard Cheah
http://support.microsoft.com/
Please respond to newsgroups only ...

"Phil Frisbie, Jr." <p...@hawksoft.com> wrote in message
news:utq$zG3vDHA.2368@TK2MSFTNGP09.phx.gbl...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sami Korhonen  
View profile  
 More options Dec 11 2003, 2:33 am
Newsgroups: microsoft.public.inetserver.iis, microsoft.public.win32.programmer.networks
From: "Sami Korhonen" <dark...@ioftpd.getting.spammed.com>
Date: Wed, 10 Dec 2003 02:34:58 -0600
Local: Wed, Dec 10 2003 3:34 am
Subject: Re: IIS: how to work around limitation of 10 users on XP?
Writing proxy wouldn't be a trivial task for low number of connections, if
they were using HTTP1.0. However, both IIS and IE are using HTTP1.1 and
persistent connections by default. And that's where things get much more
complicated. Writing universal proxy for the purpose simply isn't worth the
trouble.

- Sami


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "how to work around limitation of 10 users on XP?" by Ken Schaefer
Ken Schaefer  
View profile  
 More options Dec 11 2003, 2:50 am
Newsgroups: microsoft.public.inetserver.iis, microsoft.public.win32.programmer.networks
From: "Ken Schaefer" <kenREM...@THISadOpenStatic.com>
Date: Thu, 11 Dec 2003 18:49:22 +1100
Local: Thurs, Dec 11 2003 2:49 am
Subject: Re: how to work around limitation of 10 users on XP?
Why don't you just buy Windows 2003 Server Web Edition? I would suspect that
it would be cheaper than spending time/dev resources trying to write such a
specialised proxy application that you are considering.

Cheers
Ken

"Vladimir Petter" <vlad...@hotmail.com> wrote in message

news:uTbTPg0vDHA.684@TK2MSFTNGP09.phx.gbl...
: Dear All,
:
: May be somebody knows if there is a product that may be addressing
following
: issue:
:
:     - On Windows 2000 Professional/XP Professional IIS (version 6.0) is
: limited by 10 simultaneous TCP connections.
: If 11'th connection comes it going to get HTTP error.
:     - IE uses HTTP 1.1 and Keep-Alive. If IE client made a connection to
IIS
: (and keep-alive is on) then IE will keep this connection
: up to ~30 sec (even if does not have any requests to send).
:     - Each IE client makes up to 2 connections to the IIS and keeps them
in
: cash.
:
:     So 10 simultaneous IE clients will eat up to 10 connections and 11'th
: user may get an error. This becomes a limitation for my WEB application.
:
: What I am looking for is a Proxy that would not have limitation on number
of
: incoming TCP connections (IE to Proxy), but would be aware of IIS
limitation
: (10 connections on Professional platform) and put client's request on hold
: until IIS connection would become available.
:
: I've already considered possibility of turning off keep-alive on the
server
: side and now interested only in discussion of the option described above
: (Proxy).
:
: Regards,
: Vladimir.
:
:
:

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jerry III  
View profile  
 More options Dec 11 2003, 4:40 am
Newsgroups: microsoft.public.inetserver.iis, microsoft.public.win32.programmer.networks
From: "Jerry III" <jerry...@hotmail.com>
Date: Thu, 11 Dec 2003 01:38:57 -0800
Local: Thurs, Dec 11 2003 4:38 am
Subject: Re: how to work around limitation of 10 users on XP?
You do realize that this is not WinInet's limitation but rather a
restriction given in the HTTP standard (RFC 2616)?

Jerry

"Vladimir Petter" <vlad...@hotmail.com> wrote in message

news:#wxxjR1vDHA.2448@TK2MSFTNGP12.phx.gbl...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeff Cochran  
View profile  
 More options Dec 11 2003, 9:30 am
Newsgroups: microsoft.public.inetserver.iis, microsoft.public.win32.programmer.networks
From: jcochran.nos...@naplesgov.com (Jeff Cochran)
Date: Thu, 11 Dec 2003 14:35:15 GMT
Local: Thurs, Dec 11 2003 9:35 am
Subject: Re: how to work around limitation of 10 users on XP?
On Wed, 10 Dec 2003 14:53:32 -0800, "Phil Frisbie, Jr."

To clarify a bit further...

The 10 connection limit *is* the result of the operating system and
not IIS.  The fact that other web server software, such as Apache,
doesn't use the operating system as tightly doesn't change that fact.
You only get ten network connections with a workstation OS.

Jeff


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "IIS: how to work around limitation of 10 users on XP?" by Jeff Cochran
Jeff Cochran  
View profile  
 More options Dec 11 2003, 9:37 am
Newsgroups: microsoft.public.inetserver.iis, microsoft.public.win32.programmer.networks
From: jcochran.nos...@naplesgov.com (Jeff Cochran)
Date: Thu, 11 Dec 2003 14:40:17 GMT
Local: Thurs, Dec 11 2003 9:40 am
Subject: Re: IIS: how to work around limitation of 10 users on XP?

>> You won't find that, and it may not even be possible to write your
>> own.  The limit is inherent to the operating system, not IIS itself.

>That is false. The limit is coded into IIS. I have accepted more than 8000
>simultaneous TCP connections on Windows 2000 and XP Pro.

TCP/IP connections, sure.  But you're not dealing with strictly a
TCP/IP connection when using IIS on a workstation operating system.
TCP/IP connections aren't limited the same way file, print, pipes,
etc. are limited.  Unfortunately, IIS uses the Windows OS to handle
the connection limits.  You'll find that some other products, such as
Apache, do not.

Jeff


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeff Cochran  
View profile  
 More options Dec 11 2003, 9:47 am
Newsgroups: microsoft.public.inetserver.iis, microsoft.public.win32.programmer.networks
From: jcochran.nos...@naplesgov.com (Jeff Cochran)
Date: Thu, 11 Dec 2003 14:51:22 GMT
Local: Thurs, Dec 11 2003 9:51 am
Subject: Re: IIS: how to work around limitation of 10 users on XP?

>From my current study it seams to me that proxy solution should work. The
>limit of connections on Professional OS has nothing to do with IIS limit (10
>connections). So proxy should be able handle high number of incoming
>connections and make sure that it does not go above 10 on IIS.

So since it's simple, write one.  :)

Seriously, you said you only had 15 systems or something connecting,
so the number of requests likely isn't terribly high.  A caching proxy
might get you part way, and writing a proxy (well, it's not really a
proxy...) that simply submitted requests until the request got
fulfilled might work.  You may need to do some client-side work to
enable it, but as long as your time has no value you'll save the
expense of a server license.

>Well if there is other possibilities (except upgrade to Server) that I
>overlooked then I really would like to hear it out :-).

How about Apache?  It doesn't use the OS in the same integrated
manner, and has no trouble with more than ten connections.  You've
already investigated the keep-alive issues, which is the only simple
alternative.

The problem isn't your concept, the problem is you're unwilling to
work within the limitations of a given product on a given operating
system.  I'd like a car that runs on tap water, gets 1,000 miles to
the gallon and does 0-60 in 1.2 seconds, but unless I'm willing to
design and build it myself I'm pretty unlikely to get it.

You know, if you converted to Linux, Apache and PHP, all things would
be free and there would be world peace within the decade...

Jeff


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Phil Frisbie, Jr.  
View profile  
 More options Dec 11 2003, 11:19 am
Newsgroups: microsoft.public.inetserver.iis, microsoft.public.win32.programmer.networks
From: "Phil Frisbie, Jr." <p...@hawksoft.com>
Date: Thu, 11 Dec 2003 08:18:04 -0800
Local: Thurs, Dec 11 2003 11:18 am
Subject: Re: IIS: how to work around limitation of 10 users on XP?

Jeff Cochran wrote:
>>>You won't find that, and it may not even be possible to write your
>>>own.  The limit is inherent to the operating system, not IIS itself.

>>That is false. The limit is coded into IIS. I have accepted more than 8000
>>simultaneous TCP connections on Windows 2000 and XP Pro.

> TCP/IP connections, sure.  But you're not dealing with strictly a
> TCP/IP connection when using IIS on a workstation operating system.
> TCP/IP connections aren't limited the same way file, print, pipes,
> etc. are limited.  Unfortunately, IIS uses the Windows OS to handle
> the connection limits.  You'll find that some other products, such as
> Apache, do not.

Sigh! You still do not understand... This has been hashed out MANY times here
and on the IIS group. Even Microsoft says the 10 connection limit is coded into
IIS, not the OS. To be specific, when IIS starts up, it determines if it is
running on a desktop or server OS, and sets functional limits accordingly.

But let me clarify even more: I am referring to anonymous connections, NOT
Windows authenticated connections. Even Apache will have a 10 user limit if
using Windows authentication since that is controlled by the OS. However,
non-authenticated connections are simply normal TCP connections and hence there
is no limit.

Let me also be clear that I would never tell anyone that it is proper to use a
desktop Windows OS as a web server for other than a test or personal site. I
agree that the original poster should simply invest in a copy of 2000 or 2003
Server.

> Jeff

--
Phil Frisbie, Jr.
Hawk Software
http://www.hawksoft.com

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Messages 1 - 25 of 43   Newer >
« Back to Discussions « Newer topic     Older topic »

Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google