in reply to Re^2: IPC::Open, Parallel::ForkManager, or Sockets::IO for parallelizing?
in thread IPC::Open, Parallel::ForkManager, or Sockets::IO for parallelizing?
wonder if there is any way to parallelize the processing of the results in the same move
Have you tried just putting your processing in the handle_answer callback? That may be all you need. But I would still profile it first because it would be a big surprise if the feed processing step weren't dwarfed by the fetch times.
🦛
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: IPC::Open, Parallel::ForkManager, or Sockets::IO for parallelizing?
by mldvx4 (Friar) on Sep 05, 2023 at 16:48 UTC |