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

Synchronous calls interfere with other EV users #32

Open
uweber opened this issue Aug 27, 2015 · 0 comments
Open

Synchronous calls interfere with other EV users #32

uweber opened this issue Aug 27, 2015 · 0 comments

Comments

@uweber
Copy link

uweber commented Aug 27, 2015

Synchronous calls are not really blocking, because they use the asynchronous implementation.
When there are multiple EV consumer working with the same default loop, they interfere with each other. E.g. AnyEvent from VM-EC2 and Mojos event loop.

My current workaround for this is to use a real blocking call in VM-EC2:
uweber@1ac734f

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

1 participant