My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
PageName  
OS Process Manager for Erlang.
Updated Feb 4, 2010 by sal...@gmail.com

Introduction

This application implements a manager of OS processes.

Features

  • Starting, stopping OS commands and having access to their OS process IDs.
  • Providing versatile OS command options, like working directory, environment setting, alternative termination command, effective user, process priority options.
  • Ability to link Erlang processes to OS processes (via intermediate Erlang Pids that are linked to an associated OS process).
  • Proper cleanup of OS processes at port program termination time.

See docs/html/index.html for complete documentation details.

Installation

$ ./configure [--prefix=/path/to/local/installation/location]
$ make
$ make install
Comment by mod...@gmail.com, Jul 13, 2009

$ ./configure [--prefix=/path/to/local/installation/location] $ make $ make install


Sign in to add a comment
Powered by Google Project Hosting