dispy

 Like

dispy is a Python framework for parallel execution of computations by distributing them across multiple processors on a single machine (SMP), among many machines in a cluster or grid. dispy is well suited for data parallell (SIMD) paradigm where a computation is evaluated with...

License model

  • FreeOpen Source

Country of Origin

  • US flagUnited States

Platforms

  • Mac
  • Windows
  • Linux
  No rating
0likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Distributed Computing
  2.  Parallel Computing

 Tags

dispy News & Activities

Highlights All activities

Recent activities

  • POX added dispy as alternative to Pyper
    3 months ago
Show all activities

dispy information

  • Developed by

    US flagGiridhar Pemmasani
  • Licensing

    Open Source and Free product.
  • Alternatives

    4 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

Our users have written 0 comments and reviews about dispy, and it has gotten 0 likes

dispy was added to AlternativeTo by pgiri on Jul 9, 2012 and this page was last updated Aug 30, 2017.
No comments or reviews, maybe you want to be first?
Post comment/review

What is dispy?

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