Guest Yastreb Posted August 8, 2007 Posted August 8, 2007 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.
Guest Charlie Russel - MVP Posted August 8, 2007 Posted August 8, 2007 Re: Concurrent Web Connections hosted by XP 64-bit? 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. > >
Guest Yastreb Posted August 8, 2007 Posted August 8, 2007 Re: Concurrent Web Connections hosted by XP 64-bit? Thanks for the reply. Is this because of the SP2 patch effecting the tcpip.sys file by chance?
Guest Carlos Posted August 8, 2007 Posted August 8, 2007 Re: Concurrent Web Connections hosted by XP 64-bit? 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?
Guest Charlie Russel - MVP Posted August 8, 2007 Posted August 8, 2007 Re: Concurrent Web Connections hosted by XP 64-bit? 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?
Guest Charlie Russel - MVP Posted August 8, 2007 Posted August 8, 2007 Re: Concurrent Web Connections hosted by XP 64-bit? 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?
Guest Carlos Posted August 8, 2007 Posted August 8, 2007 Re: Concurrent Web Connections hosted by XP 64-bit? 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? > >
Guest Yastreb Posted August 8, 2007 Posted August 8, 2007 Re: Concurrent Web Connections hosted by XP 64-bit? Thanks for the info, guys.
Guest Charlie Russel - MVP Posted August 9, 2007 Posted August 9, 2007 Re: Concurrent Web Connections hosted by XP 64-bit? 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? >> >>
Recommended Posts