Tuesday, February 15, 2005

TCP_NODELAY - Nagel algorithm

The Nagel algorithm has the potential to influence performance - this article talks a bit about the algorithm

Thursday, February 03, 2005

Who started my defunct processes

/usr/proc/bin/ptree `ps -ef | grep -v ^\ \ \ \ root | awk '// {print $2}'` | less