Download of dispy-0.6.zip (dispy-0.6.zip ( external link: SF.net): 70,482 bytes) will begin shortly. If not so, click link on the left.

File Information

File Size
70,482 bytes
MD5
fd35bc8e0f3abfbd8036507e017fb2b9

Project Description

dispy is a Python framework for parallel execution of computations by distributing them across multiple processors in a single machine (SMP), among many machines in a cluster or grid. The computations can be standalone programs or Python functions. dispy is implemented with asyncoro, an independent framework for developing concurrent programs with asynchronous (non-blocking) sockets and coroutines (without threads) using polling mechanisms epoll, kqueue, devpoll and poll, and Windows I/O Completion Ports (IOCP), for high performance and scalability.