全部搜尋項
forky  ] [  sid  ]
[ 原始碼: ocaml-spawn  ]

套件:libspawn-ocaml-dev(0.17.0-1)

libspawn-ocaml-dev 的相關連結

Screenshot

Debian 的資源:

下載原始碼套件 ocaml-spawn

維護小組:

外部的資源:

相似套件:

spawning sub-processes (development)

Spawn is a small OCaml library exposing only one functionality: spawning sub-process.

It has three main goals:

 1. provide missing features of Unix.create_process such as providing
    a working directory
 2. provide better errors when a system call fails in the
    sub-process. For instance if a command is not found, you get a
    proper [Unix.Unix_error] exception
 3. improve performance by using vfork when available. It is often
    claimed that nowadays fork is as fast as vfork, however in
    practice fork takes time proportional to the process memory while
    vfork is constant time. In application using a lot of memory,
    vfork can be thousands of times faster than fork.

This package contains development files.

其他與 libspawn-ocaml-dev 有關的套件

  • 依賴
  • 推薦
  • 建議
  • 增強

下載 libspawn-ocaml-dev

下載可用於所有硬體架構的
硬體架構 套件大小 安裝後大小 檔案
amd64 47。4 kB111。0 kB [檔案列表]
arm64 47。1 kB112。0 kB [檔案列表]
armhf 41。5 kB82。0 kB [檔案列表]
i386 42。5 kB86。0 kB [檔案列表]
ppc64el 47。9 kB116。0 kB [檔案列表]
riscv64 53。6 kB182。0 kB [檔案列表]
s390x 47。0 kB111。0 kB [檔案列表]