I've been using The C10K problem website as a reference point for a number of years now. Figured I might as well blog about it so I can find it easier in the future...
Speaking of C10K, I would really like to see a kevent/kqueue module for ruby. Python has one: PyKQueue. I generally use select() now, but it has some problems, i.e. timing out individual fds.