1 = sleepy_penguin - Ruby event extensions for Linux
3 sleepy_penguin provides access to newer, Linux-only system calls to wait
4 on events from traditionally non-I/O sources. Bindings to the eventfd,
5 signalfd, timerfd, and epoll interfaces are provided.
9 * Thread-safe blocking operations under both Ruby 1.8 and 1.9.
11 * IO-like objects are backwards-compatible with IO.select.
15 If you're using a packaged Ruby distribution, make sure you have a C
16 compiler and the matching Ruby development libraries and headers.
20 gem install sleepy_penguin
22 Otherwise grab the latest tarball from:
24 http://bogomips.org/sleepy_penguin/files/
26 Unpack it, and run "ruby setup.rb"
30 You can get the latest source via git from the following locations:
32 git://git.bogomips.org/sleepy_penguin.git
33 git://repo.or.cz/sleepy_penguin.git (mirror)
35 You may browse the code from the web and download the latest snapshot
38 * http://git.bogomips.org/cgit/sleepy_penguin.git (cgit)
39 * http://repo.or.cz/w/sleepy_penguin.git (gitweb)
41 Inline patches (from "git format-patch") to the mailing list are
42 preferred because they allow code review and comments in the reply to
45 We will adhere to mostly the same conventions for patch submissions as
46 git itself. See the Documentation/SubmittingPatches document
47 distributed with git on on patch submission guidelines to follow. Just
48 don't email the git mailing list or maintainer with sleepy_penguin patches.
52 All feedback (bug reports, user/development discussion, patches, pull
53 requests) go to the mailing list: mailto:sleepy.penguin@librelist.com
55 * http://bogomips.org/sleepy_penguin/archives/