Sponsored Content
Special Forums UNIX and Linux Applications Virtualization and Cloud Computing Dapper Distributed Dataflow Engine 0.91 (Default branch) Post 302223193 by Linux Bot on Friday 8th of August 2008 01:50:03 PM
Old 08-08-2008
Dapper Distributed Dataflow Engine 0.91 (Default branch)

Dapper, or "Distributed and Parallel Program Execution Runtime", is a tool for taming the complexities of developing for large-scale cloud and grid computing, enabling the user to create distributed computations from the essentials: the code that will execute, along with a dataflow graph description. It supports rich execution semantics, carefree deployment, a robust control protocol, modification of the dataflow graph at runtime, and an intuitive user interface.Image

More...
 

2 More Discussions You Might Find Interesting

1. Virtualization and Cloud Computing

Dapper Dataflow Engine 0.92 (Default branch)

http://c.fsdn.com/fm/screenshots/69890_thumb.png Dapper, or "Distributed and Parallel Program Execution Runtime", is a tool for taming the complexities of developing for large-scale cloud and grid computing, enabling the user to create distributed computations from the essentials: the code that... (0 Replies)
Discussion started by: Linux Bot
0 Replies

2. Virtualization and Cloud Computing

Dapper Dataflow Engine 0.95 (Default branch)

http://c.fsdn.com/fm/screenshots/69890_thumb.png Dapper, or "Distributed and Parallel Program Execution Runtime", is a tool for taming the complexities of developing for large-scale cloud and grid computing, enabling the user to create distributed computations from the essentials: the code that... (0 Replies)
Discussion started by: Linux Bot
0 Replies
WWW::Freshmeat(3pm)					User Contributed Perl Documentation				       WWW::Freshmeat(3pm)

NAME
WWW::Freshmeat - automates usage of Freshmeat.net VERSION
Version 0.22 SYNOPSIS
use WWW::Freshmeat; my $fm = WWW::Freshmeat->new(token=>'freshmeat_token'); my $project = $fm->retrieve_project('project_id'); foreach my $p ( @projects, $project ) { print $p->name(), " "; print $p->version(), " "; print $p->description(), " "; } DESCRIPTION
"WWW::Freshmeat" derives from "LWP::UserAgent", so it accepts all the methods that "LWP::UserAgent" does, notably "timeout", "useragent", "env_proxy"... Methods retrieve_project STRING Query the freshmeat.net site for the project STRING (should be the Freshmeat ID of the requested project) and returns a "WWW::Freshmeat::Project" object or undef if the project entry cannot be found. project_from_xml STRING Receives Freshmeat project XML record and returns a "WWW::Freshmeat::Project" object or undef if the project entry cannot be found. redir_url STRING Receives URL and returns URL which it redirects to. SEE ALSO
LWP::UserAgent. AUTHOR
Cedric Bouvier, "<cbouvi at cpan.org>". Alexandr Ciornii. BUGS
Please report any bugs or feature requests to "bug-www-freshmeat at rt.cpan.org", or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW-Freshmeat <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW-Freshmeat>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. SUPPORT
You can find documentation for this module with the perldoc command. perldoc WWW::Freshmeat You can also look for information at: o AnnoCPAN: Annotated CPAN documentation http://annocpan.org/dist/WWW-Freshmeat <http://annocpan.org/dist/WWW-Freshmeat> o CPAN Ratings http://cpanratings.perl.org/d/WWW-Freshmeat <http://cpanratings.perl.org/d/WWW-Freshmeat> o RT: CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=WWW-Freshmeat <http://rt.cpan.org/NoAuth/Bugs.html?Dist=WWW-Freshmeat> o Search CPAN http://search.cpan.org/dist/WWW-Freshmeat <http://search.cpan.org/dist/WWW-Freshmeat> ACKNOWLEDGEMENTS
COPYRIGHT &; LICENSE Copyright 2006 Cedric Bouvier (version 0.01). Copyright 2009-2012 Alexandr Ciornii. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-03-05 WWW::Freshmeat(3pm)
All times are GMT -4. The time now is 01:39 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy