|
rdouglass -> RE: Host a domain, using my own server! (9/15/2006 17:03:19)
|
quote:
Oh and it can't be XP Home as IIS won't run on it. Gotta have Pro. Actually, word is that there is a hack to get IIS to run on XP Home. Where and how I really don't know (nor do I care[;)]). 2003 has none of those limitations. At least nothing like 10; I think it's like 100,000 or something like that. Also, we should keep in mind the scope of the thing as well. If you're going to run an eComm application or something more robust, you're gonna' want 2003 anyways for the stability and performance. Lastly, 10 "concurrent" users can actually be quite a few when working with optimized coding. Remember HTML is stateless so it needs no permanent connection. Browser requests, open connection, server sends, close connection, done. "Concurrent" is the keyword there. You'd be surprised how many actual connections you can support with a "10-connection limit".
|
|
|
|