I’ve got a client who’s been looking into some other options for hosting. Currently, they’re hosting on MediaTemple, and it’s been nothing but hassle. It’s running in a shared “container”, capped at 128 megs of ram.
Here’s the issues we’ve had with MediaTemple:
· If you go over your RAM limit, they kill your rails process and don't bother to start it up again. (Bad news if somebody uploads a big image)
· Images load really slow. We checked to make sure that Mongrel wasn't serving them up, and sure enough, it isn't. It's like they're only giving us one thread in Apache.
· The grid service and the front and service are running different libraries! This is especially bad if you are using rmagick. The server runs great when you're running it under the grid container, but when you want to debug the server, run a rake task, or use script/console, you're out of luck.
· There are some really strange bugs happening on the production server that we can't produce on any other machine. And, because of the libraries issue, we can't easily debug things on production without messing up the live site.
We're looking into Joyent Accelerator. Everything I've been able to read about it seems good. Does anybody have any experience with this hosting company (or any other)? We're looking for something to start small with, but then be able to expand and grow. Big traffic is predicted in the future.
Thanks!
Tim
Good luck to you and let us know what you find out.
Lee
Doug
Another +1 for slicehost. I've been very impressed with them.
I just wanted to chime in here again and thank everyone for their great input on hosts. I’m convinced that the wait for slicehost will be worth it.
Thanks!
Tim
<br
Lee
I'm concerned about running a Rails stack on the 256slice plan
though. Has anyone had problems with such little memory? Also why is
EngineYard so expensive?
On Jul 26, 4:49 pm, "Lee Jensen" <l...@outerim.com> wrote:
> Good choice, I agree. Here's some more features I love that I hadn't
> mentioned. The administrative interface, the ability to get in with a
> virtual "console" from the web if you bung up your firewall config.
> The ability to run a variety of different linux distros and have
> complete control over them. Not to mention a decent DNS interface.
> They rock We've been totally happy with them. Oh and once you are a
> customer they keep some slices in reserve for existing folks to
> upgrade and buy new ones so you shouldn't have to wait again!
>
> Lee
>
> On 7/26/07, Tim Harper <timchar...@gmail.com> wrote:
>
>
>
> > I just wanted to chime in here again and thank everyone for their great
> > input on hosts. I'm convinced that the wait forslicehostwill be worth it.
>
> > Thanks!
>
> > Tim
>
> > From: ur...@googlegroups.com [mailto:ur...@googlegroups.com] On Behalf Of Dave
> > Stevenson
> > Sent: Wednesday, July 25, 2007 7:54 PM
> > To: ur...@googlegroups.com
> > Subject: [urug] Re: Joyent Accelerator
>
> > I run a VPS hosting company, so I of course think my services are the
> > best... :) We're comparable toSlicehost- no frills, affordable VPS
> > hosting for those that know what they're doing. As a plus - we're local -
> > so if you have a problem, you can come knock on my door at 2am :)
>
> > If you're not familiar with VPS hosting, its basically like having your own
> > dedicated server. You get full control over the software installed and
> > there are guaranteed minimum specs (RAM, Disk, CPU). Your app can't bring
> > down another person's app, and likewise, someone else's poorly written
> > script won't slow your site down. It's definetly a step up from shared
> > hosting, and in my opinion, absolutely worth the slight increase in price -
> > and the perfect setup for Rails apps.
>
> > For anyone else interested, drop me a line - I'll gladly give you a nice
> > URUG discount.
>
> > Dave
> > http://www.stevensonsoftware.com-
> > affordable VPS Hosting
> > http://www.gotossh.com- web based SSH
>
> > On 7/24/07, Doug Tolton < dtol...@gmail.com> wrote:
>
> > Another +1 forslicehost. I've been very impressed with them.
>
> > Doug
>
> > On 7/24/07, Lee Jensen <l...@outerim.com> wrote:
>
> > > Another +1 forslicehost. They totally rock. Our servers are quick,
> > > bandwidth is good, you can upgrade any time you want and they have
> > > pretty good expandability (up 2 2G of ram)
>
> > > Lee
>
> > > On 7/24/07, Adrian Madrid <aemad...@gmail.com> wrote:
> > > > +1 forSlicehost. I tried Joyent for a while but it did not gave me all
> > I
> > > > needed. I've been very happy with Slichost, though. Once you are a
> > customer
> > > > you can actually add any amount of slices (I added like 6) immediately
> > and
> > > > upgrading/downgrading is almost immediate too. So far it has been the
> > best
> > > > value for me. All the features that I need and at a price not ven
> > > > Rimuhosting gets close to beat.
>
> > > > AEM
>
> > > > On 7/24/07, Caleb Jaffa < ca...@porteighty.com> wrote:
> > > > > I've been very happy withslicehost.com, there is a backlog to get
> > on, but
> > > > the prices are low and the performance has been top notch. Once you are
> > a
> > > > customer you get priority for new slice assignment, so if you need to
> > > > upgrade/add slices down the road it won't be as long a wait. I upgraded
> > my
> > > > slice at one point and had to wait a day or two for them to do it, but
> > they
> > > > communicated well prior and after doing it and the process took less
> > than 5
> > > > minutes to take my slice down and up the specs.
>
> > > > > The downside is that you will need to do all the system admin of the
> > > > slice, and on the 256 slice you are sharing memory between your MySQL
> > (or
> > > > database server of choice) and your rails app. I'm using google apps
> > for
> > > > mail, so I don't have to worry about postfix or some other mail program
> > also
> > > > sharing in the RAM.
>
> > > > > Might work well depending on what kind of solution you are looking
> > for.
>
I think EngineYard is so expensive because of their support... though I've
never used them so take that for what it's worth
Tim
> > > > > > . If you go over your RAM limit, they kill your rails
> > process
> > > > and don't bother to start it up again. (Bad news if somebody
uploads a
> > big
> > > > image)
>
> > > > > > . Images load really slow. We checked to make sure
that
> > Mongrel
> > > > wasn't serving them up, and sure enough, it isn't. It's like
they're
> > only
> > > > giving us one thread in Apache.
>
> > > > > > . The grid service and the front and service are
running
> > > > different libraries! This is especially bad if you are using
rmagick.
> > The
> > > > server runs great when you're running it under the grid container,
but
> > when
> > > > you want to debug the server, run a rake task, or use
script/console,
> > you're
> > > > out of luck.
>
> > > > > > . There are some really strange bugs happening on the