On Jan 3, 2008 6:45 PM, Evan Weaver <[EMAIL PROTECTED]> wrote:

> * Framework, if any (Camping, Merb, Rails, Nitro, Ramaze, IOWA, Rack...)


Rails, Rack apps, Merb

playing around with random ones too from time to time


> * Mongrel version


1.0.1, 1.1.3


> * Mongrel handlers used (rails, dirhandler, camping, cgiwrapper...)


rails, some custom ones (mostly for dev/play)


> * How many mongrel routes and handlers per route registered (if you
> don't know, it's probably <= 2)


< 2


> * Any Mongrel plugins used (mongrel_upload_progress, mongrel_gzip,
> mongrel_cow_cluster, mongrel_experimental...)


mongrel_rails


> * Mongrel runners used (mongrel_rails, mongrel::cluster,
> mongrel_service, RV, others... please be *very specific* about which
> options of the runner you use. For example, some people use
> mongrel::cluster but only for the --clean functionality, not for the
> clustering).


mongrel_cluster, mongrel_rails, inhouse thing at $DAYJOB


> * Number of mongrels per server per app


generally 1 to ~15 depending on app and framework


> * Monitoring system (runit, monit, god...)


monit, god


> * Proxy or software loadbalancer, if any (apache mod_proxy_balancer,
> nginx, pen...)


nginx


> * HW loadbalancer, if any (Netscaler...)


not currently


> * Caching strategy (memcached fragments, memcached object, squid,
> rails page cache, rails page fragments, ESI)


memcached (fragments, + objects + other that fits), memory, disk (such as
rails' page caching), looking at varnish (with ESI)


> * Whether you serve media assets via mongrel itself, as opposed to
> through a webserver


webserver, mongrel for processed/generated images (which are then cached)


>
> * Operating system including distribution or version (OS X 10.4.10,
> Ubuntu/Linux 7.10, WinXP SP2, OpenBSD 4.1...)


Debian/Ubuntu (6&7). OSX for dev


> * Architecture, via 'uname -a' preferably (x86, x86_64, Sparc, PPC,
> Arm (ha), JRuby)


x86_64, i386

Did actually try and make mongrel run on (nokias) ARM one evening for fun,
but their crosscompiling env was a PITA.


> * CPU count


typically 2-4

* Ruby version including custom distribution patches,
> (1.8.6p110+threadhooks, 1.8.5, JRuby 1.1b1, Rubinius trunk... also
> note where you got it, in case it isn't clear, for example, OS X 10.5
> built-in, Ubuntu apt, Instant Rails, direct compile from source)


OSX 10.5 supplied ruby (ruby 1.8.6 (2007-09-24 patchlevel 111) [
universal-darwin9.0])
ruby 1.8.6 (2007-03-13 patchlevel 0) [x86_64-linux]
ruby 1.8.6 (2007-06-07 patchlevel 36) [x86_64-linux]
ruby 1.8.6 (2007-09-24 patchlevel 111) [x86_64-linux]



>
> * Rubygems (yes/no, version)


yes,  1.0.1 and 0.9.x


> Please mention anything else about your system that's kind of weird,
> and anything that's been particularly troublesome regarding mongrel
> deployment.


Different mongrel-groups balanced by url  on some boxes
running the nginx "fair" balancer patch on some boxes (though not really
mongrel related)

JS
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to