Skip to content

Tags: ssigwart/process-pool

Tags

v1.0.6

Toggle v1.0.6's commit message

Verified

This commit was signed with the committer’s verified signature.
ssigwart Stephen Sigwart
Make sure process starts with no output

v1.0.5

Toggle v1.0.5's commit message

Verified

This commit was signed with the committer’s verified signature.
ssigwart Stephen Sigwart
Min spare processes fix and shutdown fix

PHP doesn't guarantee destructor order on shutdown and occasionally, the pool process may be shut down before the pool has time to tell it to exit.

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was signed with the committer’s verified signature.
ssigwart Stephen Sigwart
Ignore .vscode in bundle

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was signed with the committer’s verified signature.
ssigwart Stephen Sigwart
Fix blocking reads; Better error handling

- Fix process not being closed on exit message failure.
- Fix blocking reads.
- Add error handling to writes.

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was signed with the committer’s verified signature.
ssigwart Stephen Sigwart
Error and EOF fixes

- Fix unexpected EOF exception on close.
- Fix standard error output across requests.

v1.0.1

Toggle v1.0.1's commit message
Manage number of spare processes and kill processes in destructor

v1.0

Toggle v1.0's commit message
Initial commit