Package ruby-posix-spawn: Information

Danger alert: Package removed from p9 repository

Removed in the task: #247371
Package removed: Pavel Skrylev
Deletion date: June 18, 2020
Message: update_foreman
    Source package: ruby-posix-spawn
    Version: 0.3.13-alt2
    Build time:  Apr 29, 2019, 04:04 PM in the task #226987
    Category: Development/Ruby
    Report package bug
    License: MIT
    Summary: Ruby process spawning library
    Description: 
    Ruby process spawning library.
    
    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 special process spawning interfaces (posix_spawn(), vfork(), etc.)
    
    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.

    List of rpms provided by this srpm:
    gem-posix-spawn-doc (noarch)
    posix-spawn-benchmark (noarch)
    ruby-posix-spawn (x86_64, i586, aarch64)
    ruby-posix-spawn-debuginfo (x86_64, i586, aarch64)


    List of contributors:
    Pavel Skrylev
    Andrey Cherepanov

      1. rpm-build-ruby

    Last changed


    April 16, 2019 Pavel Skrylev 0.3.13-alt2
    - Use Ruby Policy 2.0
    June 15, 2018 Andrey Cherepanov 0.3.13-alt1
    - Initial build for Sisyphus