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 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 模块 (异步的、 并行的、 分布式网络编程独立 Python 框架) 已更新到最新版本,可以提高性能的消息传递与无穷无尽。
标签: 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。
标签: Stable
This release changes the license to the MIT license and updates asyncoro to the latest release.

2012-07-24 09:06
3.4

此版本修复了偶尔的僵局潜力崩溃问题迪斯皮关机过程和 dispyscheduler (共享计划程序) 与崩溃。
标签: 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 中的修复的问题。
标签: Stable
This release updates asyncoro with support for distributed, fault-tolerant coroutines, and fixes an issue with parsing node selection in dispyscheduler.

Project Resources