RPyC

Remote Python Call
Download

RPyC Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Tomer Filiba
  • Publisher web site:

RPyC Tags


RPyC Description

Remote Python Call RPyC or Remote Python Call is a transparent and symmetrical Python library for remote procedure calls, clustering and distributed-computing. It makes use of object-proxying, a technique that employs python's dynamic nature, to overcome the physical boundaries between processes and computers, so that remote objects can be manipulated as if they were local.Use cases: Excels in testing environmentsControl multiple hardware or software platforms from a centralized pointAccess remote physical (hardware) resources transparentlyDistribute workload among multiple machines with easeImplement remote services (like SOAP or RMI) quickly and concisely (without the overhead and limitations of these technologies) Here are some key features of "RPyC": · Transparent access to remote objects; program remotely as if working locally · Symmetric protocol, where both the client and server can serve requests (which allows, for instance, to use callbacks) · Synchronous and asynchronous invocation · Platform-agnostic: 32/64 bit, little/big endian, Windows/Linux/Solaris/Mac… access objects across different architectures. · Capability based security model · Integration with TLS/SSL and inetd Requirements: · Python What's New in This Release: · changed version scheme, now the tuple is (3, 0, 3); · added features to the classic_server.py and vdbconf.py


RPyC Related Software