about summary refs log tree commit homepage
tag namev3.0.1 (f12410f4e5cca7d510c6d01e13a04ff46c15f0a0)
tag date2011-05-20 19:40:48 -0700
tagged byEric Wong <normalperson@yhbt.net>
tagged objectcommit ee4481de83...
downloadsleepy_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.