Re: Pyro 4 help - please? :)

Irmen de Jong <[email protected]> Thu, 23 Oct 2014 23:56:05 +0200
Newsgroups gmane.comp.python.pyro
Message-ID <[email protected]>
On 23-10-2014 18:56, Aaron Wylie wrote:
> So I ran a 'while' loop that asked the server for 'time.time() * 1000',
> return it, subtract the previous result from the current one and then print
> it. The result from each loop was between 4-5ms which is exactly where I
> thought it should be. My issue earlier was that I was setting up the proxy
> each time.

Right! If your situation allows it, you can increase the speed even more by using
batched calls. This does require special client side coding. See the manual. Huge gains
are possible.


> Thanks a bunch for your help with this. It's an awesome library. Also, the
> documentation you have online is some of the friendliest I've seen. :)

Thank you. I've put a lot of effort in the docs and it helps to hear that people
appreciate them :)

Irmen


------------------------------------------------------------------------------