spx2 has asked for the wisdom of the Perl Monks concerning the following question:
I need to have a central machine and several other machines that do work for it. Now the central machine will send each machine data for it to start processing and a filter function.
I basically need to delegate work to the machines and expect them when they finish to send back results serialized in some way so I can use them.
How do I send this filter function(sub) across the network ? I am thinking maybe of using POE but not sure if it has what I need ? What module(s) should I be using ?
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Running local code on other machines
by marto (Cardinal) on Apr 07, 2010 at 11:02 UTC | |
by spx2 (Deacon) on Apr 07, 2010 at 11:18 UTC | |
by BrowserUk (Patriarch) on Apr 07, 2010 at 11:42 UTC | |
by spx2 (Deacon) on Apr 07, 2010 at 11:57 UTC | |
by BrowserUk (Patriarch) on Apr 07, 2010 at 12:06 UTC | |
by rubasov (Friar) on Apr 07, 2010 at 11:38 UTC | |
by JavaFan (Canon) on Apr 07, 2010 at 17:21 UTC | |
|
Re: Running local code on other machines
by tirwhan (Abbot) on Apr 07, 2010 at 14:57 UTC |