~ubuntu-branches/ubuntu/vivid/pyzmq/vivid

« back to all changes in this revision

Viewing changes to examples/bench/xmlrpc_client.py

  • Committer: Bazaar Package Importer
  • Author(s): Miguel Landaeta
  • Date: 2010-09-08 13:50:41 UTC
  • Revision ID: james.westby@ubuntu.com-20100908135041-bogeb6ykukjrcd89
Tags: upstream-0.1.20100703+git18f5d06155
ImportĀ upstreamĀ versionĀ 0.1.20100703+git18f5d06155

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
from timeit import default_timer as timer
 
2
from xmlrpclib import ServerProxy
 
3
 
 
4
client = ServerProxy('http://localhost:10002')
 
5
 
 
6
    
 
 
b'\\ No newline at end of file'