Package gem-posix-spawn: Information

    Source package: gem-posix-spawn
    Version: 0.3.13-alt2.3
    Build time:  Jun 18, 2020, 09:25 AM in the task #247371
    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 (x86_64, ppc64le, i586, aarch64)
    gem-posix-spawn-debuginfo (x86_64, ppc64le, i586, aarch64)
    gem-posix-spawn-doc (noarch)
    posix-spawn-benchmark (noarch)


    List of contributors:
    Pavel Skrylev
    Andrey Cherepanov

      1. rpm-build-ruby

    Last changed


    March 4, 2020 Pavel Skrylev 0.3.13-alt2.3
    - fixed (!) spec
    Sept. 10, 2019 Pavel Skrylev 0.3.13-alt2.2
    - fixed (!) spec according to changelog rules
    Aug. 1, 2019 Pavel Skrylev 0.3.13-alt2.1
    - fixed (!) spec