about summary refs log tree commit homepage
path: root/lib/rainbows/epoll/client.rb
DateCommit message (Expand)
2011-03-10switch from IO#sendfile_nonblock to IO#trysendfile
2011-02-05*epoll: consolidate re-run logic
2011-01-26epoll/client: avoid unnecessary Epoll#set calls
2011-01-24epoll/client: thread-safety for write queuing
2011-01-21epoll/client: minor optimization
2011-01-21ev_core: force input to be given to app_call
2011-01-21epoll/client: factor out on_close method
2011-01-21epoll/client: remove unused client
2011-01-21epoll: reduce expiration calls and Time objects
2011-01-21ev_core: garbage reduction
2011-01-21epoll: use newer sleepy_penguin
2011-01-20epoll: ignore ECONNRESET errors
2011-01-19initial edge-triggered epoll model