Download List

프로젝트 설명

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

ServerLogic # closeIdleClients 방법이 더 게으름의 사용자의 직관적인 개념과 일치하도록 변경되었습니다. 서버의 호스트 이름을 지정하기위한 사용자 옵션이 추가되었습니다. 네트워킹은 새로운 API를 사용하는 수정된 내부되었습니다. 및 64 비트 윈도우 교차 편집을 - 빌드 프로세스는 모두 32 지원하도록 업데이 트되었습니다. 말끔해 .* 계층은 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

bipartite가 일치하는 내부에 서로 다른 알고리즘 구현을 사용하여 새로 작성되었습니다. API 이용 방법은 보류중인 연산의 개수를 노출 도입되었습니다. FlowListener 콜백 인터페이스가 제거되었습니다 및 이벤트 기반 알림 시스템으로 바뀝니다. 우분투 패키지는 이제 사용할 수 있습니다.
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

FlowListener 추상화, 추가되어있습니다 dataflows 및 노드와 연결 임의의 메타 데이터를 사용자가. 메모리 누수가 없어진 dataflows에 관한 해결되었습니다. 이제 아파치 아이비와 완벽하게 통합되어 프로세스를 빌드합니다. 자바 1.6 현재 빌드하고 실행하는 데 필요한있습니다. 더많은 완전한 문서가 추가되었습니다 Doxygen 및 apiviz가 생성되었습니다.
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

새로운 유연한 로깅 인프라가 추가되었습니다. 구조 로깅을위한 초기화 서버와 클라이언트 클래스와 드라이버로 밖으로 이동되었습니다. 유한 상태 머신의 새로운 주석 - API를 기반으로 업데이 트되었습니다. 소스 코드를 대신 탭 8 공백을 정상화되었습니다.
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

클라이언트와 서버를위한 커맨드 라인 옵션은 이제 아파치 코몬즈 CLI는 도서관의 호의가없습니다. 클라이언트 프로세스 라이프 사이클을 지금은 할 때 서버에서 연결을 끊으 결말로 정의가 발생합니다. 차세대 기능 줄기 CodeletUtilities의 정적 메서드가되기 위해서는 OutputHandleResource의 회원이되는 방법으로 이동하고있다. FlowNodes FlowNodeFactory 클래스를 직접 인스턴스에 찬성하는 데 사용됩니다. 빌딩 기본 구성 요소의 CMake로 마이 그 레이션했습니다. 로깅 SLF4J으로 마이 그 레이션했습니다. README 파일을 모든 배포판에 추가되었습니다.
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