From russell.c.rollins at gmail.com Mon Jul 6 17:08:37 2009 From: russell.c.rollins at gmail.com (Russell Rollins) Date: Mon, 06 Jul 2009 15:08:37 -0600 Subject: [Swiftiply-users] mongrel cluster gem and Capistrano Message-ID: <4A5267D5.5040706@gmail.com> I did a bit of searching and it appears that a while ago (2007?) someone posted to the list regarding Capistrano integration but not much came of it. I've spent the day testing Swiftiply and believe it will be a enhancement to a web application my team is working on. However, my only hangup is integrating it into the deployment process. Our deployment recipes leverage the mongrel cluster gem and it appears that prefixing SWIFT var in the command isn't sufficient for all mongrel instances initialized through the gem. I thought that swiftiply_mongrel might be a solution to the situation, alas, it doesn't provide the ability to kill the pids it starts. Yes, I could write a Capistrano/Rake task to do that for me but I'd rather not since I read on the roadmap that the 0.7 release plans to address clustering. That's great news and after browsing the GIT repo I found swiftiply_ctl. While this wasn't released in 0.6.3, is it stable? With a bit of tweaking this appears to fit my needs. Best, -Russ- From Prometheus001 at gmx.net Tue Jul 21 08:09:41 2009 From: Prometheus001 at gmx.net (Peter P GMX) Date: Tue, 21 Jul 2009 14:09:41 +0200 Subject: [Swiftiply-users] Evented mongrel or normal mongre started Message-ID: <4A65B005.5070804@gmx.net> Hello, I have the followoing problem: I installed swiftiply on 2 servers (gem install swiftiply). When on one server I start a Mongrel cluster with: EVENT=1 /usr/bin/mongrel_rails cluster::start -v it shows Using Evented Mongrel starting port 8000 ... However on the 2nd server it does not show the "Using Evented Mongrel" line. The mongrel, mongrel_cluster and Swiftiply gems are the same on both machines. I am using the identical application. I fear hat the 2nd server starts the normal mongrel version (not the evented one), as the performance isn't great. How can I determine this, or how can I enable the evented version? Best rgerads Peter