Download List

Descripción del Proyecto

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.

System Requirements

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

El método ServerLogic # closeIdleClients se ha modificado para adaptarse mejor a la noción intuitiva del usuario de la ociosidad. Una opción de usuario para especificar el nombre del servidor se ha añadido. La creación de redes internas se han revisado a fin de utilizar las API nuevas. El proceso de construcción ha sido actualizado para soportar de 32 - y 64-bit de Windows compilación cruzada. La jerarquía apuesto .* ha sido renombrado a 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

El bipartito internos se pongan en venta se han reescrito para utilizar una implementación del algoritmo diferente. Un método de la API expone el número de cálculos a la espera se ha introducido. La interfaz de devolución de llamada FlowListener ha sido eliminado y reemplazado con un sistema de notificación basado en eventos. Un paquete de Ubuntu ya está 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

La abstracción FlowListener ha sido añadido, y permite a los usuarios a los metadatos asociados con flujos de datos arbitrarios y sus nodos. Una pérdida de memoria relativa a flujos de datos desaparecida ha sido arreglado. El proceso de construcción está ahora totalmente integrada con Apache Ivy. Java 1.6 está ahora obligado a construir y ejecutar. La documentación más completa se ha generado Doxygen y apiviz se han añadido.
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

Un nuevo registro de la infraestructura flexible ha sido añadido. Inicializadores para registrar las estructuras se han trasladado fuera del servidor y las clases de clientes y en los conductores. Máquinas de estados finitos se han actualizado a la nueva anotación impulsada por la API. El código fuente se ha normalizado a tener 8 espacios en lugar de tabuladores.
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

Opciones de línea de comandos para el cliente y el servidor están disponibles, cortesía de la biblioteca Apache Commons CLI. El ciclo de vida del proceso del cliente se define ahora como termina cuando se desconecta del servidor pasa. Madre de la funcionalidad de generación ha pasado de ser un método miembro de OutputHandleResource de ser un método estático de CodeletUtilities. La clase FlowNodeFactory se utiliza en favor de la creación de instancias directas de FlowNodes. Construcción de los componentes nativos ha emigrado a la CMake. La explotación forestal ha migrado a slf4j. A README ha sido añadido a todas las distribuciones.
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