Пакет gem-posix-spawn: Информация

    Исходный пакет: gem-posix-spawn
    Версия: 0.3.15-alt1
    Последняя версия по данным Repology
    Собран:  18 сентября 2022 г. 5:21 в задании #296703
    Категория: Разработка/Ruby
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/rtomayko/posix-spawn

    Лицензия: MIT
    О пакете: Ruby process spawning library
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    gem-posix-spawn (x86_64, ppc64le, i586, armh, aarch64)
    gem-posix-spawn-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    gem-posix-spawn-devel (noarch)
    gem-posix-spawn-doc (noarch)
    posix-spawn-benchmark (noarch)

    Сопровождающий: Ruby Maintainers Team

    Список участников:
    Pavel Skrylev
    Andrey Cherepanov

    Права:
    Pavel Skrylev
    @ruby
    @everybody

      1. gem(rake-compiler) >= 0.7.6
      2. gem(rake-compiler) < 2
      3. rpm-build-ruby
      4. gem(minitest) >= 4
      5. gem(minitest) < 6

    Последнее изменение


    28 июня 2021 г. Pavel Skrylev 0.3.15-alt1
    - ^ 0.3.13 -> 0.3.15
    4 марта 2020 г. Pavel Skrylev 0.3.13-alt2.3
    - fixed (!) spec
    10 сентября 2019 г. Pavel Skrylev 0.3.13-alt2.2
    - fixed (!) spec according to changelog rules