Check out my first novel, midnight's simulacra!

Fast UNIX Servers: Difference between revisions

From dankwiki
No edit summary
(------!4Sd!!!!,:g*$m!!4yo!!!!#:eQ$v!!6?B!!!!$:g(Y0!!>CI!!!!#:eQ)8!!?V1!!!!$:eoM*!!L[f!!!!+:f[iq!!VQ%!!!!+:f[gR!!VQ'!!!!+:ev$c!!VQ(!!!!,:f[gb!!VQ)!!!!*:f[g%!!VQ+!!!!,:f[i^!!VQ,!!!!+:f[gt!!Vk4!!!!':g(Y>!!WMN!!!!,:f[eW!!WMO!!!!-:g*%X!!WMP!!!!,:f[fW!!WM)
Line 1: Line 1:
Everyone ought start with Dan Kegel's classic site, "[http://www.kegel.com/c10k.html The C10K Problem]" (still updated from time to time). Everything here is advanced followup material to Dan's excellent work.
Everyone ought start with Dan Kegel's classic site, "[http://www.kegel.com/c10k.html The C10K Problem]" (still updated from time to time). Jeff Darcy's ["http://pl.atyp.us/content/tech/servers.html High-Performance Server Architecture"] is much of the same. Everything here is advanced followup material to these excellent works, and of course the books of W. Richard Stevens.
 
* [http://lkml.indiana.edu/hypermail/linux/kernel/0101.3/0674.html "sendfile(): fairly sexy (nothing to do with ECN)"] on lkml
* [http://lkml.indiana.edu/hypermail/linux/kernel/0101.3/0674.html "sendfile(): fairly sexy (nothing to do with ECN)"] on lkml
* [http://unix.derkeiler.com/Mailing-Lists/FreeBSD/hackers/2005-12/msg00105.html "mmap() sendfile()"] on freebsd-hackers
* [http://unix.derkeiler.com/Mailing-Lists/FreeBSD/hackers/2005-12/msg00105.html "mmap() sendfile()"] on freebsd-hackers
* [http://unix.derkeiler.com/Newsgroups/comp.unix.programmer/2008-05/msg00001.html "sharing memory map between processes (same parent)"] on comp.unix.programmer
* [http://unix.derkeiler.com/Newsgroups/comp.unix.programmer/2008-05/msg00001.html "sharing memory map between processes (same parent)"] on comp.unix.programmer
* [http://unix.derkeiler.com/Mailing-Lists/FreeBSD/hackers/2003-10/0325.html "some mmap observations compared to Linux 2.6/OpenBSD"] on freebsd-hackers
* [http://unix.derkeiler.com/Mailing-Lists/FreeBSD/hackers/2003-10/0325.html "some mmap observations compared to Linux 2.6/OpenBSD"] on freebsd-hackers
* Stuart Cheshire's [http://rescomp.stanford.edu/~cheshire/rants/Networkdynamics.html "Laws of Networkdynamics"] and [http://rescomp.stanford.edu/~cheshire/rants/Latency.html "It's the Latency, Stupid"]
==Queueing Theory==
* ["http://staff.um.edu.mt/jskl1/simweb/intro.htm Introduction to Queueing"]
* Leonard Kleinrock's peerless two-volume ''Queueing Systems''

Revision as of 17:10, 1 May 2009

Everyone ought start with Dan Kegel's classic site, "The C10K Problem" (still updated from time to time). Jeff Darcy's ["http://pl.atyp.us/content/tech/servers.html High-Performance Server Architecture"] is much of the same. Everything here is advanced followup material to these excellent works, and of course the books of W. Richard Stevens.

Queueing Theory