Archive for the 'server' Category

Real-World Web Application Benchmarking | Facebook

Tuesday, April 19th, 2011

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 import…

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

Thursday, March 10th, 2011

search multiple DNSNL

JBoss, Geronimo, or Tomcat? – JavaWorld

Thursday, September 23rd, 2010

notes (mostly feature list) on open source java app servers

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

Thursday, September 2nd, 2010

suggestions for for network media player setup from slahsdot

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

Tuesday, May 11th, 2010

low power AMD cpu, a candidate for a new home server project

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

Thursday, April 15th, 2010

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

Thursday, November 19th, 2009

comparing 2 popular ways to deploy ruby-on-rails app

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

Wednesday, September 30th, 2009

notes about high-performance unix server programming, things like concurrency models, IO types, memory allocation strategies, etc.

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

Tuesday, September 15th, 2009

some examples on how to write simple http server in Perl

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

Monday, August 31st, 2009

seems to a rare thing: a message queue server, running as a native code