TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: To "Cloud" or not to "Cloud"? (Webapp Hosting)

4 pointsby mstefffalmost 16 years ago
Hey,<p>I know this topic has come up a million or so times on this site, but I couldn't think of a better place for advice on a web application that is in need of hosting soon.<p>I've used Liquidweb's dedicated servers for most of my previous applications. They're powerful, come configured ready to go (apache, php, mysql, mail, panel, etc), and the support is by far the best. My main concern now, is scaling, server power, reliability, etc (who's isn't, right?). The webapp is built on Drupal. When clients sign up, they automatically get a private copy of the application, available via a subdomain (single codebase, separate DB). Because of that sort of system, and my desire for a massive amount of clients, scaling and server resources are a big issue (having a hundred or so subsites operating together, big cron jobs, indexing, etc). I first considered getting two dedicated, one for DB, and one for everything else. But Amazon's, GoGrids, and Rackspaces cloud offerings seem worthy of a try.<p>I have no experience using any cloud-like services so I don't really know what to expect. What worries me a bit, is that I don't want to have to install and configure everything needed by the servers (mail, web, db, panel, etc). I'm pretty sure none of these services come preconfigured like that, and I don't know how well any of their support is (and monitoring is probably non-existent). They also seem a little expensive to be running 24/7/365. Most of the wording on the site place emphasis on the service being for temporary server power, computation, etc.<p>I greatly appreciate any feedback, thoughts, advice, etc..<p>Thanks as always

1 comment

sidmitraalmost 16 years ago
I think you should stick to dedicated servers for now.<p>1. Don't do premature scaling (or optimization). You might be wasting time that could be spent working on the actual service or app. I feel that even with a dedicated solution, the scaling thing is a non issue until you reach a certain critical usage.<p>2. The cloud solutions(Amazon for example) are not cheap at all, even a small instance is 10 cents an hour and multiply that by 24x7. On the other hand even a VPS from say slicehost for the same config would be around 20 bucks a month.<p>3. The datastore based cloud options like AppEngine etc, are too restrictive for some kinds of applications.