| Brad Fitzpatrick ( @ 2004-04-27 15:27:00 |
Fun stuff lately in server land...
Presentation I did at MySQL conference in Orlando:
http://www.danga.com/words/2004_mysqlco n/
Building a distributed filesystem for Fotobilder/LiveJournal (will be open source):
http://www.livejournal.com/~brad/200988 6.html
http://www.livejournal.com/~brad/201053 4.html
http://www.livejournal.com/~brad/201099 7.html
We just bought 2 machines with 16 250GB disks, so we'll soon have 8TB of storage. I imagine we'll get about 6TB of real storage out of that after redundancy. (thumbnails and scaled versions will only be on disk once, probably, since they can be recreated easily....)
Building a new load balancer for FotoBilder/LiveJournal, with special support for mixing efficient buffer of mod_perl requests and for efficiently serving large files (using sendfile(2)) from disk, so mod_perl doesn't have to do it:
http://www.livejournal.com/~brad/200794 3.html
The proxy works already w/ FotoBilder. Haven't put it into production yet, but we rebooted all our LiveJournal proxies into Debian testing w/ epoll.h headers so we could build IO::Epoll (which is a requirement for Perlbal). They were already running Linux 2.6 (for epoll)
Presentation I did at MySQL conference in Orlando:
http://www.danga.com/words/2004_mysqlco
Building a distributed filesystem for Fotobilder/LiveJournal (will be open source):
http://www.livejournal.com/~brad/200988
http://www.livejournal.com/~brad/201053
http://www.livejournal.com/~brad/201099
We just bought 2 machines with 16 250GB disks, so we'll soon have 8TB of storage. I imagine we'll get about 6TB of real storage out of that after redundancy. (thumbnails and scaled versions will only be on disk once, probably, since they can be recreated easily....)
Building a new load balancer for FotoBilder/LiveJournal, with special support for mixing efficient buffer of mod_perl requests and for efficiently serving large files (using sendfile(2)) from disk, so mod_perl doesn't have to do it:
http://www.livejournal.com/~brad/200794
The proxy works already w/ FotoBilder. Haven't put it into production yet, but we rebooted all our LiveJournal proxies into Debian testing w/ epoll.h headers so we could build IO::Epoll (which is a requirement for Perlbal). They were already running Linux 2.6 (for epoll)