I'm trying to nail down exactly how many concurrent web connections
(incoming) can be hosted by an XP 64-bit box. I've been told 10 but can't
find crap sifting thru MS.com. Any help is appreciated.

Re: Concurrent Web Connections hosted by XP 64-bit? by Charlie

Charlie
Wed Aug 08 09:11:24 CDT 2007

The limitation is one imposed on XP in general, and XP x64 gets the same
one. And the number is 10 if I remember correctly.

--
Charlie.
http://msmvps.com/blogs/xperts64

"Yastreb" <Yastreb@discussions.microsoft.com> wrote in message
news:3B6B64A0-6799-4B07-AC59-6C4B25ABBF8A@microsoft.com...
> I'm trying to nail down exactly how many concurrent web connections
> (incoming) can be hosted by an XP 64-bit box. I've been told 10 but can't
> find crap sifting thru MS.com. Any help is appreciated.
>
>


Re: Concurrent Web Connections hosted by XP 64-bit? by Yastreb

Yastreb
Wed Aug 08 09:20:01 CDT 2007

Thanks for the reply. Is this because of the SP2 patch effecting the
tcpip.sys file by chance?

Re: Concurrent Web Connections hosted by XP 64-bit? by Carlos

Carlos
Wed Aug 08 13:54:03 CDT 2007

Yastreb:
The limit is hardcoded to 10 connections/sec in tcpip.sys both in SP1 and SP2.
It doesn't have to do with applying SP2 itself.
tcpip.sys in SP1 can be patched (do it at your own risk) in order to
increase that limit.
See here:
http://www.lvllord.de/
and here:
http://www.lvllord.de/?lang=en&url=downloads
The patch doesn't work in SP2.

Some people have successfully replaced tcpip.sys (SP2), replacing it with
the patched one of SP1 (again: do it at your own risk!!!)

Carlos

"Yastreb" wrote:

> Thanks for the reply. Is this because of the SP2 patch effecting the
> tcpip.sys file by chance?

Re: Concurrent Web Connections hosted by XP 64-bit? by Charlie

Charlie
Wed Aug 08 15:42:34 CDT 2007

And an unauthorized patch that allows >10 connections is a violation of the
EULA. Let's be clear - if you want to run >10 connections to Windows, you
must be running a Server OS.

--
Charlie.
http://msmvps.com/xperts64
http://mvp.support.microsoft.com/profile/charlie.russel


"Carlos" <Carlos@discussions.microsoft.com> wrote in message
news:2EA34EAD-76B5-41DC-AC6B-2FB7557E94D7@microsoft.com...
> Yastreb:
> The limit is hardcoded to 10 connections/sec in tcpip.sys both in SP1 and
> SP2.
> It doesn't have to do with applying SP2 itself.
> tcpip.sys in SP1 can be patched (do it at your own risk) in order to
> increase that limit.
> See here:
> http://www.lvllord.de/
> and here:
> http://www.lvllord.de/?lang=en&url=downloads
> The patch doesn't work in SP2.
>
> Some people have successfully replaced tcpip.sys (SP2), replacing it with
> the patched one of SP1 (again: do it at your own risk!!!)
>
> Carlos
>
> "Yastreb" wrote:
>
>> Thanks for the reply. Is this because of the SP2 patch effecting the
>> tcpip.sys file by chance?


Re: Concurrent Web Connections hosted by XP 64-bit? by Charlie

Charlie
Wed Aug 08 15:44:11 CDT 2007

That is one factor. Not the only one. But let's be completely clear - XP is
a _client_ OS. It is not a Server OS.

--
Charlie.
http://msmvps.com/xperts64
http://mvp.support.microsoft.com/profile/charlie.russel


"Yastreb" <Yastreb@discussions.microsoft.com> wrote in message
news:2379CF5F-4F28-40D9-9A68-0994B5FCF0A7@microsoft.com...
> Thanks for the reply. Is this because of the SP2 patch effecting the
> tcpip.sys file by chance?


Re: Concurrent Web Connections hosted by XP 64-bit? by Carlos

Carlos
Wed Aug 08 15:58:20 CDT 2007

Charlie:
We have been through this before.
I am talking about the max open connections per second (connections/sec in
my post) and not to how many PC's you connect via TCPIP.
Maybe I have misunderstood the OP question and answered one he did not ask.
My post regards to the Event ID 4226 issue caused by he 10 connections/sec
limit on TCPIP.
Sorry for any inconvenience I may have caused.
Carlos

"Charlie Russel - MVP" wrote:

> And an unauthorized patch that allows >10 connections is a violation of the
> EULA. Let's be clear - if you want to run >10 connections to Windows, you
> must be running a Server OS.
>
> --
> Charlie.
> http://msmvps.com/xperts64
> http://mvp.support.microsoft.com/profile/charlie.russel
>
>
> "Carlos" <Carlos@discussions.microsoft.com> wrote in message
> news:2EA34EAD-76B5-41DC-AC6B-2FB7557E94D7@microsoft.com...
> > Yastreb:
> > The limit is hardcoded to 10 connections/sec in tcpip.sys both in SP1 and
> > SP2.
> > It doesn't have to do with applying SP2 itself.
> > tcpip.sys in SP1 can be patched (do it at your own risk) in order to
> > increase that limit.
> > See here:
> > http://www.lvllord.de/
> > and here:
> > http://www.lvllord.de/?lang=en&url=downloads
> > The patch doesn't work in SP2.
> >
> > Some people have successfully replaced tcpip.sys (SP2), replacing it with
> > the patched one of SP1 (again: do it at your own risk!!!)
> >
> > Carlos
> >
> > "Yastreb" wrote:
> >
> >> Thanks for the reply. Is this because of the SP2 patch effecting the
> >> tcpip.sys file by chance?
>
>

Re: Concurrent Web Connections hosted by XP 64-bit? by Yastreb

Yastreb
Wed Aug 08 16:14:01 CDT 2007

Thanks for the info, guys.

Re: Concurrent Web Connections hosted by XP 64-bit? by Charlie

Charlie
Thu Aug 09 00:54:25 CDT 2007

yes, there are two different issues here. One of us undoubtedly got it
right. Especially since the answer (MAX=10) is the same in both cases. ;)

--
Charlie.
http://msmvps.com/xperts64
http://mvp.support.microsoft.com/profile/charlie.russel


"Carlos" <Carlos@discussions.microsoft.com> wrote in message
news:D4E5B1C3-BAEA-457A-A31D-583ABD0AF190@microsoft.com...
> Charlie:
> We have been through this before.
> I am talking about the max open connections per second (connections/sec in
> my post) and not to how many PC's you connect via TCPIP.
> Maybe I have misunderstood the OP question and answered one he did not
> ask.
> My post regards to the Event ID 4226 issue caused by he 10 connections/sec
> limit on TCPIP.
> Sorry for any inconvenience I may have caused.
> Carlos
>
> "Charlie Russel - MVP" wrote:
>
>> And an unauthorized patch that allows >10 connections is a violation of
>> the
>> EULA. Let's be clear - if you want to run >10 connections to Windows, you
>> must be running a Server OS.
>>
>> --
>> Charlie.
>> http://msmvps.com/xperts64
>> http://mvp.support.microsoft.com/profile/charlie.russel
>>
>>
>> "Carlos" <Carlos@discussions.microsoft.com> wrote in message
>> news:2EA34EAD-76B5-41DC-AC6B-2FB7557E94D7@microsoft.com...
>> > Yastreb:
>> > The limit is hardcoded to 10 connections/sec in tcpip.sys both in SP1
>> > and
>> > SP2.
>> > It doesn't have to do with applying SP2 itself.
>> > tcpip.sys in SP1 can be patched (do it at your own risk) in order to
>> > increase that limit.
>> > See here:
>> > http://www.lvllord.de/
>> > and here:
>> > http://www.lvllord.de/?lang=en&url=downloads
>> > The patch doesn't work in SP2.
>> >
>> > Some people have successfully replaced tcpip.sys (SP2), replacing it
>> > with
>> > the patched one of SP1 (again: do it at your own risk!!!)
>> >
>> > Carlos
>> >
>> > "Yastreb" wrote:
>> >
>> >> Thanks for the reply. Is this because of the SP2 patch effecting the
>> >> tcpip.sys file by chance?
>>
>>