The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.817 - 2017-03-19

  • 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. This is necessary for Mojo::IOLoop::HoboProcess to run properly, with Mojolicous 7.25 and later.
  • Bumped MCE dependency to 1.821.

Modules

A threads-like parallelization module
MCE extension for sharing data supporting threads and processes
Array helper class
Base package for helper classes
A hybrid LRU-plain cache helper class
Condvar helper class
Handle helper class
Hash helper class
A pure-Perl in-memory data store
An ordered hash class featuring tombstone deletion
Hybrid-queue helper class
Scalar helper class
Sequence helper class
Server/Object packages for MCE::Shared