search for: not_mongrel

Displaying 3 results from an estimated 3 matches for "not_mongrel".

2006 Jun 18
4
MongrelDay Documentation -- Memoirs Of A Web Server
...rel. Some of the highlighted documents people will be interested in are: * http://mongrel.rubyforge.org/docs/ -- The main documentation listing. * http://mongrel.rubyforge.org/adoption.html -- People who''ve adopted Mongrel. E-mail me if you want a mention. * http://mongrel.rubyforge.org/not_mongrel.html -- Required reading for greedy people. * http://mongrel.rubyforge.org/docs/litespeed.html -- Litespeed documentation from Alison Rowland. * http://mongrel.rubyforge.org/docs/pen_balance.html -- Pen and Balance documentation (might not work right). * http://mongrel.rubyforge.org/docs/security.h...
2006 Jul 12
13
A rails app server, maybe?
Hi all. Like many of us, I''m currently struggling with Rails deployment. Like maybe only a few of us, I''m responsible not for one or two webapps but dozens. Currently, we deploy them as war files using JBoss'' hot deployment feature, which amounts to copying a war file to a directory monitored by JBoss. Undeploying the app amounts to removing it from the directory.
2006 Aug 20
14
http parser
Just thought I''d let you know that your http parser worked great for creating an http protocol handler for Eventmachine. It wouldn''t take that much effort to use Eventmachine for Mongrel, might be worth a shot just to see how it does. A few things would need to be restructered, like HttpRequest where you read the rest of the body, and calling the handler. But it