linux AIO and large files
The benchmarks only showed results for small files (100kbyte). Time to add larger files to the pool and talk about the chunk-size.
The benchmarks only showed results for small files (100kbyte). Time to add larger files to the pool and talk about the chunk-size.
mod-proxy-core has 3 different balancers for different needs. Round Robin, Shortest Queue First and CARP.
Yeah, really.
Before you jump around and empty a barrel of beer, try to compile it first. :)
1.5.0 will be a big win for all users. It will be more flexible in the handling and will have huge improvement for static files thanks to async io.
The following benchmarks shows a increase of 80% for the new linux-aio-sendfile backend compared the classic linux-sendfile one.
You might wonder why it takes to long to release 1.5.0 when most of it is already in trunk.
At MySQL we are in the final strokes of getting a GA release of Monitoring and Advisoring Service of MySQL Enterprise out of the door.
I’m still monitoring the IRC channel, but all development time is going into my MySQL stuff right now.
Only 2 weeks after .12 hit the servers we have a new release cleaning up the issues that were introduced by it.
On the fix side we have:
New are
--with-webdav-locksDebian user have to compile their lua-support with:
as their lua-5.1 package isn’t called ‘lua’.
Enjoy this release and watch out for 1.5.0 on the horizon. :)
Download
6272d8310fae8bcc35e6ab4778e2016cd775d6478391b95d841a1018c8db0b95Back in the times of the first implementations of mod-cml I took the request setup costs as the root of all evil. They were the problem I wanted to fix with mod-cml.
But what is the request setup cost ? What is influencing the request-time ? Where can you influence it ?
It looks like mod_magnet gets more and more attraction.
Against the least pre-release we have some minor bug-fixes and the new lighty.stat() function for mod-magnet which is using our internal stat-cache to reduce the number of stat() calls which hit the kernel. darix had some nice benchmarks on it.
The crash reported in #876 is critical enough to fire another release shortly after 1.4.12 was released.
It also contains some minor bugfixes and a better check for lua 5.1. If
you are running on Debian you can compile
mod-magnet
with --with-lua=lua5.1