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

when deployed on multiple port, web.py services work for a while then fail to response. #496

Closed
BorisEE opened this issue Feb 23, 2019 · 2 comments

Comments

@BorisEE
Copy link

BorisEE commented Feb 23, 2019

I deployed web.py services on a SUSE server with several ports like this:
python serv.py 5001
python serv.py 5002
python serv.py 5003
It works fine for a while, but the other day all ports failed to response.
ps -ef can see the service processes are still running, but not responding to requests.

Please help me with this weird problem.

@52lemon
Copy link

52lemon commented Sep 8, 2019

did u sovled this problem

@iredmail
Copy link
Contributor

iredmail commented Sep 8, 2019

Maybe deploy your webpy app with Nginx + uwsgi/gunicorn instead?

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

3 participants