Mongrel2 1.7.4 Out
- From:
- Zed A. Shaw
- Date:
- 2011-06-21 @ 16:46
Hey Everyone,
Just released Mongrel2 1.7.4 with bug fixes and other things found
during Matt Towers' testing. You can grab the release off the github
page:
https://github.com/zedshaw/mongrel2
While I'm redoing the main website.
WARNING
-------
This release does include one backward incompatible change you should know
about. It will now write the access logs as a stream of tnetstrings
over zeromq. Right now this just uses a separate thread to dump them to
the logs/access.log file. There is also a new m2sh command:
m2sh access
Which will spew out this log file, *very fast* in a nice Apache access
style format. This new log format is so fast that we can start include
a lot of extra headers in it that you wouldn't normally get. It is also
very easy to load whole batches of these files using anything that can
do tnetstrings.
In the 1.8 release, we'll be making the m2sh access command work like
tail, head, and grep so that you can do your normal log analysis on the
fly. I'll also be adding a configuration option to change the log
endpoint to any ZeroMQ receiver, and also to completely disable logging
from the control port for when you need that extra boost.
Incidentally, formatting the logs was about 36% of the time spent
handling a request. This change is a step toward fixing that.
--
Zed A. Shaw
http://zedshaw.com/
Re: [mongrel2] Mongrel2 1.7.4 Out
- From:
- Eimantas Vaiciunas
- Date:
- 2011-06-21 @ 20:44
On Tue, Jun 21, 2011 at 7:46 PM, Zed A. Shaw <zedshaw@zedshaw.com> wrote:
> Hey Everyone,
>
> Just released Mongrel2 1.7.4 with bug fixes and other things found
> during Matt Towers' testing. You can grab the release off the github
> page:
>
> https://github.com/zedshaw/mongrel2
>
> While I'm redoing the main website.
Congrats on the release. Can someone tag the release?
Re: [mongrel2] Mongrel2 1.7.4 Out
- From:
- Zed A. Shaw
- Date:
- 2011-06-21 @ 23:39
On Tue, Jun 21, 2011 at 11:44:20PM +0300, Eimantas Vaiciunas wrote:
> On Tue, Jun 21, 2011 at 7:46 PM, Zed A. Shaw <zedshaw@zedshaw.com> wrote:
> > Hey Everyone,
> >
> > Just released Mongrel2 1.7.4 with bug fixes and other things found
> > during Matt Towers' testing. You can grab the release off the github
> > page:
>
> Congrats on the release. Can someone tag the release?
Oh yeah forgot to push the tags. Sadly I have to do a 1.7.5 tonight
because I left some debug crap in a couple of source files. I'll push
them both then.
--
Zed A. Shaw
http://zedshaw.com/