Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-MCE-Shared-1.826-1.el7 RPM for noarch

From EPEL 7 for aarch64 / Packages / p

Name: perl-MCE-Shared Distribution: Fedora Project
Version: 1.826 Vendor: Fedora Project
Release: 1.el7 Build date: Thu Aug 3 11:33:51 2017
Group: Unspecified Build host: buildvm-aarch64-05.arm.fedoraproject.org
Size: 546445 Source RPM: perl-MCE-Shared-1.826-1.el7.src.rpm
Packager: Fedora Project
Url: http://search.cpan.org/dist/MCE-Shared/
Summary: MCE extension for sharing data, supporting threads and processes
This module provides data sharing capabilities for MCE, supporting threads and
processes. MCE::Hobo provides threads-like parallelization for running code
asynchronously.

Provides

Requires

License

GPL+ or Artistic

Changelog

* Wed May 03 2017 Paul Howarth <paul@city-fan.org> - 1.826-1
  - Update to 1.826
    - Reduced memory consumption
    - Clarified "limitations" section in MCE::Share::{ Condvar, Handle, Queue }
    - Clarified "extra functionality" section in MCE::Shared
    - Bumped MCE dependency to 1.829
* Sat Apr 29 2017 Paul Howarth <paul@city-fan.org> - 1.825-1
  - Update to 1.825
    - Do not enable barrier mode for Queue on the Windows platform
    - Fixed MCE::Hobo on the Windows platform for older Perl < v5.16
    - Added Curses and Prima to list for enabling the posix_exit option
    - Added module option for using a class implicitly when tie'ing a variable
    - Added unbless option when exporting a shared object
    - Improved support for running MCE::Hobo on the NetBSD platform
    - Enhanced IPC and signal handling, reduced memory consumption
    - Bumped MCE dependency to 1.828
* Fri Apr 07 2017 Paul Howarth <paul@city-fan.org> - 1.824-1
  - Update to 1.824
    - Fixed bug introduced in 1.818, syswrite data to a shared file handle
* Wed Apr 05 2017 Paul Howarth <paul@city-fan.org> - 1.823-1
  - Update to 1.823
    - Do not enable barrier mode in Queue if constructed inside a thread or for
      the fast => 1 option
    - Fixed leaked handles during destruction: MCE::Shared::{ Condvar, Queue }
    - Updated MCE::Shared not to croak when running Perl in taint mode via
      perl -T; failing -T were MCE::Shared::{ Handle, Sequence, Server }
    - Bumped MCE dependency to 1.827
* Mon Apr 03 2017 Paul Howarth <paul@city-fan.org> - 1.822-1
  - Update to 1.822
    - Performance improvements in MCE::Shared::Queue
    - When IO::FDPass is missing, croak with error if constructing a Condvar
      or Queue and the shared-manager process has not been started manually
    - Is now safe running MCE::Hobo with the Wx GUI toolkit (wxWidgets)
    - Bumped MCE dependency to 1.826
* Sat Apr 01 2017 Paul Howarth <paul@city-fan.org> - 1.820-1
  - Update to 1.820
    - Check for EINTR during sysread and syswrite
    - Improved non-shared handles constructed with MCE::Shared::Handle
    - Reap MCE::Hobo's from script exiting during development process
    - Calibrated the number of data-channels for IPC
    - Completed validation for using MCE::Shared with 200+ cores
    - Completed validation for running MCE on a box having 100+ cores
    - Tuned the number of data-channels for IPC, similar to MCE
    - Bumped MCE dependency to 1.824
* Sun Mar 19 2017 Paul Howarth <paul@city-fan.org> - 1.817-1
  - Update to 1.817
    - Fixed broken SIG{'PIPE'} handling: e.g. script.pl | head
    - Improved reliability when running MCE::Shared with threads
    - Added parallel Net::Pcap and Ping demonstrations on Github:
      https://github.com/marioroy/mce-examples/tree/master/network
    - Default to ':raw' for BINMODE in MCE::Shared::Handle
    - Optimized 'dequeue' method in MCE::Shared::Queue
    - Refactored MCE::Hobo to spawn children on the Windows platform
    - Bumped MCE dependency to 1.821
  - Update Sereal dependency patch
* Mon Mar 06 2017 Paul Howarth <paul@city-fan.org> - 1.816-1
  - Update to 1.816
    - Optimized SHIFT and UNSHIFT methods in MCE::Shared::Ordhash
* Sat Mar 04 2017 Paul Howarth <paul@city-fan.org> - 1.815-1
  - Update to 1.815
    - Fixed issue with localizing AUTOFLUSH variable before autoflush handles
    - Bumped MCE dependency to 1.819
* Thu Mar 02 2017 Paul Howarth <paul@city-fan.org> - 1.814-1
  - Update to 1.814
    - Fixed an issue in regards to deeply sharing an array or hash
    - Replaced Sereal with Sereal::Decoder and Sereal::Encoder in Makefile,
      inside recommends section; ditto for META files
    - Revised limitations section in documentation, in regards to not having
      IO::FDPass, e.g. Condvar, Handle, and Queue
    - Added 'end' method to MCE::Shared::Queue
    - Updated documentation on dequeue and pending
    - Bumped MCE dependency to 1.818
* Thu Feb 23 2017 Paul Howarth <paul@city-fan.org> - 1.813-1
  - Update to 1.813
    - Revised the main description in MCE::Shared::Cache
    - Improved write performance by up to 8 percent
    - Fixed spelling mistakes
    - Revised the description of posix_exit in MCE::Hobo
* Mon Feb 20 2017 Paul Howarth <paul@city-fan.org> - 1.812-1
  - Update to 1.812
    - Improved performance for MCE::Shared::Cache; this is now a hybrid LRU-plain
      cache implementation
    - Added parallel demonstration at the end of the documentation
    - Bumped MCE dependency to 1.814 for the example to run
    - Tweaked MCE::Shared::Ordhash and MCE::Shared::Server
* Thu Feb 16 2017 Paul Howarth <paul@city-fan.org> - 1.811-1
  - Update to 1.811
    - Bumped IO::FDPass minimum version to 1.2 if not already installed (1.1+)
      and have a CC compiler on hand; IO::FDPass is optional otherwise
    - Support csh redirection in Makefile.PL via bash for locating C compiler
* Wed Feb 15 2017 Paul Howarth <paul@city-fan.org> - 1.810-1
  - Update to 1.810
    - Bumped minimum requirement for Sereal to 3.015 when available; added check
      ensuring matching version for Encoder and Decoder
  - Add patch to avoid unintentional hard dependencies on Sereal
* Tue Feb 14 2017 Paul Howarth <paul@city-fan.org> - 1.809-1
  - Update to 1.809
    - Fixed bug in MCE::Shared::Queue (dequeue_nb) when queue has zero items
    - Applied small optimization in MCE::Shared::Sequence
    - Added MCE::Shared::Cache, a fast and memory-efficient LRU-cache module
    - Added pipeline methods to MCE::Shared::Array, Hash, Minidb, and Ordhash
    - Added recommends section to Makefile and META files: IO::FDPass, Sereal
    - Added cross-platform template to MCE::Hobo for making an executable
    - Added hobo_timeout option to MCE::Hobo for timeout capability
      Also, imply posix_exit => 1 when Gearman::XS is present
    - Added MCE::Hobo + Gearman demonstrations (xs and non-xs) on Github:
      https://github.com/marioroy/mce-examples/tree/master/gearman_xs
      https://github.com/marioroy/mce-examples/tree/master/gearman
    - Changed kilobytes and megabytes to kibiBytes (KiB) and mebiBytes (MiB)
      respectively inside the documentation
    - Having IO::FDPass is beneficial for Condvar(s), Handle(s), and Queue(s);
      thus, append IO::FDPass to PREREQ_PM if we can and not already installed
      (run MCE_PREREQ_EXCLUDE_IO_FDPASS=1 perl Makefile.PL to bypass the check)
    - Improved documentation for QUERY STRING in various helper classes
    - Updated SYNOPSIS in various helper classes
    - Updated LOCKING section in MCE::Shared
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.808-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Sat Dec 10 2016 Paul Howarth <paul@city-fan.org> - 1.808-1
  - Update to 1.808
    - Optimized the barrier synchronization example in MCE::Shared::Condvar
* Thu Nov 24 2016 Paul Howarth <paul@city-fan.org> - 1.807-1
  - Update to 1.807
    - Refactored MCE::Hobo
    - Improved reliability on the Windows platform by using threads
    - Bug fixes for test scripts
* Wed Nov 02 2016 Paul Howarth <paul@city-fan.org> - 1.806-1
  - Update to 1.806
    - Added a new section titled LOCKING to the MCE::Shared documentation
    - Tweaked shared-manager-loop delay - applies to MSWin32 only
* Tue Oct 04 2016 Paul Howarth <paul@city-fan.org> - 1.805-3
  - Incorporate package review feedback (#1378028)
    - Add dependencies on perl(overloading), perl(Storable) ≥ 2.04 and
      perl(Symbol), missed by perl-generators
* Fri Sep 23 2016 Paul Howarth <paul@city-fan.org> - 1.805-1
  - Update to 1.805
    - Fixed close method in shared-handle to work with Perl5i; support for
      Perl5i is on Unix only - do not use threads
    - Bumped MCE dependency to 1.805
* Wed Sep 21 2016 Paul Howarth <paul@city-fan.org> - 1.804-2
  - Sanitize for Fedora submission
* Fri Sep 16 2016 Paul Howarth <paul@city-fan.org> - 1.804-1
  - Initial RPM build

Files

/usr/share/doc/perl-MCE-Shared-1.826
/usr/share/doc/perl-MCE-Shared-1.826/Changes
/usr/share/doc/perl-MCE-Shared-1.826/README.md
/usr/share/licenses/perl-MCE-Shared-1.826
/usr/share/licenses/perl-MCE-Shared-1.826/Copying
/usr/share/licenses/perl-MCE-Shared-1.826/LICENSE
/usr/share/man/man3/MCE::Hobo.3pm.gz
/usr/share/man/man3/MCE::Shared.3pm.gz
/usr/share/man/man3/MCE::Shared::Array.3pm.gz
/usr/share/man/man3/MCE::Shared::Base.3pm.gz
/usr/share/man/man3/MCE::Shared::Cache.3pm.gz
/usr/share/man/man3/MCE::Shared::Condvar.3pm.gz
/usr/share/man/man3/MCE::Shared::Handle.3pm.gz
/usr/share/man/man3/MCE::Shared::Hash.3pm.gz
/usr/share/man/man3/MCE::Shared::Minidb.3pm.gz
/usr/share/man/man3/MCE::Shared::Ordhash.3pm.gz
/usr/share/man/man3/MCE::Shared::Queue.3pm.gz
/usr/share/man/man3/MCE::Shared::Scalar.3pm.gz
/usr/share/man/man3/MCE::Shared::Sequence.3pm.gz
/usr/share/man/man3/MCE::Shared::Server.3pm.gz
/usr/share/perl5/vendor_perl/MCE
/usr/share/perl5/vendor_perl/MCE/Hobo.pm
/usr/share/perl5/vendor_perl/MCE/Shared
/usr/share/perl5/vendor_perl/MCE/Shared.pm
/usr/share/perl5/vendor_perl/MCE/Shared/Array.pm
/usr/share/perl5/vendor_perl/MCE/Shared/Base.pm
/usr/share/perl5/vendor_perl/MCE/Shared/Cache.pm
/usr/share/perl5/vendor_perl/MCE/Shared/Condvar.pm
/usr/share/perl5/vendor_perl/MCE/Shared/Handle.pm
/usr/share/perl5/vendor_perl/MCE/Shared/Hash.pm
/usr/share/perl5/vendor_perl/MCE/Shared/Minidb.pm
/usr/share/perl5/vendor_perl/MCE/Shared/Ordhash.pm
/usr/share/perl5/vendor_perl/MCE/Shared/Queue.pm
/usr/share/perl5/vendor_perl/MCE/Shared/Scalar.pm
/usr/share/perl5/vendor_perl/MCE/Shared/Sequence.pm
/usr/share/perl5/vendor_perl/MCE/Shared/Server.pm


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 13:53:38 2024