Welcome Guest | Login

when does one go from shared mongrel cluster to dedicated box?

hi,
i am wondering, if i launched a site on mongrel cluster (business plan).. how much hits or simultaneous requests can the site handle? (functions are basic fetches from tables, like reading blog entries)?

when does a site move to a dedicated box?

thanks,


2007-12-28 10:38 PM

nj rails grunt!
Great question.  Load balancing dynamic requests to a cluster of two mongrels (which is what the business plan provides) can handle two simultaneous requests.  Granted, these requests are processed usually in much less than a second so you can handle, say 5-10 hits per second with this cluster (depending on what kind of data is being served, of course).

The site should move to a dedicated environment (we have virtual dedicated plans coming soon) as soon as you, essentially, are not happy with the performance of your app.   There are many clients running 4-5 mongrels happily in a shared environment, some make the leap to dedicated after just two.

Cheers,
~William

2007-12-29 01:11 AM

hi,
so a cluster of 2 mongrels needs 100mb of memory correct?, and to add 2 more mongrels , all i need to do is pay for additional 100mb of memory right?

so if i am running 4 mongrels, a pthe site should be able to handle double the amount of requests of 2 mongrels?



also, is it possible yet to create a ssh account without the main account privalages? id like to give my partner an ssh account but without giving them the ability to change passwords.


2007-12-29 09:31 AM

nj rails grunt!
Yes. You need to purchase 100MB of dedicted memory if you need to run 2 extra Mongrel instances. Also it is not possible to create an ssh account without the main account privileges. Only your cPanel username has the ssh access privilege.

2007-12-29 10:00 AM


Hello Guest! In order to post you must be an active client with us, please log in or sign up today!