On 04/01/2008, at 4:45 AM, Evan Weaver wrote:

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

RoR 2.0.2
> * Mongrel version

1.0.1

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

Rails

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

I guess that means <= 2

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

mongrel_cluster

> * 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).

custom scripts to allow monit to restart failed mongrels with the  
correct environment

> * Number of mongrels per server per app

14, split into 3 groups, handling different URL patterns

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

Monit + cacti

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

nginx

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

Dunno, we rent time on our hosting centers LB

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

Memcache for the app, Varnish in front of asset hosts

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

Hell no, nginx + varnish

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

OS X Tiger Server, moving to Leopard server ASAP

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

x86_64, but under OS X ruby has 32bit bindings only

> * CPU count

8 cores in the app server cluster ATM

> * 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)

1.8.6p110+threadhooks from macports

> * Rubygems (yes/no, version)

Dunno, latest, pretty habitual about gem update --system
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to