procodile
Process manager
A tool for managing background processes in Ruby applications
🐊 Run processes in the background (and foreground) on Mac & Linux from a Procfile (for production and/or development environments)
615 stars
10 watching
27 forks
Language: Ruby
last commit: almost 4 years ago
Linked from 1 awesome list
herokuprocess-managerruby
Related projects:
Repository | Description | Stars |
---|---|---|
crystal-china/procodile_cr | A tool for running and managing background processes in Ruby applications | 8 |
enkessler/childprocess | A Ruby library for managing child processes and controlling external programs. | 578 |
kokizzu/goproc | A lightweight process manager helper library for Go that simplifies running and managing background processes. | 25 |
yoshuawuyts/hyperlapse | Manages and executes processes on a host machine using a distributed process manager | 23 |
owenthereal/gaffer | A tool for managing Procfile-based applications on JVMs using actors to supervise child-processes | 56 |
bluepill-rb/bluepill | A tool that monitors and manages running processes in a way that ensures their reliability and performance | 416 |
mojombo/god | A Ruby framework for monitoring and managing server processes and tasks during deployment | 2,213 |
hexagon/pup | A universal process manager for managing and automating system processes across multiple languages and platforms. | 152 |
vorakl/trivialrc | A minimalistic process manager and configuration system for managing application startup and shutdown. | 30 |
coreybutler/node-mac | A utility for creating and managing native processes and event logs for Node.js applications on Mac OSX. | 539 |
hniksic/rust-subprocess | A library providing facilities to execute external processes and pipelines with optional redirection of input/output streams. | 427 |
dano/aioprocessing | A Python library that integrates asyncio with multiprocessing for concurrent task execution | 655 |
andyobtiva/rvm-tui | A tool to manage multiple versions of Ruby and their associated gems in an intuitive text-based interface. | 2 |
ahoward/forkoff | Parallel processing utility for Ruby | 73 |
jtmoulia/spawndir | A tool that spawns processes from the file system by monitoring directories and executing specified commands with provided arguments. | 4 |