Hello, guys. Do not forgot about "portability" Hysock lib is a porting layer and it should work the same way on all platforms. The windows does not support signals at all So the porting layer should hide all OS depended signal processing including this select() problem. +1 to my patch. The patch removes implementation depended feature.
The other question is how to interrupt read/select operations in hyport libraries. The close() operation as I remember interrupt read() operation but not interrupt select(). Select for example could be interrupted with special file that could be added to the file list. One more time: signals is not correct way because there is no signals under Win32 and there is no signals API in porting layer. Thanks Artem --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]