Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37045678
en ru br
ALT Linux repositórios
S:0.3.15-alt1

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

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 0.3.15-alt1
Data da compilação: 28 junho 2021, 12:58 ( 143.5 weeks ago )
Tamanho:: 26.66 Kb

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

Licença: MIT
Sumário: Ruby process spawning library
Descrição:

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.

Mantenedor currente: Ruby Maintainers Team

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • gem-posix-spawn
  • gem-posix-spawn-debuginfo
  • gem-posix-spawn-devel
  • gem-posix-spawn-doc
  • posix-spawn-benchmark
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009