summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-04-02 17:02:09 +0200
committerAndreas Baumann <abaumann@yahoo.com>2009-04-02 17:02:09 +0200
commitdbd53b4ec7ce2553ad2cf1518d1e2462fac7f0bc (patch)
treef32f29fc575c26c800584c44adc4bf06cb44a239 /docs
parentbac2aede01c38d8661c4770ee2ccd6c1f27a28fa (diff)
downloadwolfbones-dbd53b4ec7ce2553ad2cf1518d1e2462fac7f0bc.tar.gz
wolfbones-dbd53b4ec7ce2553ad2cf1518d1e2462fac7f0bc.tar.bz2
added some networking docu
Diffstat (limited to 'docs')
-rw-r--r--docs/network/README13
1 files changed, 13 insertions, 0 deletions
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
+