Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37518202
en ru br
ALT Linux repos
S:0.3.15-alt1

Group :: Development/Ruby
RPM: gem-posix-spawn

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.3.15-alt1
Build date: 28 june 2021, 12:58 ( 147.4 weeks ago )
Size: 26.66 Kb

Home page:   https://github.com/rtomayko/posix-spawn

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.

Current maintainer: Ruby Maintainers Team

List of contributors

List of rpms provided by this srpm:

  • gem-posix-spawn
  • gem-posix-spawn-debuginfo
  • gem-posix-spawn-devel
  • gem-posix-spawn-doc
  • posix-spawn-benchmark
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin