Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: agents for distributed computation

by bwelch (Curate)
on Dec 21, 2007 at 17:31 UTC ( [id://658486]=note: print w/replies, xml ) Need Help??


in reply to agents for distributed computation

The term 'agents' is frequently a fuzzy term. Generally, I think of agents as independent workers that communicate with either each other or a 'mother' process. Other sources define them differently.

I see PBS on CPAN, a Portable Batch System. It's a queuing system and lets one spawn off many 'agents' to work on tasks independently. I've used systems similar to PBS to manage agent systems for bioinformatics applications. In those, thousands of agents are created, work on a piece of data, then either communicate that they've finished and die, or request more work. One application created 17,000 agents on a cluster and completed in around six hours. Note that optimization of granularity is important. Before optimization, the 86,000 agents were created and it took six days to complete.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-24 09:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found