Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: Which process management module to switch from Coro?

by sleet (Beadle)
on Dec 30, 2016 at 21:32 UTC ( [id://1178687]=note: print w/replies, xml ) Need Help??


in reply to Re: Which process management module to switch from Coro?
in thread Which process management module to switch from Coro?

Threads aren't an option if your perl isn't compiled to support them. And last I checked, they only worked well under Windows. Coro doesn't compile on OS X with 5.24 and you can see on the CPAN Testers page that there are many other failures: http://www.cpantesters.org/distro/C/Coro.html
  • Comment on Re^2: Which process management module to switch from Coro?

Replies are listed 'Best First'.
Re^3: Which process management module to switch from Coro?
by Corion (Patriarch) on Dec 30, 2016 at 21:40 UTC

    If you can't recompile your Perl to use threads, maybe Parallel::ForkManager can help you to parallelize your requests enough?

      As I said in my OP, I don't have a problem parallelizing, I have an issue with coordinating the parallel processes.
Re^3: Which process management module to switch from Coro?
by runrig (Abbot) on Dec 30, 2016 at 22:31 UTC
    I'm using perl 5.20 until Coro is patched to work with later versions.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1178687]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (1)
As of 2024-04-25 19:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found