Earlier quoted context omitted.
Why is it that a well written site can't scale quite large on heroku? Is anyone claiming that? The linked blog post doesn't make that claim.
It doesn't directly claim that, however calling these "The Five Stages of Hosting" implies that an application will likely progress through these stages as it grows, and that application platforms will be quickly outgrown when any sort of scale is reached. That's a pretty clear implication from the title and I'm calling for counter-evidence, because I don't think it's accurate. I also host on Heroku applications that…
The Five Stages of Hosting
81–90 of 184 posts
Re: The Five Stages of Hosting
#82Re: The Five Stages of Hosting
#83Something like Varnish you want a lot of RAM for, dedicated suits that well.
Web servers tend to be numerous and are just computational power (stitch all this gubbins together and return a string), their number vary according to demand and they suit virtual servers really well.
Now databases, these really need good disks, lots of RAM, decent CPUs. They are best dedicated or colocated. When things go wrong with a database server you really want to be able to rule out the invisible magic of other hosts, and the voodoo of being a virtual machine.
The best thing I can hope for whilst I scale is to find a provider that will sell me dedicated and public cloud instances that can live on the same VLan and still be reasonably priced.
I'm currently still totally with Linode, but with 9 instances, and an over-heated database server I know I'm getting close to the limits of what I can do there without re-focusing on splitting up the app when I could be adding new features.
Re: The Five Stages of Hosting
#84This is an amazing article. I intended to write such a blog article myself. One aspect I intended to cover (and will now do so here) is that of cost. I get very frustrated by cash-strapped startups which from day one are expecting to be 'web-scale' and need to turn up machines at the drop of a hat. Lets get real. I HOPE you have to worry about that... much, much later. I'm quite pleased you started your article menti…
I had some poor experiences with dedicated servers at well known providers. Essentially if the hardware fails, they'd rather fix it than get you into something new so you can be back up and running. My site ended up offline for several hours, several times, so that some tech could run hardware diagnostics, etc. EC2 may be expensive, but if anything goes wrong, I can boot another instance in seconds and abandon the ol…
I run my staging boxes on Ec2 and production on Linode. The small micro instances are good for staging/dev with just $15/month. No other provider I know gives you a VM at such low costs.
Re: The Five Stages of Hosting
#85Earlier quoted context omitted.
No catch, you've just discovered how ridiculously expensive EC2 is.
Then why do so many startups (and even established businesses like reddit and Netflix) use EC2?
Re: The Five Stages of Hosting
#86Earlier quoted context omitted.
Curious about incero.com. Seems like a 1 man company essentially renting rackspace from Netriplex. How comfortable are you with that as a point of failure? I'm also uneasy with people that put up a page like this which basically makes it seem (unless you read the first sentence carefully) that you are in the secure hands of a much larger organization. http://www.incero.com/datacenter-network http://www.linkedin.com/c…
Yes -- I should've prefaced that this is a combination performance test, staging server, hot failover and evaluation of the company. They appear to have been in business for about 3 years (whois info + archive.org), and have positive reviews on WebHostingTalk: http://www.webhostingtalk.com/showthread.php?t=1120499&h... Info in that post seems to indicate more employees: Real office location in Austin, TX Experienced…
I'm reminded of this every time I log in to my now 12-year-old PayPal account. I see "1 open case" in my "Dispute Resolution Center" -- it's the case disputing my prepayment for the servers to this host, which PayPal said they would leave open forever, and if the principals of that company ever opened a new PayPal account they would have to resolve those disputes with all their former customers first.
Re: The Five Stages of Hosting
#87Earlier quoted context omitted.
i have a handful of these on various providers costing between $140-$190 a month for something like a core i5 ~2ghz with 8gb of ram, 2 big sata drives, and 100mbit ethernet with more than enough transfer every month. This seems ridiculously cheap compared to something with comparable RAM/CPU on EC2. Is there a catch?
My hoster of many years charges for a similar setup 60 EUR, "unlimited" bandwidth (whatever you can pump though 100Mbit within a month), RAID10, etc, 75 GB external backup, as a managed server. And at another big hosting company you get an even bigger package for 45 EUR, not managed though. However, I remember that hosting in the US is surprisingly expensive for some reason, and has been for many years. Don't know wh…
Re: The Five Stages of Hosting
#88Earlier quoted context omitted.
My hoster of many years charges for a similar setup 60 EUR, "unlimited" bandwidth (whatever you can pump though 100Mbit within a month), RAID10, etc, 75 GB external backup, as a managed server. And at another big hosting company you get an even bigger package for 45 EUR, not managed though. However, I remember that hosting in the US is surprisingly expensive for some reason, and has been for many years. Don't know wh…
What company are you using?
Re: The Five Stages of Hosting
#89Earlier quoted context omitted.
My hoster of many years charges for a similar setup 60 EUR, "unlimited" bandwidth (whatever you can pump though 100Mbit within a month), RAID10, etc, 75 GB external backup, as a managed server. And at another big hosting company you get an even bigger package for 45 EUR, not managed though. However, I remember that hosting in the US is surprisingly expensive for some reason, and has been for many years. Don't know wh…
What company are you using?
Re: The Five Stages of Hosting
#90Earlier quoted context omitted.
Why is it that a well written site can't scale quite large on heroku? Is anyone claiming that? The linked blog post doesn't make that claim.
It doesn't directly claim that, however calling these "The Five Stages of Hosting" implies that an application will likely progress through these stages as it grows, and that application platforms will be quickly outgrown when any sort of scale is reached. That's a pretty clear implication from the title and I'm calling for counter-evidence, because I don't think it's accurate. I also host on Heroku applications that…