This link on Microsoft specifies this very issue.. http://support.microsoft.com/kb/314882 It also says " 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. "
Doesn’t this solidify our point that the connection limit is not for Http connections? If used with IIS (a Microsoft product), it might be possible that they are enforcing this limit on IIS too. But with Tomcat we should be ok.. What say ? -----Original Message----- From: David kerber [mailto:dcker...@verizon.net] Sent: Monday, May 18, 2009 12:40 PM To: Tomcat Users List Subject: Re: MAX Simultaneous connections with Tomcat on Windows XP Pro Christopher Schultz wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Peter, > > On 5/18/2009 3:19 AM, Peter Crowther wrote: > >>> From: Arijit Sarkar Job Gmail [mailto:arijit.k.sar...@gmail.com] So >>> If I have an web application deployed on tomcat and windows XP >>> pro, theoretically, unlimited users can connect to the application >>> simultaneously? Tomcat or Windows XP does not place any limits to >>> that? >>> >> There are no limits imposed by XP's license - XP's 10-connection >> limit applies only to it acting as a SMB server, and doesn't affect >> anything else. >> > > I have seen claims that it also affects IIS connections. Is it just that > anything server-related that Microsoft sells is limited to 10 (total? > per package?) connections when running on a non-"server"-branded version > of Windows? > Yes. We have run into that issue ourselves. It's handled the same as if a server had been trying to handle more connections than it was licensed for. This definitely includes IIS clients and SMB shares. I don't know if it also includes microsoft ftp and e-mail connections, but it may (probably does, in fact). D --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org