[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Cancel read on socket
- Date: Mon, 26 May 2008 16:40:01 +0300
- From: leonp at plris.com (Leon Pollak)
- Subject: Cancel read on socket
Hello, all.
Is there any way to cancel currently waiting read operation on UDP socket?
I do not want to close it (need to use it immediately) or use select()
(consumes a lot of CPU time).
I looked into the select() implementation in rtems_select(...) and feels that
this must not be too complicated...
Thanks ahead.
--
Leon