Fast RPC package for Python
Project description
rfoo (remote foo) is a fast RPC package for Python which can do up to 100,000 RPC calls per second on a regular PC. It includes a fast serialization module called rfoo.marsh which extends the Python built in marshal module by eliminating serialization of code objects and protecting against bad inputs. The result is a safe to use ultra fast serializer.