Geo-DNS providers? [closed]

Wikipedia use a PowerDNS with Geobackend to serve clients from the closest server. I have a similar service running for my http://static.natalian.org site. I want it in order to serve large HTML5 video files efficiently between my servers. To set it up is quite easy. I setup A records like so: eu.static.natalian.org 88.198.3.35 us.static.natalian.org 67.205.62.95 … Read more

Server Hosting from your House – $200 to $300 per month range [closed]

I just have to throw in my two cents: If you’re looking to “start a business” and are a programmer, go with a hosting provider. Less headaches, you have someone else to deal with the network and hardware issues. If you’re planning on hosting things for anyone other than yourself, DO NOT host it in … Read more

What kind of server do I need to handle 10 million requests and mySQL queries a day? [closed]

A cheap desktop? Let’s get into the math. 10 million requests. That breaks down to 416667 requests per hour. That breaks down to 6944 requests per minute. That breaks down to 116 requests per second. Double that (peak load) and we talk of a load a cheap quad core desktop can handle IF the queries … Read more