Hi All,

Sanity checking. I have a module which I'm working on. It's currently (tenativly) called Distributed::Run. The motivation for this module is the following:

I have this neato-torpedo client program which either I can use to stress test a network or I can use to solve a problem which takes a while to run. Since I know it works correctly on one host, I should be able to distribute the proccesses to many boxes to either facilitate additional stress testing or distribute the load to multiple boxes. The process also (after a certain period of time) always exits. The problem is that the current Parallel:: modules are a little to complex and aren't (from what I can tell) operating system independent, and it was unclear of how to distribute the files in a consistant manner.

So, I'm designing a module that will (hopefully) be easy to use, will work across multiple os'es (ssh required), and is nice.

So the questions I have...


Thanks...



----
Zak

In reply to RFC. Distributed::Run module (idea & namespace) by zakzebrowski

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.