Fri, 07 Jun 2024 15:33:29 UTC | login

Information for build perl-MCE-Shared-1.850-1.fc31

ID128794
Package Nameperl-MCE-Shared
Version1.850
Release1.fc31
Epoch
SummaryMCE extension for sharing data, supporting threads and processes
DescriptionThis module provides data sharing capabilities for MCE, supporting threads and processes. MCE::Hobo provides threads-like parallelization for running code asynchronously.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 20 Sep 2019 12:46:39 UTC
CompletedFri, 20 Sep 2019 12:46:39 UTC
Tags
f31
f32
f33
RPMs
src
perl-MCE-Shared-1.850-1.fc31.src.rpm (info) (download)
noarch
perl-MCE-Shared-1.850-1.fc31.noarch.rpm (info) (download)
Changelog * 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 * Mon Jul 22 2019 Paul Howarth <paul@city-fan.org> - 1.842-1 - Update to 1.842 - The Windows hack introduced in 1.841 is 2x slower for one edge case, so reverted the Windows hack in MCE::Shared::Server - Fixed race condition abnormalities in MCE::Hobo - Added Parallel::ForkManager-like demonstration to MCE::Hobo - Bumped MCE dependency to 1.842 * Sun Jul 07 2019 Paul Howarth <paul@city-fan.org> - 1.841-1 - Update to 1.841 - IPC update; raising reliability across multiple platforms - Improved the hack for the Windows platform in MCE::Shared::Server - Support reading a shared <DATA> handle residing in the main script without involving the IO::FDPass module - Added barrier option to MCE::Shared::Queue allowing one to disable - Added mutex locking for all shared objects, previously just condvars - Added void_context option to MCE::Hobo - Renamed POD method headers from '=item' to '=head2' in Shared classes - Bumped MCE dependency to 1.839 - Removed MANIFEST.SKIP * Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.840-3 - Perl 5.30 rebuild * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.840-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jan 04 2019 Paul Howarth <paul@city-fan.org> - 1.840-1 - Update to 1.840 - Improved destroy and exit cleanup in MCE::Shared::Server * Tue Aug 28 2018 Paul Howarth <paul@city-fan.org> - 1.839-1 - Update to 1.839 - Seeds the Math::Random::MT::Auto generator automatically when present in MCE::Hobo, similarly to Math::Random and Math::Prime::Util, to avoid child processes sharing the same seed value as the parent and each other; the new seed is computed using the current seed - Updated MCE::Shared::Cache to support optional argument "expires_in" for set and sugar methods - Updated MCE::Shared documentation - Bumped MCE dependency to 1.837 * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.838-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.838-2 - Perl 5.28 rebuild * Tue Jun 26 2018 Paul Howarth <paul@city-fan.org> - 1.838-1 - Update to 1.838 - Fixed deeply-shared regressions See https://perlmonks.pairsite.com/?node_id=1216790 - Applied small optimizations - Bumped MCE dependency to 1.836 * Wed Mar 14 2018 Paul Howarth <paul@city-fan.org> - 1.836-1 - Update to 1.836 - Added chameneos demonstration to MCE::Shared::Condvar - Load IO::Handle for extra stability, preventing workers loading uniquely - Load Net::HTTP and Net::HTTPS before spawning if present LWP::UserAgent See http://www.perlmonks.org/?node_id=1199760 and http://www.perlmonks.org/?node_id=1199891 - Bumped MCE dependency to 1.835 * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.835-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Tue Jan 23 2018 Paul Howarth <paul@city-fan.org> - 1.835-1 - Update to 1.835 - Added max_workers method to MCE::Hobo - Improved Queue await and dequeue performance on the Windows platform - Added chameneos-redux parallel demonstrations on GitHub: https://github.com/marioroy/mce-examples/tree/master/chameneos - Bumped MCE dependency to 1.834 * Mon Dec 18 2017 Paul Howarth <paul@city-fan.org> - 1.834-1 - Update to 1.834 - Fixed croak handling inside MCE::Shared::Server - Enhanced sequence (bounds_only) to return optional 3rd value (id) - Improved seconds method for _delay package inside MCE::Hobo - Improved clear and get methods for shared objects - Tweaked shared_cache_lru test script * Wed Nov 22 2017 Paul Howarth <paul@city-fan.org> - 1.833-1 - Update to 1.833 - Condvar timedwait supports floating seconds via Time::HiRes; the documentation was correct, but not high resolution in code - Added LWP::UserAgent to list for enabling posix_exit - Improved number-sequence generation for big integers - Improved exiting (CLOSE, DESTROY) during cleanup state - Improved signal handling when server is waiting on IO - Updated "OBJECT SHARING" section in documentation - Bumped MCE dependency to 1.832 * Mon Oct 09 2017 Paul Howarth <paul@city-fan.org> - 1.832-1 - Update to 1.832 - Added STFL (Terminal UI) to list for enabling posix_exit (see http://www.perlmonks.org/?node_id=1200923) - Math::Prime::Util random numbers now unique between Hobo workers (see http://www.perlmonks.org/?node_id=1200960) - Bumped MCE dependency to 1.831 * Wed Sep 20 2017 Paul Howarth <paul@city-fan.org> - 1.831-1 - Update to 1.831 - Resolved crash on the Windows platform for older Perl (< v5.18); older Perl must continue to run the shared-server as a thread - Re-enabled Condvar testing on the Windows platform - Rebase Sereal-deps patch * Mon Sep 18 2017 Paul Howarth <paul@city-fan.org> - 1.830-1 - Update to 1.830 - Disabled Condvar tests on Windows * Fri Sep 15 2017 Paul Howarth <paul@city-fan.org> - 1.829-1 - Update to 1.829 - Disabled Condvar tests on Windows machine without IO::FDPass * Wed Sep 13 2017 Paul Howarth <paul@city-fan.org> - 1.828-1 - Update to 1.828 Bug Fixes - Fixed bug in MCE::Shared::Queue Enhancements - Refactored MCE::Hobo, MCE::Shared and MCE::Shared::Server - Preserved lexical type for numbers during IPC - Added Coro and Win32::GUI to list for enabling posix_exit - Added encoder and decoder methods for overriding serialization - Added parallel HTTP get demonstration using AnyEvent to MCE::Hobo - Added Inline::Python, Logger, and Tie::File demonstrations to MCE::Shared - Added DBM-Sharing section to the POD documentation - Added iterator method to MCE::Cache - Improved auto-dereferencing for shared arrays, hashes, and scalars - Improved open method for non-shared file-handles in MCE::Shared::Handle. - Improved shared-PDL support; updated MCE::Cookbook on GitHub - Improved signal handling, including nested parallel-sessions - Improved running MCE::Hobo and MCE::Shared with PDL - Improved taint mode via perl -T - In MCE::Hobo, waitall and waitone are now aliases to wait_all and wait_one respectively for backwards compatibility - No longer loads threads on the Windows platform in MCE::Shared::Server; this enables MCE::Hobo to spin faster, including lesser memory consumption - Removed extra white-space from POD documentation - Validated MCE::Hobo and MCE::Shared on SmartOS - Bumped MCE dependency to 1.830 - Rebase Sereal-deps patch