-
Notifications
You must be signed in to change notification settings - Fork 889
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
pserve --daemon fails with "Bad file descriptor on the use of os.urandom()" #1554
Comments
This might have been fixed in 3.4.1 or later: http://bugs.python.org/issue21207 |
Downside to trying to be too smart ... |
TBH I'd rather remove the |
so what would you recommend to daemonize pserve? |
@hpfmn yes supervisord works well or every computer comes with its own init system for running services such as sysvinit, upstart or systemd. |
the --daemon feature has been deprecated. |
From IRC discussion:
So it seems that lazy-init optimizations in 3.4 might be a culprit here.
The text was updated successfully, but these errors were encountered: