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

It seems I experience calls to get executed in line and not threaded like any webserver would #13

Open
Nil0 opened this issue Aug 14, 2018 · 1 comment

Comments

@Nil0
Copy link

Nil0 commented Aug 14, 2018

I have a website calling an openFrameworks_v0.9.8 app via ofxjsonrpc. Everything worked fine (not that many calls) until I had to implement som feedback communication from a udp based unit. In this case I test 5 concurrent calls via ajax that all takes one second and I notice that they get executed in line. Additionally all other automated calls I got at the same time can never come in between those 5 calls only before or delayed until after they are done.

@bakercp
Copy link
Owner

bakercp commented Apr 29, 2019

Yes, this is a currently limitation of the implementation since calls hook back into the main event loop.

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