From dbd53b4ec7ce2553ad2cf1518d1e2462fac7f0bc Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 2 Apr 2009 17:02:09 +0200 Subject: added some networking docu --- docs/network/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/network/README (limited to 'docs') diff --git a/docs/network/README b/docs/network/README new file mode 100644 index 0000000..c817332 --- /dev/null +++ b/docs/network/README @@ -0,0 +1,13 @@ +Goals: +- + +Links: +- Boost ASIO: on design +- POCO Net classes: on design +- http://www.kegel.com/rn/: an epoll/kqueue abstraction interface in C, + good for idea hunting +- http://www.kegel.com/c10k.html: how to get more than 10k clients on a + machine, a lot of useful links +- http://www.bullopensource.org/posix: POSIX effort to normalize + asynchronous I/O interfaces + -- cgit v1.2.3-54-g00ecf