Notes:
Changes:
1.0.7 12/14/2006 cboyer
* Added threading to event generation code, when the select loop generates and event it is now spun off and doesn't interrupt the select
* Added traping for SIGTERM and SIGINT
* Added reconnection code. The library now tries to reconnect when it gets a connection reset by peer or eof on the socket.
* Removed a lot of the 'puts' that are still going on.
|