ruby-posix-spawn 0.3.13-2build1 source package in Ubuntu

Changelog

ruby-posix-spawn (0.3.13-2build1) bionic; urgency=high

  * No change rebuild against ruby-defaults without ruby2.3 support.

 -- Dimitri John Ledkov <email address hidden>  Thu, 01 Mar 2018 09:36:07 +0000

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
ruby
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe ruby

Downloads

File Size SHA-256 Checksum
ruby-posix-spawn_0.3.13.orig.tar.gz 24.0 KiB ae216bbd1f915c63fb1a00bbe483d0c343e5b822f305fcd0c958bc0c03782321
ruby-posix-spawn_0.3.13-2build1.debian.tar.xz 4.5 KiB f85b658a7681648c6ef32ccb4a5da8f9a7008ceb03a3ec6b81cf8f4eaf079136
ruby-posix-spawn_0.3.13-2build1.dsc 1.8 KiB 3eade06c8b3a3dd310503b81c47bec0cfbd35ed393928ac56dc4dd086778436f

View changes file

Binary packages built by this source

ruby-posix-spawn: Ruby Implementation of posix_spawn(2) for faster process spawning

 The posix-spawn library aims to implement a subset of the Ruby 1.9
 `Process::spawn` interface in a way that takes advantage of fast
 process spawning interfaces when available and provides sane fallbacks
 on systems that do not.
 .
 `fork(2)` calls slow down as the parent process uses more memory due to
 the need to copy page tables. In many common uses of fork(), where it
 is followed by one of the exec family of functions to spawn child
 processes (`Kernel#system`,`IO::popen`, `Process::spawn`, etc.), it's
 possible to remove this overhead by using the use of special process
 spawning interfaces (`posix_spawn()`, `vfork()`, etc.)

ruby-posix-spawn-dbgsym: No summary available for ruby-posix-spawn-dbgsym in ubuntu disco.

No description available for ruby-posix-spawn-dbgsym in ubuntu disco.