Displaying 2 results from an estimated 2 matches for "enginex".
Did you mean:
engine
2012 Sep 25
9
Any rails experts able to offer some advice?
Hello all.
#1 I am working on a rails3 gem called Yarder
(https://github.com/rurounijones/yarder). The goal of this gem is to
replace the rails logging system with one that is JSON based rather than
string based.
#2 To this end I also recently asked this list about making the
LogSubscribers subscriptions to ActiveRecord::Notifications configurable
and am looking at submitting a patch
2006 Nov 13
2
Rails Camp Scaling Session notes
...ay. They plan for 67 boxes by next summer.
* They have made scaling easy, to levels equivalent to basecamp.
Scaling solutions of theirs
1. Start with 2 Load balancers
2. slices dont even have disks, mount root from external FS via GFS.
Each slice gets 5 mongrel instances. This stuff runs enginex (sp?).
3. Each ‘slice’ machine stores a DB instance. There is a rails plugin
for managing writes/reads.
4. Use AOE raid for disk store.
5. Likely bottleneck is slices, not file system. Single cluster would
be 16-24 machines (which is a big web site)
6. On sudden spike when hosted with...