8 Commits (77a2bbd17aa79296a389cfa3e269a3f7966edefb)

Author SHA1 Message Date
leitner b73a699dab reengineer alt queue handling to prevent race 8 years ago
leitner c60c2425ce hopefully fix the infinite loop in gatling 10 years ago
leitner 967e3ce019 revert edge triggering epoll; it had reliability and fairness issues and
was also not actually faster
10 years ago
leitner 5baf943f0a finish epoll move to edge triggering 11 years ago
leitner a544abc39c switch io_fds from array to newly implemented (hopefully thread-safe) iarray
switch epoll from level triggering to edge triggering
11 years ago
leitner 6e6fc8b85d fix endless loop bug on freebsd 13 years ago
leitner 82a4ae868d broken lose32 port using mingw (don't use!!!)
initial Solaris /dev/poll port
21 years ago
leitner 2a2e1ddc75 add sigio support
extend code to cope with edge triggered event notification
add io_eagain() so that you can notify io_wait if accept() returned EAGAIN
21 years ago