Zed Shaw
2006-Sep-03 19:34 UTC
[Mongrel] [ANN] Mongrel 0.3.13.4 Pre-Release -- Docs and more Docs
Hi Everyone, Just want to get out another ping on the Mongrel pre-release saga. I''ve updated a bunch of the documentation to include documents people have donated and to beef up the FAQ for most of the questions people have asked over the past month. INSTALL gem install mongrel --source=http://mongrel.rubyforge.org/releases/ CHANGES * Fixed memory leak by switching to Sync rather than Mutex (please don''t argue with me about this not being fixed unless you run Mongrel and Rails and need my help). * Slight change so that if a file is small then it''ll be shot out directly rather than sent in chunks. * Removed a bunch of the debugging I added to find out what was causing the stopping. * Enhanced the USR1 logging (try killall -USR1 mongrel_rails to toggle). It now reports numbers of threads waiting for each Rails request. USE THIS! * Minor clean-ups in API documentation. * Improved site documentation: * FAQ http://mongrel.rubyforge.org/faq.html * Apache http://mongrel.rubyforge.org/docs/apache.html * Debian http://mongrel.rubyforge.org/docs/debian-sarge.html PSTORE & MUTEX WARNING Every time I say this it tends to get drowned out by a flame war, so just to make sure: 1) Do not use pstore, and avoid anything that locks files like gdbm, etc. 2) Mutex causes leaks in our tests, if you have leaks, try Sync. People who have leaks using Mutex and switch to Sync say the problem is fixed for them too. 3) Make sure any 3rd party libraries you use are designed for use in multiple processes. This has caused many problems with people as well. OFFICIAL 0.3.13.4 I''m going to go through the bug tracker one last time, resolve any remaining issues, and if nobody reports any problems then I''m releasing 0.3.13.4 tonight. Do or die. Come chat with me in the lingr room if you have problems. -- Zed A. Shaw http://www.zedshaw.com/ http://mongrel.rubyforge.org/ http://www.lingr.com/room/3yXhqKbfPy8 -- Come get help.
Zed Shaw
2006-Sep-03 21:26 UTC
[Mongrel] [ANN] Mongrel 0.3.13.4 Pre-Release -- Docs and more Docs
On Sun, 2006-09-03 at 12:34 -0700, Zed Shaw wrote:> Hi Everyone, > > Just want to get out another ping on the Mongrel pre-release saga. I''ve > updated a bunch of the documentation to include documents people have > donated and to beef up the FAQ for most of the questions people have > asked over the past month.I messed up the gem, so grab it again please. Oh, and not for win32 yet. We''re still fixing some stuff on that side of things. -- Zed A. Shaw http://www.zedshaw.com/ http://mongrel.rubyforge.org/ http://www.lingr.com/room/3yXhqKbfPy8 -- Come get help.
Jared Brown
2006-Sep-03 21:44 UTC
[Mongrel] [ANN] Mongrel 0.3.13.4 Pre-Release -- Docs and more Docs
Any estimate on when the next version of mongrel_clusters going to be ready for primetime? On 9/3/06, Zed Shaw <zedshaw at zedshaw.com> wrote:> > On Sun, 2006-09-03 at 12:34 -0700, Zed Shaw wrote: > > Hi Everyone, > > > > Just want to get out another ping on the Mongrel pre-release saga. I''ve > > updated a bunch of the documentation to include documents people have > > donated and to beef up the FAQ for most of the questions people have > > asked over the past month. > > I messed up the gem, so grab it again please. Oh, and not for win32 > yet. We''re still fixing some stuff on that side of things. > > > -- > Zed A. Shaw > http://www.zedshaw.com/ > http://mongrel.rubyforge.org/ > http://www.lingr.com/room/3yXhqKbfPy8 -- Come get help. > > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users >-- Jared Brown jaredbrown at gmail.com (765) 409-0875 7001 Central Ave Indianapolis, IN 46220 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20060903/256b3a57/attachment.html
Zed Shaw
2006-Sep-04 03:05 UTC
[Mongrel] [ANN] Mongrel 0.3.13.4 Pre-Release -- Docs and more Docs
On Sun, 2006-09-03 at 17:44 -0400, Jared Brown wrote:> Any estimate on when the next version of mongrel_clusters going to be > ready for primetime? >Should be ready now. It''s now part of the regular Mongrel builds so you can just get it the same way you get the mongrel pre-release. -- Zed A. Shaw http://www.zedshaw.com/ http://mongrel.rubyforge.org/ http://www.lingr.com/room/3yXhqKbfPy8 -- Come get help.
Jared Brown
2006-Sep-05 02:07 UTC
[Mongrel] [ANN] Mongrel 0.3.13.4 Pre-Release -- Docs and more Docs
Awesome, thank you for all your hard work! On 9/3/06, Zed Shaw <zedshaw at zedshaw.com> wrote:> > On Sun, 2006-09-03 at 17:44 -0400, Jared Brown wrote: > > Any estimate on when the next version of mongrel_clusters going to be > > ready for primetime? > > > > Should be ready now. It''s now part of the regular Mongrel builds so you > can just get it the same way you get the mongrel pre-release. > > > -- > Zed A. Shaw > http://www.zedshaw.com/ > http://mongrel.rubyforge.org/ > http://www.lingr.com/room/3yXhqKbfPy8 -- Come get help. > > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users >-- Jared Brown jaredbrown at gmail.com (765) 409-0875 7001 Central Ave Indianapolis, IN 46220 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20060904/8f2facde/attachment.html