search for: mongrel2

Displaying 8 results from an estimated 8 matches for "mongrel2".

Did you mean: mongrel
2007 Oct 27
7
load balancers and mongrel
We have a load balancer sending requests to one of X boxes and one of N mongrel processes on that box. Since each mongrel processes is multi-threaded but it has a mutex around the section that calls rails, we end up with several requests queued up waiting when they could have gone to another box with a free process. For example, boxA, and boxB. boxA has mongrels 1 through 10 boxB has
2006 Jun 26
1
Dispatch.fcgi h-e-double hockey sticks...
Hello Everyone ~ Last week I started having a dispatch.fcgi process go out of control on my Linux server. If I don''t catch it the process will eat my RAM, and devour my swap file until the machine becomes non-responsive. I am running Lighttpd and have not had any issues until lately. The logs are not telling me anything useful, and as a quick fix I am running the site using Mongrel,
2011 Sep 09
0
Mongrel 2 as a front end for Puppet?
Has anyone looked at using Mongrel 2 (http://mongrel2.org/) as a front end for Puppet? I currently have my Puppet master running under Passenger but I''m always curious about the new kid on the block. What intrigues me about Mongrel 2 is that it uses ZeroMQ to separate the front end from the back ends. I''ve looked at the problem br...
2006 Apr 04
21
Rails on IIS
I just spent the last two days trying to get Rails on IIS to work with Windows 2003/IIS 6.0. I think I''ve finally got it working, but it took more googling than I care to describe. Now I''ve got a few questions: 1) Is there some ''official'' Rails on IIS guide on this site on another official ruby site that''s known to work well? 2) If not, can someone
2008 May 06
15
Unix Domain Sockets + Fork for improved scalability
Hello All, Ticket #30 (http://mongrel.rubyforge.org/ticket/30) has a set of changes to mongrel that I''ve written on behalf of my employer, Raritan Computer, Inc. Also, these changes are released under the existing Ruby license used for Mongrel. Raritan is using mongrel internally for product development and was not able to get the level of scalability desired due to limitations
2009 Feb 11
16
Unicorn: UNIX+localhost/LAN-only Mongrel fork
Hello all, Last week, I finally decided to put into motion some ideas I''ve been kicking around for a year in my head since last year... Basically I don''t want to have to deal with threads or support platforms that rely on or encourage threads. Especially given MRI 1.9 where kernel threads are more difficult to debug than green ones. Given the limited scope of this project,
2011 Jan 17
6
Can't install mongrel with ruby 1.9.2p136
Hi, I''m getting this error message when I try to install Mongrel with "gem install mongrel" on Windows 7 x64 gem install mongrel Successfully installed mongrel-1.1.5-x86-mingw32 1 gem installed Installing ri documentation for mongrel-1.2.0.pre2-x86-mingw32... Installing EDoc documentation for mongrel-1.2.0.pre2-x86-mingw32... ERROR: While executing gem...
2010 Sep 15
19
Rails 3 with Mongrel possible?
After much fiddling and googling, it seems to me that Mongrel, even the 1.2.0pre2 release is not compatible with Rails 3 -- is that true? When I start up a new Rails 3 project (i.e. one fresh after a `rails new` command), mongrel appears to start (creates a pid file, and reports no errors on the CLI), but the app does not load in the browser and I find this in the mongrel.log