[DRE-maint] ruby-posix-spawn_0.3.6-1_amd64.changes is NEW
Debian FTP Masters
ftpmaster at ftp-master.debian.org
Sat Jun 23 06:34:17 UTC 2012
(new) ruby-posix-spawn_0.3.6-1.debian.tar.gz optional ruby
(new) ruby-posix-spawn_0.3.6-1.dsc optional ruby
(new) ruby-posix-spawn_0.3.6-1_amd64.deb optional ruby
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.)
(new) ruby-posix-spawn_0.3.6.orig.tar.gz optional ruby
Changes:
ruby-posix-spawn (0.3.6-1) unstable; urgency=low
.
* Initial release (Closes: #672507)
Override entries for your package:
Announcing to debian-devel-changes at lists.debian.org
Closing bugs: 672507
Your package contains new components which requires manual editing of
the override file. It is ok otherwise, so please be patient. New
packages are usually added to the override file about once a week.
You may have gotten the distribution wrong. You'll get warnings above
if files already exist in other distributions.
More information about the Pkg-ruby-extras-maintainers
mailing list