Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
Changes for version 0.02 - 2008-10-15
- Features
- fork_ok() now returns the PID of the forked process just like fork().
- Added some better diagnostics about what fork_ok() is doing.
- Bug Fixes
- Fixed a race condition causing the reaper to wait for kids which have already been reaped.
- Tests
- Add a test for the case when fork() fails.
- Improve the test to ensure test numbers get turned back on after the children are all done.
Changes for version 0.01_01
- First working release
Modules
test code which forks