You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First question is websockify process print many error messages: "No child process", that cause my disk full. Anyone know the reason?
LOG:
handler exception: [Errno 10] No child processes
handler exception: [Errno 10] No child processes
handler exception: [Errno 10] No child processes
handler exception: [Errno 10] No child processes
handler exception: [Errno 10] No child processes
handler exception: [Errno 10] No child processes
......
And then I read the source code, in the file websockify.py, the method start_server call the "select" with parameter "timeout=1". I think this the reason of printing "No child process". If I set "timeout=None"(forever waiting a client connect), then the issue can be resolved?
Sometimes I found the zombie websockify child processes, anyone have the same problem?
Thanks in advance,
Melo
The text was updated successfully, but these errors were encountered:
Which version of websockify are you using (if you are using websockify directly from the git repo, what is the SHA of your HEAD). What platform? Which version of Python?
Hi guys:
I have 3 problems:
First question is websockify process print many error messages: "No child process", that cause my disk full. Anyone know the reason?
LOG:
handler exception: [Errno 10] No child processes
handler exception: [Errno 10] No child processes
handler exception: [Errno 10] No child processes
handler exception: [Errno 10] No child processes
handler exception: [Errno 10] No child processes
handler exception: [Errno 10] No child processes
......
And then I read the source code, in the file websockify.py, the method start_server call the "select" with parameter "timeout=1". I think this the reason of printing "No child process". If I set "timeout=None"(forever waiting a client connect), then the issue can be resolved?
Sometimes I found the zombie websockify child processes, anyone have the same problem?
Thanks in advance,
Melo
The text was updated successfully, but these errors were encountered: