Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Last remote after 10 000 ms #34

Closed
Solidary opened this issue May 2, 2014 · 3 comments
Closed

Last remote after 10 000 ms #34

Solidary opened this issue May 2, 2014 · 3 comments

Comments

@Solidary
Copy link

Solidary commented May 2, 2014

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.

@bombela
Copy link
Member

bombela commented May 2, 2014

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.

@Solidary
Copy link
Author

Solidary commented May 2, 2014

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 ?

@bombela
Copy link
Member

bombela commented May 2, 2014

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
.

@bombela bombela closed this as completed Jun 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants