Real-World Web Application Benchmarking | Facebook

http://www.facebook.com/notes/facebook-engineering/real-world-web-application-benchmarking/203367363919 Facebook has build custom web-app testing framework to test server performance. Read it, especially the section on why “standard” SPECxxx benchmarks are not a good measure of anything. Also, ready about performance-per-watt, as this is really important for modern data centers.

MultiRBL.valli.org - Blacklist, Whitelist and FCrDNS check tool

http://multirbl.valli.org/lookup/ search multiple DNSNL

JBoss, Geronimo, or Tomcat? - JavaWorld

http://www.javaworld.com/javaworld/jw-12-2007/jw-12-appservers.html notes (mostly feature list) on open source java app servers

Slashdot Comments | Video Appliance For a Large Library On a Network?

http://ask.slashdot.org/comments.pl?sid=1775372&cid=33459112 suggestions for for network media player setup from slahsdot

Экономичный неттоп на AMD — это реально | Процессоры | Статьи Hardware | Статьи, обзоры | Новости и статьи | Ф-Центр

http://www.fcenter.ru/online.shtml?articles/hardware/processors/28696 low power AMD cpu, a candidate for a new home server project

Man page of ddsnap [Sync LVM snapshots to backup server]

http://zumastor.org/man/ddsnap.8.html a way to ‘sync’ block devices in ‘rsync’ style. Useful to implement backup of xen VMs based on LVM volumes. Also see http://serverfault.com/questions/27397/sync-lvm-snapshots-to-backup-server

Apache passenger vs nginx mongrel | Matt-Darby.com

http://blog.matt-darby.com/posts/697-apache-passenger-vs-nginx-mongrel comparing 2 popular ways to deploy ruby-on-rails app

Joshua Zhu’s Blog » C10K [how to write C10K server]

http://blog.zhuzhaoyuan.com/category/c10k/ notes about high-performance unix server programming, things like concurrency models, IO types, memory allocation strategies, etc.

[]rus] Почти-web-сервер своими руками / Великий Язык PERL! / Хабрахабр

http://habrahabr.ru/blogs/perl/69411/#habracut some examples on how to write simple http server in Perl

Beanstalkd - Software - xph.us [distributed, in-memory workqueue service]

http://xph.us/software/beanstalkd/ seems to a rare thing: a message queue server, running as a native code