Skip to content

loerum/python-rpclite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This rpclite package introduces some additions to Pythons standard
xmlrpclib and SimpleXMLRPCServer. Some of it (if not most) will be
obsolete in Python 2.6

It introduces:

  * Keywordes arguments, like:
    server.get_something(*params, timeout=11)

  * Threaded and forking XML-RPC servers:
    BlockingXMLRPCServer, ThreadingXMLRPCServer and ForkingXMLRPCServer,
    where XMLRPCServer = ThreadingXMLRPCServer	

    Therefor, also, introducing the possibility to register classes
    (instead of instances), so connections and threads can have separate
    instances of a registered class.

After installing you could:

  * cd rpclite
  * python setup.py build
  * cd server
  * python setup.py build
  * cd ../
  * python setup.py test (if python-nose are installed).

About

Introducing some additions to Pythons standard Introduces some additions to Pythons standard xmlrpclib and SimpleXMLRPCServer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published