Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37047802
en ru br
Репозитории ALT

Группа :: Разработка/Ruby
Пакет: gem-posix-spawn

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 0.3.15-alt1
Время сборки: 28 июня 2021, 12:58 ( 143.6 недели назад )
Размер архива: 26.66 Kb

Домашняя страница:   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.

Текущий майнтейнер: Ruby Maintainers Team

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • gem-posix-spawn
  • gem-posix-spawn-debuginfo
  • gem-posix-spawn-devel
  • gem-posix-spawn-doc
  • posix-spawn-benchmark
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin