Nil wrote:
> On 21 Dec 2010, Tim J. <(E-Mail Removed)> wrote in
> microsoft.public.windowsxp.general:
>
>> I have since discovered that XP Home has a limit of 5 concurrent
>> inbound connections, but no more than 4 computers are trying to
>> access the server at any . So I'm trying to figure out where
>> those other connection(s) are coming from.
>
> The limit is CONNECTIONS, not machines. Any one machine can make many
> connections to the server. A single computer could use all the
> allowable connections if it is accessing several resources on the
> server.
"Inbound connections limit in Windows XP"
http://support.microsoft.com/kb/314882
"For Windows XP Professional, the maximum number of other computers
that are permitted to simultaneously connect over the network is ten.
This limit includes all transports and resource sharing protocols
combined.
For Windows XP Home Edition, the maximum number of other computers
that are permitted to simultaneously connect over the network is five.
This limit is the number of simultaneous sessions from other computers
the system is permitted to host. This limit does not apply to the use
of administrative tools that attach from a remote computer."
You might try this program. It shows connections. But perhaps,
not in a way that immediately points out you've hit the limit.
You can run this on both ends, on the client machine and the
server machine. And see what resources are being used. Maybe
you'll see a connection for printing, and another connection for
a file share ? I don't have printing set up here, so I can't
check.
TCPView
http://technet.microsoft.com/en-us/s...rnals/bb897437
I tested using a Win98 virtual machine (which has a shared C: drive
set up), and using netstat in Win98, I can see one active connection,
while I'm accessing the share from the WinXP side. So between
tcpview and netstat, you should be able to observe and figure it out.
Paul