in reply to IPC::Open, Parallel::ForkManager, or Sockets::IO for parallelizing?

Hello!

I would add another one: Thread::Queue, I used it when i need to resolve 200k+ domains, 20 workers did a great job then.

Already mentioned option is Mojolicious mix of Mojo::UserAgent, Mojo::IOLoop::Subprocess and Mojo::Promise.

  • Comment on Re: IPC::Open, Parallel::ForkManager, or Sockets::IO for parallelizing?