Monday, June 29, 2009

signal handlers on Linux Vs Unix,

** On Linux signal handlers are persistent even after signal handler execution, where as it is not on Unix System V

socket read Vs socket recv,

The recv is better system call on sockets. This addresses partial reading of buffer,with suitable flags.