[ forky ]
[ sid ]
[ 原始碼: ocaml-spawn ]
套件:libspawn-ocaml-dev(0.17.0-1)
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 有關的套件
|
|
|
|
-
- dep: libspawn-ocaml-cd4i8 [除 armhf, i386, s390x]
- 本虛擬套件由這些套件填實: libspawn-ocaml
-
- dep: libspawn-ocaml-i6kx8 [armhf, i386]
- 本虛擬套件由這些套件填實: libspawn-ocaml
-
- dep: libspawn-ocaml-u89b5 [s390x]
- 本虛擬套件由這些套件填實: libspawn-ocaml
-
- dep: libstdlib-ocaml-dev-2d5j3 [s390x]
- 本虛擬套件由這些套件填實: libstdlib-ocaml-dev
-
- dep: libstdlib-ocaml-dev-m4xw9 [除 armhf, i386, s390x]
- 本虛擬套件由這些套件填實: libstdlib-ocaml-dev
-
- dep: libstdlib-ocaml-dev-ye7o9 [armhf, i386]
- 本虛擬套件由這些套件填實: libstdlib-ocaml-dev
-
- dep: ocaml-5.3.0
- 本虛擬套件由這些套件填實: ocaml
-
- rec: ocaml-findlib
- management tool for OCaml libraries