All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Pies: Program Invocation and Execution Supervisor for Managing External Programs

By

smartmic

3mo ago· 1 min readen

Summary

Pies (Program Invocation and Execution Supervisor) is a utility that starts and controls external programs called components. It reads component lists from a configuration file, starts them in the foreground, and runs in the background to monitor execution. By default, Pies restarts any terminated components but can be programmed to perform other actions like sending email notifications or invoking other programs.

Key quotes

· 5 pulled
The name Pies (pronounced 'p-yes') stands for Program Invocation and Execution Supervisor.
This utility starts and controls execution of external programs, called components.
Upon startup, pies reads the list of components from its configuration file, starts them, and remains in the background, controlling their execution.
If any of the components terminates, the default action of Pies is to restart it.
However, it can also be programmed to perform a variety of another actions such as, e.g. sending mail notifications to the system administrator, invoking another external program, etc.
Snippet from the RSS feed
The name Pies (pronounced "p-yes") stands for Program Invocation and Execution Supervisor. This utility starts and controls execution of external programs, called components. Each component is a stand-alone program, which is executed in the foreground. Up

You might also wanna read