Download List

Projeto Descrição

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

O ServerLogic # método closeIdleClients foi alterado para melhor adequação noção intuitiva do usuário de ociosidade. Uma opção de usuário para especificar o hostname do servidor foi adicionado. Redes internas foram reformulados para usar as APIs novas. O processo de criação foi atualizado para oferecer suporte a 32 - e 64-bit do Windows compilação cruzada. O dapper hierarquia .* foi renomeado para 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

O bipartido internos correspondentes foram reescritos para usar uma implementação do algoritmo diferente. Um método API expondo o número de cálculos na pendência tem sido introduzida. A interface callback FlowListener foi removido e substituído por um sistema de notificação de evento-based. Um pacote do Ubuntu já está disponível.
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

A abstração FlowListener foi adicionado, e permite que os usuários de metadados arbitrários associar Dataflows e seus nós. Uma fuga de memória sobre Dataflows defunto foi corrigido. O processo de criação está agora totalmente integrado com o Apache Ivy. Java 1.6 agora é necessário para criar e executar. Mais documentação completa tiver sido gerada pelo Doxygen e apiviz foram adicionados.
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

A nova infra-estrutura flexível registro foi adicionado. Inicializadores para registrar as estruturas foram retiradas do servidor e as classes Cliente e para os condutores. Máquinas de estados finitos foram atualizados para a anotação de novo orientado API. O código-fonte foi normalizada a ter 8 espaços em vez de tabs.
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

Opções de linha de comando para o cliente e servidor estão agora disponíveis, cortesia da biblioteca Apache Commons CLI. O processo de ciclo de vida do cliente é agora definida como termina quando um desconectar do servidor acontece. Stem funcionalidade de geração deixou de ser um método membro do OutputHandleResource de ser um método estático de CodeletUtilities. A classe FlowNodeFactory é usado em favor de instanciação direta de FlowNodes. Construção de componentes nativos tenha migrado para o CMake. Logging tenha migrado para o SLF4J. A README foi adicionado a todas as distribuições.
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