POE plus Moose
From TipperWiki
So here's some projects that combine POE event handling and the OO power of Moose.
- Cantella::Worker - "Simple preforking worker processes" source
- pause, resume
- Pre-forks workers
- MooseX::POE - "The Illicit Love Child of Moose and POE"
- MooseX::Workers - "Simple sub-process management for asynchronous tasks" source
- enqueue
- Forks as each child exits, up to max_workers()
- Children forked via POE::Wheel::Run
- POEx::WorkerPool - "A generic multiprocess worker pool for the POE framework"
- Reflex - "Reactive classes for flexible programs"
