InfoQ: Scalability Best Practices: Lessons from eBay

http://www.infoq.com/articles/ebay-scalability-best-practices the subj says it. good article

Networking scalability on high-performance servers

http://www.ibm.com/developerworks/linux/library/l-scalability/?ca=dgr-lnxw02FasterLinuxNet SMP and network performace in linux (tcp only, no forwarding)

Real World Web: Performance & Scalability

http://www.scribd.com/doc/2569319/Real-World-Web-Performance-Scalability 193 pages of realy good summaries on the topic

Exploring Amazon EC2 for Scale-out Applications

http://www.scribd.com/doc/2569362/Exploring-Amazon-EC2-for-Scaleout-Applications very interesting post from people who have done benchmarking and testing amazon EC2 platform

Venu Anuganti Blog » Notes on scaling heavy concurrent writes in real time /InnoDB

http://venublog.com/2008/04/17/notes-on-scaling-heavy-concurrent-writes-in-real-time/ notes about how to scale innodb writes. to summ it up: shard, use int as PKEY (convert hash to int using base-convert, batch lots of write into one trx. / nothing special

spinn3r-architecture-talk-2008-mysql-users-conference.pdf (application/pdf Object)

http://burtonator.files.wordpress.com/2008/04/spinn3r-architecture-talk-2008-mysql-users-conference.pdf PDF slided for spinner sharded mysql architecture

Skype Plans for PostgreSQL to Scale to 1 Billion Users | High Scalability

http://highscalability.com/skype-plans-postgresql-scale-1-billion-users notes about how skype uses partitioning to scale database level,

Gearman - system to farm out work to other machines, dispatching function calls to machines that are better suited to do work

http://www.danga.com/gearman/ something like MapReduce in Perl – from Brad!!

Brian "Krow" Aker's Idle Thoughts - The Death of Read Replication

http://krow.livejournal.com/590912.html interesting thoughts and notes about DBs and scalable systems

Hypertable: An Open Source, High Performance, Scalable Database

http://hypertable.org/ new project that tries to do open source “BigTable” implementation