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

How much concurrency support? #16

Open
rfyiamcool opened this issue Oct 9, 2015 · 1 comment
Open

How much concurrency support? #16

rfyiamcool opened this issue Oct 9, 2015 · 1 comment

Comments

@rfyiamcool
Copy link

if use block module of python, tornadorpc is block ?

@ly0
Copy link

ly0 commented Nov 9, 2015

Concurrent may be a problem.
Refer: https://github.com/joshmarshall/tornadorpc/blob/master/tornadorpc/json.py#L122

the JSONRPCParser object maintains some status of a certain connection, if a new connection arrives, it will cover the last the connection status, so, it will raise a race issue.

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