Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brendanhay/erlexec
git clone of erlexec from http://code.google.com/p/erlexec/
https://github.com/brendanhay/erlexec
Last synced: about 1 month ago
JSON representation
git clone of erlexec from http://code.google.com/p/erlexec/
- Host: GitHub
- URL: https://github.com/brendanhay/erlexec
- Owner: brendanhay
- License: other
- Created: 2011-11-01T13:09:37.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-01T13:10:18.000Z (about 13 years ago)
- Last Synced: 2024-10-13T23:48:11.009Z (2 months ago)
- Language: Shell
- Homepage: http://code.google.com/p/erlexec/
- Size: 484 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
This project implements a C++ port program and Erlang application that gives
light-weight Erlang processes fine-grain control over execution of OS processes.It makes possible for an Erlang process to start, stop an OS process, send
POSIX signals, know process IDs of the started OS process, set up a monitor
and/or link to it. This application provides better control over OS processes
than built-in erlang:open_port/2 command with a {spawn, Command} option, and
performs proper OS child process cleanup when the emulator exits.See doc/html/index.html for more details.