全部搜索项
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ 源代码: ruby-posix-spawn  ]

软件包:ruby-posix-spawn(0.3.15-3)

ruby-posix-spawn 的相关链接

Screenshot

Debian 的资源:

下载源码包 ruby-posix-spawn

维护小组:

外部的资源:

相似软件包:

Ruby Implementation of posix_spawn(2) for faster process spawning

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.

`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 the use of special process spawning interfaces (`posix_spawn()`, `vfork()`, etc.)

其他与 ruby-posix-spawn 有关的软件包

  • 依赖
  • 推荐
  • 建议
  • 增强

下载 ruby-posix-spawn

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
amd64 24.2 kB89.0 kB [文件列表]
arm64 23.8 kB133.0 kB [文件列表]
armel 23.3 kB133.0 kB [文件列表]
armhf 23.2 kB133.0 kB [文件列表]
i386 24.1 kB85.0 kB [文件列表]
mips64el 24.1 kB134.0 kB [文件列表]
ppc64el 24.4 kB133.0 kB [文件列表]
riscv64 23.6 kB81.0 kB [文件列表]
s390x 23.8 kB85.0 kB [文件列表]