ruby-posix-spawn 0.3.11-1 source package in Ubuntu

Changelog

ruby-posix-spawn (0.3.11-1) unstable; urgency=medium

  * Imported Upstream version 0.3.11
  * Bump Compat: 9
  * Bump Standard version: 3.9.6

 -- Youhei SASAKI <email address hidden>  Wed, 06 Jan 2016 04:44:11 +0900

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-posix-spawn_0.3.11-1.dsc 2.0 KiB 3749cee2709fa83c7782f2a7e753943804242a24534b8fd274e88bc788516a45
ruby-posix-spawn_0.3.11.orig.tar.gz 25.8 KiB 80d4309eb0668af9fe8969172f7eb102061a27ab408c47a0939835be5c02990b
ruby-posix-spawn_0.3.11-1.debian.tar.xz 3.5 KiB eddcd19acb7567628edccedb9ab3e52bf67d59181d2f57888584b7f594d785e9

No changes file available.

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: debug symbols for package ruby-posix-spawn

 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.)