http://www.tek-tips.com/viewthread.cfm?qid=1231102
http://www.tek-tips.com/viewthread.cfm?qid=574743
http://www.tek-tips.com/faqs.cfm?pid=253&fid=3718
Don't even think about trying to connect a server that is even slightly busy using wireless. It will have to be direct to your ADSL router/modem.
I have two dev servers that are public for testing and client demo purposes on a DSL line and have run these for over 5 years. These run IIS & Apache, ASP, .NET, PHP, MySQL & MS SQL.
You don't need a static IP, you can use one of the dynamic DNS services and an update client, I use DynDNS.org and DirectUpdate.
Do NOT run a site that you are going to invite search engines on to. Your DSL connection will overwhelmed on a very regular basis.
Do NOT try to use Windows 2000 Pro, XP Pro or Vista as an OS. These are limited in the number of connections that can be made to the OS.
An average small website (one with no huge images or downloads and "clean" code) requires around 2 - 3 Kbits/s for each concurrent user to maintain a decent response speed for page delivery. So the actual size of the "pipe" does not matter so much, you can run two or three moderately busy sites on a 64Kb ISDN connection. While on DSL a single moderately busy site could be struggling fairly often.
The reason being is that DSL is a "contended" (shared) service. and on a home connection there will be a contention ratio of 50:1, where you are sharing your 288 Kilobits upload with 50 other users (upload speed being the important factor). With ISDN it is a one to one connection so you get 64 Kbits all day every day.
Some ISPs do not actually bar you from running servers in your connection explicitly, though some do. What they do is apply a "Fair Use Policy" to an "unmetered" connection plan, and of course you wouldn't run a public server on a capped ADSL plan.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
Last edited by chrishirst; 04-28-2007 at 06:30 AM..
|