Sat, 01 Jun 2024 18:00:40 UTC | login

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

ID128790
Package Nameperl-MCE
Version1.850
Release1.fc31
Epoch
SummaryMany-core Engine for Perl providing parallel processing capabilities
DescriptionMany-core Engine (MCE) for Perl helps enable a new level of performance by maximizing all available cores. MCE spawns a pool of workers and therefore does not fork a new process per each element of data. Instead, MCE follows a bank queuing model. Imagine the line being the data and bank-tellers the parallel workers. MCE enhances that model by adding the ability to chunk the next n elements from the input stream to the next available worker.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 20 Sep 2019 12:46:28 UTC
CompletedFri, 20 Sep 2019 12:46:28 UTC
Tags
f31
f32
f33
RPMs
src
perl-MCE-1.850-1.fc31.src.rpm (info) (download)
noarch
perl-MCE-1.850-1.fc31.noarch.rpm (info) (download)
perl-MCE-tools-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 (no changes) * Mon Sep 09 2019 Paul Howarth <paul@city-fan.org> - 1.849-1 - Update to 1.849 - Fixed edge case in MCE::Child when reaping inside a signal handler - Added list_pids class method to MCE::Child * Wed Sep 04 2019 Paul Howarth <paul@city-fan.org> - 1.848-1 - Update to 1.848 - Improved IO::All::{ File, Pipe, STDIO } output via MCE->print($io, ...), printf, and say; this resolves a bug introduced in 1.845 when using App::Cmd::Tester to capture output * Tue Sep 03 2019 Paul Howarth <paul@city-fan.org> - 1.847-1 - Update to 1.847 - Obsolete RedHat MCE-1.840-Sereal-deps.patch file; this patch file is no longer needed and finally resolved with this release - PDL random numbers now unique between threads: see https://www.perlmonks.org/?node_id=1214439 - Replaced "PF_UNIX" with "AF_UNIX" in MCE::Util * Tue Aug 27 2019 Paul Howarth <paul@city-fan.org> - 1.846-1 - Update to 1.846 - Fixed code tags in documentation * Mon Aug 26 2019 Paul Howarth <paul@city-fan.org> - 1.845-1 - Update to 1.845 - Croak if is_joinable, is_running, or join is called by a non-managed process in MCE::Child; added LIMITATION section to the documentation - Improved is_joinable, is_running, list_joinable, and list_running in MCE::Child - Added example (consumer requests item) to MCE::Channel documentation - Support the task_end option regardless of whether user_tasks is specified - Support IO::All::{ File, Pipe, STDIO } for input data including output via MCE->print($io, ...), printf, and say - Support gather ⇒ MCE::Candy::out_iter_fh($io) using MCE::Candy * Thu Aug 15 2019 Paul Howarth <paul@city-fan.org> - 1.844-1 - Update to 1.844 - Resolved MCE stalling when specifying max_retries with init_relay, ditto for loop_timeout with init_relay on UNIX platforms - Enhanced loop_timeout to handle workers dieing uncontrollably from any user_tasks (i.e. task_id ≥ 0); previously, only task_id == 0 - Improved IPC on the Windows platform for edge case when a worker is awaiting input while the manager process is restarting a worker - MCE, MCE::Child workers exit immediately upon receiving a SIGSEGV signal; this safeguards IPC from stalling inside the manager process - Enhanced the _wait_one private function in MCE::Child - 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::Child (Parallel::ForkManager-like demonstration) - Completed missing interrupt signal-safety for the non-blocking methods in MCE::Channel::Mutex and MCE::Channel::Threads * Mon Jul 22 2019 Paul Howarth <paul@city-fan.org> - 1.842-1 - Update to 1.842 - Fixed race condition abnormalities in MCE::Child - Added Parallel::ForkManager-like demonstration to MCE::Child * Mon Jul 08 2019 Paul Howarth <paul@city-fan.org> - 1.841-1 - Update to 1.841 - Disabled t/04_channel_threads testing on Unix platforms for Perl less than 5.10.1; basically, the MCE::Channel::Threads implementation is not supported on older Perls unless the OS vendor applied upstream patches (i.e. works on RedHat/CentOS 5.x running Perl 5.8.x) - Added LIMITATIONS section to MCE::Channel::Threads * Sun Jul 07 2019 Paul Howarth <paul@city-fan.org> - 1.840-1 - Update to 1.840 New Features - Added MCE::Mutex::Channel2 providing two locks using a single channel; the secondary lock is accessible by calling methods with the '2' suffix, e.g. primary mutex ->lock, ->unlock; secondary mutex ->lock2, ->unlock2 - Added MCE::Channel providing queue-like and two-way communication supporting threads and processes - Added MCE::Child and compatibility with Perl 5.8; MCE::Child is based on MCE::Hobo, but using MCE::Channel for data retrieval without involving a shared-manager process - Added MCE::Channel examples { channel1.pl and channel2.pl } using threads and MCE::Child respectively Enhancements - IPC update; removed unnecessary overhead including private methods _sysseek and _syswrite from MCE::Util (no longer needed) - Improved MCE->do, now callable by workers and the manager process - Updated MCE::{ Flow, Grep, Loop, Map, Step, and Stream } documentation on passing an array reference versus a list for deeply input data - Updated and re-organized the top-level MCE documentation, particularly improved clarity for the 'MCE Models' section - Removed MANIFEST.SKIP - Update MCE::Channel POD documentation * Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.838-3 - Perl 5.30 rebuild * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.838-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Jan 23 2019 Paul Howarth <paul@city-fan.org> - 1.838-1 - Update to 1.838 - IPC update, raising reliability across multiple platforms - Improved hack for the Windows platform for nested MCE sessions - Added _sysread, _sysseek, _syswrite, and _nonblocking to MCE::Util - Added barrier option to MCE::Queue: allows one to disable * Tue Aug 28 2018 Paul Howarth <paul@city-fan.org> - 1.837-1 - Update to 1.837 - Seeds the Math::Random::MT::Auto generator automatically when present for non-threads, 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 * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.836-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.836-2 - Perl 5.28 rebuild * Tue Jun 26 2018 Paul Howarth <paul@city-fan.org> - 1.836-1 - Update to 1.836 - Moved validation code from MCE::Util to MCE::Core::Validation - Applied small optimizations * Wed Mar 14 2018 Paul Howarth <paul@city-fan.org> - 1.835-1 - Update to 1.835 - Added gather and relay demonstrations to MCE::Relay - 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 * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.834-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Tue Jan 23 2018 Paul Howarth <paul@city-fan.org> - 1.834-1 - Update to 1.834 - 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 - Rebase Sereal-deps patch * Sun Dec 31 2017 Paul Howarth <paul@city-fan.org> - 1.833-1 - Update to 1.833 - Fixed bug with sequence, broken in 1.832 (GH#10) * Wed Nov 22 2017 Paul Howarth <paul@city-fan.org> - 1.832-1 - Update to 1.832 - Added LWP::UserAgent to list for enabling posix_exit - Improved number-sequence generation for big integers - Improved wantarray support in MCE::Mutex synchronize - Removed limit check on chunk_size option * Mon Oct 09 2017 Paul Howarth <paul@city-fan.org> - 1.831-1 - Update to 1.831 - 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 MCE workers (see http://www.perlmonks.org/?node_id=1200960) * Wed Sep 13 2017 Paul Howarth <paul@city-fan.org> - 1.830-1 - Update to 1.830 Bug Fixes - Fixed MCE and MCE::Relay stalling when setting the input record separator (see http://www.perlmonks.org/?node_id=1196701) - Fixed bug with dequeue_nb in MCE::Queue (GH#8) - Fixed signal handler (GH#9) Enhancements - Added Coro and Win32::GUI to list for enabling posix_exit - Added support for Haiku to get_ncpu in MCE::Util - Allow gathering to a shared array in MCE::Candy - Improved CPU count on the AIX platform in MCE::Util - Improved signal handling, including nested parallel-sessions - Improved running MCE::Hobo inside MCE workers - Improved running MCE with PDL - Refactored logic for MCE->do, bi-directional callback feature - Preserve lexical type for numbers during IPC: MCE->do and MCE::Queue - No longer loads threads on the Windows platform in MCE::Signal; this enables MCE::Hobo 1.827 to spin faster, including lesser memory consumption (threads isn't required to run MCE::Hobo) - Removed extra white-space from POD documentation - Validated MCE on SmartOS - Rebase Sereal-deps patch