Mongrel 0.3.18 is out

written December 8 2006 by
Kommen
tagged with
, ,
No Comments so far. Go, post one!
Previous RadRails 0.7.2 arrived
RadRails and Brand New… Next
Migrations in Ruby on Rails
Exception Notifier - Ruby on Rails plugin
State of Web Development 2006
Install Mongrel on Ubuntu 6.06 Dapper

Already two weeks ago, version 0.3.18 of Mongrel was released.
Read about the important integration of fastthread and how to install it.

Here’s a quote from the mongrel-users mailing list:

fastthread is a library which replaces the synchronization primitives
defined in stdlib’s thread.rb (Mutex, ConditionVariable, Queue, and
SizedQueue) with optimized versions which are much faster (in the non-contention case, speed comparable to direct use of Thread.critical or Thread.exclusive) and don’t leak memory (the stdlib implementation of Mutex manages to trigger worst-case behavior of a memory leak in Array)

To install and use the new Mongrel version run install fastthread and mongrel from the official mongrel site:

$ gem install fastthread —source=http://mongrel.rubyforge.org/releases
$ gem install mongrel —source=http://mongrel.rubyforge.org/releases

Note that fastthread is optional. So if you haven’t installed it, Mongrel will also work.

No Comments

Make our day bright and participate!

Do participate!

Textile (only links and basic formatting) is allowed.
These are not required