Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Parallel Processing, Queueing and Scheduling

by pg (Canon)
on Mar 12, 2003 at 03:18 UTC ( [id://242240]=note: print w/replies, xml ) Need Help??


in reply to Parallel Processing, Queueing and Scheduling

This really depends on how heavy the processing would be, and how many parallel tasks would be there.

Of course, as a FUNCTIONALITY, Perl can provide the paralell processing you want, and there are actually even more than one solutions, but this does not necessary to make Perl the right choice. Perl is not there for heavy processing.

If speed is a must, and high-end paralell processing is a must, go c. Also, Perl modules intend to use more memory, which is a big drawback for parallel processing.

If you don't want to re-develop your application later, go straight, and pick the best tool, in this case, it is c.

Of course, you would lose all the good stuffs Perl can provide, for example regexp, rapid dev, etc., but trade off is everywhere in the IT world, so that is expected.

  • Comment on Re: Parallel Processing, Queueing and Scheduling

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-19 05:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found