Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

dispy

Compare

  Analyzed 1 day ago

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. dispy distributes computations (Python functions or standalone programs) and their dependencies (files, Python ... [More] functions, classes, modules) automatically and schedules jobs for parallel execution. dispy supports client-side and server-side fault recovery, SSL for security, and more. 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. [Less]

24.3K lines of code

3 current contributors

about 2 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This