Changes for version 1.201_004 - 2012-12-29

  • Update to exit and restart_worker methods
  • Code refactoring plus update to documentation

Changes for version 1.201_003 - 2012-12-28

  • Removed Test::NoWarnings -- many testers do not have this installed
  • Update to core logic. Windows is passing with workers exiting/restarting

Changes for version 1.201_002 - 2012-12-26

  • Renamed on_exit_post, on_run_post method names back to on_post_exit, on_post_run

Changes for version 1.201_001 - 2012-12-26

  • Enabled executable bit for test files
  • Removed localtime output in die and warn handlers
  • All 3 delay options are consistent whether or not user_tasks is specified
  • Removed logic around total_ended count -- replaced with new exit logic
  • Lots of emphasis on the exit method -- workers can exit or die without impacting the manager (main) process. New callback options: on_exit_post and on_run_post
  • Reap child/thread immediately when worker exits or dies
  • Added LICENSE file
  • Added Test::NoWarnings to test scripts
  • Save worker state after spawning and job submission (task_id/task/params)
  • Added new restart_worker method

Modules

MCE
Many-Core Engine for Perl. Provides parallel processing capabilities.
Provides tmp_dir creation & signal handling for Many-Core Engine.