execpool icon indicating copy to clipboard operation
execpool copied to clipboard

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.

Results 1 execpool issues
Sort by recently updated
recently updated
newest added

The Pool does not have a "Close" API, so if I want to substitute one existing Pool with another(sometimes because the command is updated), I have no way to release...