Skip to content

yiwiz-sai/srpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

srpc is a light and fast Python RPC package

*no third-party dependence, single file
*it supports thread pool
*it supports gevent(see example.py)
*the serialization and deserialization protocol could be self-defined, default is 'cPickle'
*high performance, it's faster than zerorpc

10000+ RPC calls per second in a common PC

About

light and fast rpc module implemented by python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages