Télécharger la liste

Description du projet

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.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-01-10 17:48
0.98

La méthode ServerLogic # closeIdleClients a été modifié pour mieux correspondre à la notion intuitive de l'utilisateur de l'oisiveté. Une option utilisateur pour spécifier le nom d'hôte du serveur a été ajouté. Réseaux internes ont été retravaillés pour utiliser les nouvelles API. Le processus de construction a été mise à jour pour prendre en charge 32 - et 64-bit Windows cross-compilation. La hiérarchie dapper .* a été renommé en org.dapper .*.
The ServerLogic#closeIdleClients method has been changed to better match the user's intuitive notion of idleness. A user option for specifying the server's hostname has been added. Networking internals have been reworked to use new APIs. The build process has been updated to support both 32- and 64-bit Windows cross-compilation. The dapper.* hierarchy has been renamed to org.dapper.*.

2010-04-02 21:04
0.97

La bipartite internes correspondants ont été réécrites pour utiliser une implémentation de l'algorithme différent. Une méthode API exposant le nombre de calculs en instance a été introduite. L'interface de rappel FlowListener a été enlevé et remplacé par un système de notification basée sur les événements. Un paquet Ubuntu est désormais disponible.
The bipartite matching internals have been rewritten to use a different algorithm implementation. An API method exposing the number of pending computations has been introduced. The FlowListener callback interface has been removed and replaced with an event-based notification system. An Ubuntu package is now available.

2009-05-23 03:16
0.96

L'abstraction FlowListener a été ajouté, et permet aux utilisateurs d'associer des métadonnées arbitraires avec les flux de données et de leurs nœuds. Une fuite de mémoire concernant les flux de données défunte a été corrigé. Le processus de construction est désormais totalement intégrée avec Apache Ivy. Java 1.6 est maintenant requis pour générer et exécuter. Une documentation plus complète a été générée Doxygen et apiviz ont été ajoutées.
The FlowListener abstraction has been added, and enables users to associate arbitrary metadata with dataflows and their nodes. A memory leak concerning defunct dataflows has been fixed. The build process is now fully integrated with Apache Ivy. Java 1.6 is now required to build and run. More complete documentation has been generated Doxygen and apiviz have been added.

2009-01-01 06:29
0.95

Une nouvelle infrastructure souple, l'exploitation forestière a été ajoutée. Initialiseur pour la journalisation des structures ont été déplacés hors du serveur et des classes et des dossiers clients en pilotes. Machines à états finis ont été mis à jour pour la nouvelle annotation axée API. Le code source a été normalisée pour avoir 8 espaces au lieu d'onglets.
Tags: Code cleanup
A new, flexible logging infrastructure has been added. Initializers for logging structures have been moved out of the Server and Client classes and into drivers. Finite state machines have been updated to the new annotation-driven API. The source code has been normalized to have 8 spaces instead of tabs.

2008-11-02 09:04
0.94

Options de ligne de commande pour le client et le serveur sont maintenant disponibles, gracieuseté de la librairie Apache Commons CLI. Le processus de cycle de vie client est désormais définie comme s'achevant lorsque le déconnecter du serveur se passe. Stem fonctionnalité génération a cessé d'être une méthode membre de OutputHandleResource d'être une méthode statique de CodeletUtilities. La classe FlowNodeFactory est utilisé en faveur de l'instanciation directe de FlowNodes. Construction de composants natifs a migré vers le CMake. L'exploitation forestière a migré vers SLF4J. Un fichier README a été ajoutée à toutes les distributions.
Tags: Major feature enhancements
Command line options for the client and server are
now available, courtesy of the Apache Commons CLI
library. The client process lifecycle is now
defined as ending when a disconnect from the
server happens. Stem generation functionality has
moved from being a member method of
OutputHandleResource to being a static method of
CodeletUtilities. The FlowNodeFactory class is
used in favor of direct instantiation of
FlowNodes. Building of native components has
migrated to the CMake. Logging has migrated to
SLF4J. A README has been added to all
distributions.

Project Resources