summaryrefslogtreecommitdiff
path: root/docs/network/README
blob: c817332b32c285e25cdbff24f36fadaeb259bf60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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