alla flaggor
forky  ] [  sid  ]
[ Källkod: ocaml-spawn  ]

Paket: libspawn-ocaml (0.17.0-1)

Länkar för libspawn-ocaml

Screenshot

Debianresurser:

Hämta källkodspaketet ocaml-spawn:

Ansvariga:

Externa resurser:

Liknande paket:

spawning sub-processes (runtime)

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 runtime files.

Andra paket besläktade med libspawn-ocaml

  • beror
  • rekommenderar
  • föreslår
  • enhances

Hämta libspawn-ocaml

Hämtningar för alla tillgängliga arkitekturer
Arkitektur Paketstorlek Installerad storlek Filer
amd64 24,2 kbyte91,0 kbyte [filförteckning]
arm64 23,5 kbyte167,0 kbyte [filförteckning]
armhf 15,6 kbyte95,0 kbyte [filförteckning]
i386 16,8 kbyte47,0 kbyte [filförteckning]
ppc64el 23,9 kbyte167,0 kbyte [filförteckning]
riscv64 23,4 kbyte83,0 kbyte [filförteckning]
s390x 23,9 kbyte88,0 kbyte [filförteckning]