Greetings,
I was looking around CPAN, and perlmonks and have not noticed anyone doing a project that used cluster technology. My goal is to write a series of perl scripts that i could run on any machines running perl and then provide load-balancing, parallel threads, and common management from a control system.
I have noticed some good modules on using threads (parallel) and some on distributed computing (POE) but there doesn't seem to be one solid module that performs these tasks. I was essentially going to use a parallel algorithm for finding prime numbers since this has been a proven essential task for clusters and supercomputers.
Has anyone setup a multi-threaded script that can perform cluster-like functionality on heterogenous network environments? Does perl run on current cluster technology (Beowolf or other) and is there a benefit to using perl and/or Beowolf for this task? What I had in mind was to use perl to create a powerful application framework that can provide a mechanism to easily multi-task and solve problems using several machines and be easy to intergrate in existing and future projects.
Thanks for your time,
Enigmae
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.