> > I am setting up a web server with CF 5.0 on a win2kpro > > box and I read in the CF 5.0 installation manual that > > win2kpro is not recommended because it only allows 10 > > concurrent TCP/IP connections. This means that only 10 > > concurrent users can access the website right? Or are > > there connections used for internal things that would > > limit concurrent users further? > > Database connections, SMTP connections, FTP connections, > management connections, backup connections etc. etc. etc. > all reduce that number. If you run DNS even that reduces > the number during zone transfers.
Actually, I don't think this is true. I think you can have more than ten concurrent TCP/IP connections. You just can't support more than ten concurrent authenticated or SSL connections through the version of IIS that comes with Win2K Pro. I'm not 100% sure about this, though, and don't have a machine handy to test. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

