Google Groups Home
Help | Sign in
Hosting for rails
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
sudirman hassan  
View profile
 More options Apr 23, 8:44 pm
From: "sudirman hassan" <dema...@gmail.com>
Date: Thu, 24 Apr 2008 08:44:39 +0800
Local: Wed, Apr 23 2008 8:44 pm
Subject: Hosting for rails
Hi all,

I'm going to host a rails app for a client. Is there any recommended
reliable and affordable vps hosting in Malaysia or overseas?
Preferabbly malaysia-based because the client is gov agency.

--
-- deman


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Namor  
View profile
 More options Apr 23, 11:12 pm
From: Namor <john....@gmail.com>
Date: Wed, 23 Apr 2008 20:12:41 -0700 (PDT)
Local: Wed, Apr 23 2008 11:12 pm
Subject: Re: Hosting for rails
Think this is a very important question for everyone :)

What's the budget like?

Anyone know the best hosting for rails that hassle free and really
reliable? :P
(Important to be fast for Malaysian conn as well so i think Amazon S3
is out! :( )

On Apr 24, 8:44 am, "sudirman hassan" <dema...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
camus@mcoba.org  
View profile
 More options Apr 23, 11:23 pm
From: "ca...@mcoba.org" <ca...@mcoba.org>
Date: Thu, 24 Apr 2008 11:23:15 +0800
Local: Wed, Apr 23 2008 11:23 pm
Subject: Re: [malaysia-rb] Re: Hosting for rails

As for me, I've purchase a 1U server from Dell (2-CPU dual core and 1GB RAM)
from Dell for RM5k, and I parked it at Skali IDC for RM350 per month. It's
currently working to serve a number of sites. We'll install apache mod-rails
soon and will start hosting our own Rails app.

--
Camus | 8286 | Sulaiman | MCOBA Life# 2295
http://google.mcoba.org

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kamal Fariz  
View profile
 More options Apr 24, 12:37 am
From: Kamal Fariz <kamal.fa...@gmail.com>
Date: Wed, 23 Apr 2008 21:37:16 -0700
Local: Thurs, Apr 24 2008 12:37 am
Subject: Re: [malaysia-rb] Hosting for rails
I've had excellent performance from 3gohost. Starts from RM99/mo for  
256MB.

On Apr 23, 2008, at 5:44 PM, sudirman hassan wrote:

> Hi all,

> I'm going to host a rails app for a client. Is there any recommended
> reliable and affordable vps hosting in Malaysia or overseas?
> Preferabbly malaysia-based because the client is gov agency.

> --
> -- deman

Regards,
Kamal

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
sudirman hassan  
View profile
 More options Apr 24, 12:47 am
From: "sudirman hassan" <dema...@gmail.com>
Date: Thu, 24 Apr 2008 12:47:58 +0800
Local: Thurs, Apr 24 2008 12:47 am
Subject: Re: [malaysia-rb] Re: Hosting for rails
I am not sure how good the vps i need. my client users maybe around 20
person, but concurrently maybe at most 5 person.

I saw linode vps (linode.com), at 360MiB RAM 10GB storage and 200GiB
data transfer/m at USD 19.95 (or around rm6+ per month). Will it be a
good choice?

yes, local vps mostly start at rm99.

--
-- deman

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
sudirman hassan  
View profile
 More options Apr 24, 4:20 am
From: "sudirman hassan" <dema...@gmail.com>
Date: Thu, 24 Apr 2008 16:20:38 +0800
Local: Thurs, Apr 24 2008 4:20 am
Subject: Re: [malaysia-rb] Re: Hosting for rails
Hosting rails app still a black box for me.. not like php where you
can just ftp-ied and everything runs..

I;m now thinking of exabytes linux ebiz gold. If I freeze:rails and
also gem:unpack everyhting to vendor/gems, will it works?

I don;t know memory requirement of rails app on production? will 64MB
suffice for the load that i mentioned below?

tq

--
-- deman

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kamal Fariz  
View profile
 More options Apr 26, 1:22 am
From: Kamal Fariz <kamal.fa...@gmail.com>
Date: Fri, 25 Apr 2008 22:22:40 -0700
Local: Sat, Apr 26 2008 1:22 am
Subject: Re: [malaysia-rb] Re: Hosting for rails
That's shared hosting. Unless they are using mod_rails, fcgi is going  
to suck. If none of your gems require compilation, with recent edge  
rails you can unpack the gems in vendor.

In comparison, for a VPS, i find 256MB is just about hitting the  
ceiling at 80% usage with 2 thin appservers, 1 nginx webserver/load  
balancer, 1 mysql, monit, workling. Even then I already eat into the  
swap space every now and then. You may be able to save around 60MB by  
just running 1 app server.

If you already have some sort of hosting available to you, like say  
your dept's windows server, ask if you can host a vmware/virtualbox  
linux image on there.

On Apr 24, 2008, at 1:20 AM, sudirman hassan wrote:

Regards,
Kamal

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
sudirman hassan  
View profile
 More options Apr 27, 7:30 am
From: "sudirman hassan" <dema...@gmail.com>
Date: Sun, 27 Apr 2008 19:30:56 +0800
Local: Sun, Apr 27 2008 7:30 am
Subject: Re: [malaysia-rb] Re: Hosting for rails
I've signed up with linode. I setup Ubuntu 8.04 server. Used mod_rails.

Will report back the performance later.

--
-- deman

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google