From 44baf906e73c13577186e3135be4356b33b8be43 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 2 Jan 2019 20:37:38 +0000 Subject: use sleepy_penguin 3.5+ for splice and tee support Eliminate loading of the io_splice RubyGem to reduce memory overhead. Extra DSOs are wasteful and io_splice is being phased oiut for sleepy_penguin, which encapsulates more Linux-specific functionality anyways. cf. https://udrepper.livejournal.com/8790.html --- INSTALL | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 96cfcdb..b07b3c7 100644 --- a/INSTALL +++ b/INSTALL @@ -19,13 +19,13 @@ Debian 7+ users can install dependencies easily: # installing dtas RubyGem on GNU/Linux (Linux kernel 2.6.32+) Be sure to have Ruby development headers and a working C compiler. -This will pull in the io_splice and sleepy_penguin RubyGems for minor +This will pull in the sleepy_penguin RubyGems for minor speedups. If you cannot be bothered to have a development environment, just use "gem install dtas". sudo gem install dtas-linux -This should pull in the "io_splice" and "sleepy_penguin" RubyGems +This should pull in the "sleepy_penguin" RubyGems For future upgrades of dtas (upgrades to dtas-linux will be infrequent) @@ -45,10 +45,8 @@ Grab the latest tarball from our HTTPS site: $ cd dtas-0.15.0 $ sudo ruby setup.rb -GNU/Linux users may optionally install "io_splice" and -"sleepy_penguin" packages: +GNU/Linux users may optionally install the "sleepy_penguin" package: - * io_splice - https://bogomips.org/ruby_io_splice/ * sleepy_penguin - https://bogomips.org/sleepy_penguin/ # CONTACT -- cgit v1.2.3-24-ge0c7