11 Commits (fdebbb224ecef7e8eeec7173de562d272905b704)

Author SHA1 Message Date
leitner 2788b18f32 provide prototype 3 years ago
leitner cef53a5907 try too fix erdgeist's bug 3 years ago
leitner 45f99bbd0a in io_eagain, make sure the kernel knows we wanted to write to the
descriptor in case we optimized the syscall away previously
in iob_send leave loop if we got a partial write
3 years ago
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