Arthur Kreitman wrote: > One caution for Apache on XP. The licensing for XP limits you to 10 > simultaneous incoming tcp connections. Of course that's the word of the license. Obviously 'what's a connection' is always interesting, you end up with far more than 10 connections using email/web/chat all at the same time, browsers will create two parallel connections at once (pipelining images/scripts/css as they are referenced by the main document), ftp is actually two sockets (data and control), etc... the spirit of the document implies 10 users. In fact it is metered by NTLM authentication, if you loaded mod_auth_sspi or configured IIS for auth, you will observe this to be enforced. Ten authenticated clients is a hard limit. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx