search for: mongrel_cow_clust

Displaying 2 results from an estimated 2 matches for "mongrel_cow_clust".

Did you mean: mongrel_cow_cluster
2008 Jan 03
23
deployment survey
...o, Ramaze, IOWA, Rack...) * Mongrel version * Mongrel handlers used (rails, dirhandler, camping, cgiwrapper...) * How many mongrel routes and handlers per route registered (if you don''t know, it''s probably <= 2) * Any Mongrel plugins used (mongrel_upload_progress, mongrel_gzip, mongrel_cow_cluster, mongrel_experimental...) * 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). * N...
2008 Feb 24
6
ANNC: qrp - queueing reverse proxy
...ng plain HTTP. Footnotes: [1] - The current version of mongrel (1.1.3) does not handle the -n/--num-procs command-line option, and hence the current mongrel_cluster (1.0.5) is broken with it: http://mongrel.rubyforge.org/ticket/14 A better solution would be to use mongrel_cow_cluster (also a development of mine) as it handles the "num_processors:" directive correctly in the config file and also supports rolling restarts. /EOF -- Eric Wong