# hexdigest/execpool

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/hexdigest-execpool).**

29 stars · 2 forks · Go · MIT

## Links

- GitHub: https://github.com/hexdigest/execpool
- awesome-repositories: https://awesome-repositories.com/repository/hexdigest-execpool.md

## Description

A pool that spins up a given number of processes in advance and attaches stdin and stdout when needed. Very similar to FastCGI but works for any command.

## Tags

### Part of an Awesome List

- [Concurrency Management](https://awesome-repositories.com/f/awesome-lists/devtools/concurrency-management.md) — Manages a pool of external processes.
- [Concurrency Tools](https://awesome-repositories.com/f/awesome-lists/devtools/concurrency-tools.md) — Listed in the “Concurrency Tools” section of the Awesome Go awesome list.
