Wednesday, July 05, 2006
On performance: socket programming
http://www-128.ibm.com/developerworks/linux/library/l-hisock.html?ca=dgr-lnxw07BoostSocket
- Minimize packet transmit latency.
- Minimize system call overhead.
- Adjust TCP windows for the Bandwidth Delay Product.
- Dynamically tune the GNU/Linux TCP/IP stack.