Download List

프로젝트 설명

dispy is a Python framework for parallel execution of computations by distributing them across multiple processors in a single machine (SMP), or among many machines in a cluster or grid. The computations can be standalone programs or Python functions. dispy is well suited for the data parallel (SIMD) paradigm where a computation is evaluated with different (large) datasets independently (similar to Hadoop, MapReduce, Parallel Python). dispy features include automatic distribution of dependencies (files, Python functions, classes, modules), client-side and server-side fault recovery, scheduling of computations to specific nodes, encryption for security, sharing of computation resources if desired, and more.

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.

2012-10-25 09:40
3.6

Asyncoro 모듈 (프로그램 독립적인 파이썬 프레임 워크 비동기, 동시, 분산 네트워크 프로그래밍을 위한) 덜고 전달 하는 메시지의 성능을 향상 시키는 최신 릴리스로 업데이트 되었습니다.
Tags: Stable
The asyncoro module (an independent Python framework for asynchronous,
concurrent,
distributed network programming) has been updated to the latest release,
which improves performance of message passing with coroutines.

2012-08-17 06:06
3.5

이 릴리스 MIT 라이센스를 라이센스를 변경 하 고 asyncoro 최신 버전 업데이트.
Tags: Stable
This release changes the license to the MIT license and updates asyncoro to the latest release.

2012-07-24 09:06
3.4

이 릴리스 dispy 종료 하는 동안 가끔 교착 상태/잠재적인 충돌 문제를 해결 하 고 dispyscheduler (공유 스케줄러)와 충돌 합니다.
Tags: Stable
This release fixes occasional deadlock/potential crash issues during dispy shutdown and crashes with dispyscheduler (shared scheduler).

2012-07-09 01:00
3.3

이 릴리스 지원 분산, 무정 덜고 asyncoro를 업데이트 하 고 dispyscheduler에서 노드 선택 구문 분석 문제를 해결.
Tags: Stable
This release updates asyncoro with support for distributed, fault-tolerant coroutines, and fixes an issue with parsing node selection in dispyscheduler.

Project Resources