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 tornado-webservices can only run services one by one. #13

Open
leonevo opened this issue Jun 18, 2012 · 1 comment
Open

It seems tornado-webservices can only run services one by one. #13

leonevo opened this issue Jun 18, 2012 · 1 comment
Assignees

Comments

@leonevo
Copy link

leonevo commented Jun 18, 2012

But I think tornado is a non block web server.
I just test the following simple function:

@webservice(_params=str,_returns=str)
def TestThread(self,a):
time.sleep(5)
return a

and try to run this web service in suds or soapui, I start two thread at once, but it need 10 secs for the second one to finish. Is there some parameters can be set to solve this issue?

Thanks~

@ghost ghost assigned rancavil Jun 29, 2012
@ghost
Copy link

ghost commented Aug 15, 2014

Can you please provide a full example?

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