| tag name | v3.0.1 (f12410f4e5cca7d510c6d01e13a04ff46c15f0a0) |
| tag date | 2011-05-21 02:40:48 (GMT) |
| tagged by | Eric Wong <normalperson@yhbt.net> |
| tagged object | commit ee4481de83... |
| download | sleepy_penguin-3.0.1.tar.gz |
|---|
sleepy_penguin 3.0.1 - really avoids EINTR
One bugfix:
* epoll: avoid race condition in EINTR checking
Even if we timeout while getting an EINTR, we'll retry
epoll_wait() with a zero timeout like IO.select does in Ruby to
avoid raising Errno::EINTR.