Browsing projects by Tag(s)

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

Showing page 1 of 1
Compare

Simple Remote PythonSimple Remote Python (SRPy) intends to harness the power of the Python by allowing multiple python programs (instances) to seamlessly communicate and share information between each other. As such, each CPU (or core) in each computer can be considered as an individual that can ... [More] request for other individuals to store information or run processing tasks. In this context, SRPy abstracts itself from the physical boundaries between processors and computers by looking at them simply as volunteer workers that are able to deal with workloads - this workers can even work in a social manner by communicating with each other on a non-centralized way, sharing information and processing requests. SRPy features: Remote control of python instances (through Python or Jython) Parallel execution of python code on SMP and clusters Low overhead Pure python code Cross-platform portability and interoperability (Windows, Linux, Unix, Mac OS X) Cross-architecture portability and interoperability (x86, x86-64, etc.) Open source Note: Although Jython SRPy clients are supported, the server will not run under Jython. This is a limitation inherited by the Pyro dependency that will be fixed soon. InstallationIf you have setuptools installed you should be able to do easy_install srpy to install SRPy. Otherwise you can download the project source and do python setup.py install to install. SRPy also works directly from source, just copy the folder srpy to your favorite location and import it. To start the server do: python path/to/srpyapp.py DependenciesThe SRPy distribution depends on the Pyro library, it is bundled inside SRPy. It has been tested on Python 2.5 and 2.6. AcknowledgmentsSRPy comes bundled with Pyro, most of its features come from interfacing with the Pyro library. SRPy is not the only software of the genre, many other great libraries that provide similar features are available: Pyro Parallel-Python RPyC papyros SPIRO Many of the ideas inside SRPy have come from this packages, we don't intend to be the best, just a different flavor that concentrates in bringing: easy of use compatibility with the great features brought from Pyro both Python and Jython compatibility DocumentationDocumentation can be found on the doc/ directory. Also do python path/to/srpyapp.py --help to see the server options. Changelog0.2.2 Fixed Pyro import bug 0.2.1 Fixed bug that didn't allow multi-server start on Windows 0.2.0 No longer depends on Parallel-Python Documentation greatly improved and is now included EngBox now acts as a container EngBox able to benchmark remote Python Engines Improved thread safety Code cleanup srpyapp.py can now use a Pyro configuration file 0.1.2 Fixed several errors Added EngBox class to srpyclient to help manage multiple PythonEngines 0.1.1 Fixed a Pyro import error: Successfully imports bundled Pyro if available srpy and srpy-bundled are now a unified package [Less]

0
 
  0 reviews  |  0 users  |  11,893 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.