A week’s worth of posts for you

I can’t keep up with all the things to post.  I desperately want to clear my inbox, so here’s a week’s worth of posts all smushed together.  Enjoy!

Phew.

Messylaneous for 2010/02/05

I’m really behind on my posting (this is why), so I’m piling a lot of stuff in here:

Cache-data-as-swap project started

Matthew Dillon is setting up DragonFly to be able to use a fast disk (like a SSD) for disk cache, reducing the effect swap has on speed.  This means very large amounts of data could be read into memory – greater than the available RAM in the system – without having the normal paging out problems that happen when memory is exhausted.   It’ll work for any filesystem on the machine – HAMMER, UFS, or NFS.  His inital notes have more.  Other notes include details on the NFS benefits, and possibilities with SSDsWear-leveling may make SSDs last much longer.

Work has started, and there’s an update (with examples) that people can try, though it may destroy all your data at this point.  Test results in that update show, if I’m reading it right, a better than doubling of speed on a repeated md5 test on a large file when using the new caching system.  This should be a huge benefit.

Things that are done

There’s a number of things that all came together in the last 24 hours or so, which means: bullet points!

  • Jen Lentfer took my suggestion and ran with it.  He’s got an update to Sendmail 8.14.4 on the way too.
  • Binary pkgsrc-2009Q4 packages for DragonFly 2.4.x/i386 are all uploaded.
  • I finished a build of pkgsrc-2009Q4 for DragonFly 2.5.x/x86_64 – take a look and fix some of the broken items, if that interests you.
  • Weekend reading: check out this Trivium post as there’s some interesting historical items.  I may try that LackRack idea in a environment that doesn’t fit a normal rack well…