[MUD-Dev] Scalable Network I/O in Linux

J C Lawrence claw at kanga.nu
Sun Jul 2 11:24:26 CEST 2000


For those of you that have read Dan Kegel's C10K document and found
it useful:

  http://www.kegel.com/c10k.html

the following examines other approaches to large connection systems,
their scalability, and approaches thereto.  In particular this looks
at some of the impacts of numbers of connections being slow or
high/latency (eg modem users) despite local low latency connectivity
and how a new handling of the poll() call can address this as versus
POSIX RT IO compleation signals:

  http://www.citi.umich.edu/techreports/reports/citi-tr-00-4.ps.gz

--
J C Lawrence                                 Home: claw at kanga.nu
----------(*)                              Other: coder at kanga.nu
                                  Keys etc: finger claw at kanga.nu
--=| A man is as sane as he is dangerous to his environment |=--


_______________________________________________
MUD-Dev mailing list
MUD-Dev at kanga.nu
http://www.kanga.nu/lists/listinfo/mud-dev



More information about the mud-dev-archive mailing list