Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Mongrel Pre-Release 0.3.13 -- Katana Suicide Concurrency
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Zed Shaw  
View profile  
 More options Jun 5 2006, 6:08 am
From: Zed Shaw <zeds...@zedshaw.com>
Date: Mon, 5 Jun 2006 19:08:01 +0900
Local: Mon, Jun 5 2006 6:08 am
Subject: Mongrel Pre-Release 0.3.13 -- Katana Suicide Concurrency
We are *days* away from the official 0.3.13 release, which will be
followed quickly by 0.4 code named Enterprisey Edition 1.2.  This latest
pre-release update closes off the last of the annoying bugs, and adds
one very nasty feature people should check out before we release.  Read
about Katanas below.

** This release doesn't have win32 yet.  That'll be uploaded Monday. **

WHAT IS MONGREL

It's a web server that runs Ruby web applications.  Currently supports
Rails, Camping and Nitro.  You can check it out at:

   http://mongrel.rubyforge.org/

GETTING IT

Best thing to do is this:

 $ gem install daemons
 $ gem install mongrel --source=http://mongrel.rubyforge.org/releases/

WHAT'S FIXED

* Fixes a failure of -P to find PID files.
* Changes the RailsHandler so that only passes GET or HEAD requests to
the DirHandler for page caching.
* Confirms that the new send_file and upload to tempfile works on win32.
More tests with big files uploaded on win32 are needed.
* Lots of documentation on installing, with more to come.  Full Apache
documentation and information on writing your own snazzy handlers and
filters.
* François SIMOND suggested a check for allow_concurrency and to avoid
locking Rails if that's set to true.  I tried it, had to change the
patch but I left it in.  Read below.
* Moved some of the "change to user/group" code around so that any
Mongrel command can use it.
* Various code clean-ups and big improvements on the unit test coverage
and reporting.  Check out http://mongrel.rubyforge.org/coverage/
* Lots of thrashing and code review, not much more will come for 0.3.13
unless an obviously broken piece needs work.

KATANA SUICIDE CONCURRENCY

I resisted doing this, but it's going to come down sooner or later now
that François SIMOND figured it out.  Mongrel was protecting the world
from the allow_concurrency "feature" but now it lets you kill yourself
in obscenely horrible ways.

If you set ActionController::Base.allow_concurrency=true in your
config/environments/* then Mongrel will *NOT* guard the Rails
Dispatcher.  This means that you'll get full threaded madness thrashing
your Rails controllers until they die horribly slicing themselves into
tiny little bits leaving you breathless with the destruction.

Mongrel will obnoxiously warn you about this, and people who try it will
NOT get support from me without mad amounts of dough.  If you turn this
on, and your world comes crashing around your head, then I warned you.
Otherwise, go ahead and give it a try and see if that improves things
for you.

Enjoy the release, and get those bugs in so we can fix them:

http://rubyforge.org/tracker/?atid=5145&group_id=1306&func=browse

And we still want documentation authors:

http://mongrel.rubyforge.org/docs/contrib.html

Pick a blank page and write it up.

--
Zed A. Shaw
http://www.zedshaw.com/
http://mongrel.rubyforge.org/


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google