0rpc/zerorpc-node

Last remote after 10 000 ms

Closed this issue · 3 comments

Hi all,

I have a zerorpc-python server and as a client I use zerorpc-node.
the client node.js invoke correctly the method on the server but before the server as finished I receive as error
LAST REMOTE AFTER 10000ms

I add a conf timeout : 240000 because the mean execution time of the method invoke is 1'44s but I always have the same error.

How to solve it please.

make sure your the server code is not blocking the gevent io-loop. If you are CPU bound, zerorpc is not the most straightforward solution. See my last email on the mailing list.

I'm not CPU bound, for that I am very sure.

Sorry but I don't clearly understand ... what do you mean by The Givent io-loop ?
Sorry please how to see your last email ?

https://groups.google.com/forum/#!topic/zerorpc/MrquYfcrask

On Fri, May 2, 2014 at 2:55 PM, Knight Solidary notifications@github.comwrote:

I'm not CPU bound, for that I am very sure.

Sorry but I don't clearly understand ... what do you mean by The Givent
io-loop ?
Sorry please how to see your last email ?


Reply to this email directly or view it on GitHubhttps://github.com//issues/34#issuecomment-42083090
.