-
Thu Sep 19 2019 Paul Howarth <paul@city-fan.org> - 1.862-1
- Update to 1.862
- The edge cases regarding signal handling have finally been resolved for
MCE::Hobo; see mce-examples/framebuffer on GitHub
- Bumped MCE dependency to 1.862
-
Mon Sep 16 2019 Paul Howarth <paul@city-fan.org> - 1.860-1
- Update to 1.860
- Signal-handling update release
- SIGINT and SIGTERM safety for shared objects during IPC
- IPC safety in MCE::Hobo during SIGINT and SIGTERM
- Method $hobo->exit in MCE::Hobo now sends the SIGINT signal for extra
reliability with MCE::Shared (previously SIGQUIT)
- Bumped MCE dependency to 1.860
-
Mon Sep 09 2019 Paul Howarth <paul@city-fan.org> - 1.850-1
- Update to 1.850
- More safety around clean-up code in MCE::Shared::Server
- Bumped MCE dependency to 1.850
-
Mon Sep 09 2019 Paul Howarth <paul@city-fan.org> - 1.849-1
- Update to 1.849
- Fixed edge case in MCE::Hobo when reaping inside a signal handler
- Guard clean-up code in MCE::Shared::Server during global destruction
- Configured extra data channel used for reaping Hobos and exporting
- Optimized reaping in MCE::Hobo when void_context is set
- Added list_pids class method to MCE::Hobo
- Added pid class method to MCE::Shared
- Bumped MCE dependency to 1.849
-
Wed Sep 04 2019 Paul Howarth <paul@city-fan.org> - 1.848-1
- Update to 1.848
- Fixed broken examples in the MCE::Shared documentation
- Bumped MCE dependency to 1.848
-
Tue Sep 03 2019 Paul Howarth <paul@city-fan.org> - 1.847-1
- Update to 1.847
- Obsolete RedHat MCE-Shared-1.841-Sereal-deps.patch file; this patch file is
no longer needed and finally resolved with this release
- Updated PDL examples in the documentation including Cookbook on GitHub:
- Resolved segmentation fault in global cleanup for shared PDL objects
- Added missing pdl_random class method to MCE::Shared
- Bumped MCE dependency to 1.847
-
Tue Aug 27 2019 Paul Howarth <paul@city-fan.org> - 1.846-1
- Update to 1.846
- Fixed code tags in documentation
- Bumped MCE dependency to 1.846
-
Mon Aug 26 2019 Paul Howarth <paul@city-fan.org> - 1.845-1
- Update to 1.845
- Improved is_joinable, is_running, list_joinable, and list_running in
MCE::Hobo
- Added parallel Graphics::Framebuffer demonstrations:
https://github.com/marioroy/mce-examples/tree/master/framebuffer
- Bumped MCE dependency to 1.845
-
Thu Aug 15 2019 Paul Howarth <paul@city-fan.org> - 1.844-1
- Update to 1.844
- Completed validation running Kelp and Raisin apps with MCE::Shared
- For example, constructing shared objects at the top of the script (i.e.
MCE::Shared->scalar, MCE::Shared->cache, et cetera)
- Shared objects are accessible by Plack workers (i.e. Starman)
- Disable internal signal handling for the shared-manager process if
spawned from inside a thread or process
- MCE::Hobo workers exit immediately upon receiving a SIGSEGV signal; this
safegaurds IPC from stalling inside the manager process
- Enhanced the _wait_one private function in MCE::Hobo
- Removed Prima from the list for auto-enabling the posix_exit option; Prima
(since 1.52) is parallel safe during global cleanup
- Reached 100% Pod coverage
-
Wed Jul 24 2019 Paul Howarth <paul@city-fan.org> - 1.843-1
- Update to 1.843
- Updated results in MCE::Hobo (Parallel::ForkManager-like demonstration)
- Bumped MCE dependency to 1.843