summaryrefslogtreecommitdiff
path: root/docs/network/README
diff options
context:
space:
mode:
Diffstat (limited to 'docs/network/README')
-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
+