zakzebrowski has asked for the wisdom of the Perl Monks concerning the following question:
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...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: RFC. Distributed::Run module (idea & namespace)
by Zaxo (Archbishop) on Sep 01, 2003 at 04:16 UTC | |
by zakzebrowski (Curate) on Sep 01, 2003 at 13:51 UTC | |
|
Re: RFC. Distributed::Run module (idea & namespace)
by tsee (Curate) on Sep 01, 2003 at 09:47 UTC | |
by bart (Canon) on Sep 01, 2003 at 09:59 UTC | |
by tsee (Curate) on Sep 01, 2003 at 10:09 UTC | |
|
Re: RFC. Distributed::Run module (idea & namespace)
by bm (Hermit) on Sep 01, 2003 at 12:42 UTC | |
by zakzebrowski (Curate) on Sep 01, 2003 at 13:59 UTC | |
by bm (Hermit) on Sep 01, 2003 at 15:22 UTC | |
by zakzebrowski (Curate) on Sep 01, 2003 at 17:42 UTC |