Revision history for Perl extension Mojo-IOLoop-ReadWriteProcess
0.17 2018-02-20T14:01:59Z
- Fix minor issue in tests, stabilize serialize test and events
- Reset session and subreaper bit on forked child process
0.16 2018-02-19T13:32:54Z
- Fix minor issue in event test that made them unstable
0.15 2018-02-19T10:13:22Z
- Fix skipping subreaper tests on unsupported platforms
- Reset session before invoking child callback
0.14 2018-02-18T21:08:17Z
- Fix race condition in Mojo::IOLoop::ReadWriteProcess::Queue
0.13 2018-02-17T19:34:51Z
- Move subreaper and subprocess logics to Mojo::IOLoop::ReadWriteProcess::Session
- Use Mojo::IOLoop::ReadWriteProcess::Session as global collector handler
0.12 2018-02-16T12:53:26Z
- Enhance tests
- Add experimental subreaper and subprocess support
0.11 2018-02-12T09:32:05Z
- update cpanfile requirements (requires Module::Build now)
- update POD
0.10 2018-02-06T17:52:11Z
- Prevent build on unsupported platforms
0.09 2017-10-09T09:19:17Z
- Add option to serialize data from forked code
0.08 2017-10-02T13:43:30Z
- Maintenance update, fix Mojolicious dependency version
0.07 2017-09-27T17:29:26Z
- Add more tests
- Skip a test that was hanging on Windows systems (@chorni)
- Refactor collect_status event code
0.06 2017-09-25T12:47:15Z
- Add Mojo::IOLoop::ReadWriteProcess::Queue
- Mojo::IOLoop::ReadWriteProcess now can export queue()
- Add tests
- Make maximum_processes to be set also per-pool
- Cleanup pidfile on shutdown and on collect_status
0.05 2017-09-22T07:51:33Z
- Enhance testsuite
- If we fail to setup process return pipe, try to send an error message (best-effort)
- Check if _status is defined, it might be zero
- Small refactorizations
0.04 2017-09-20T13:25:31Z
- add maximum process limit to the pool
- better handling of pipes in stress conditions
- decouple return_status and exit_status
0.03 2017-09-18T09:47:28Z
- add more pool functions
- make wait() wait just the necessary time
- Minor fixes
0.02 2017-09-16T14:54:07Z
- Add support for pools and different perl versions
0.01 2017-09-15T15:06:17Z
- original version