Skip to content

Tag: pyinstaller

how to make the progame start only one process?

I have a python project using python stand lib socketserver to listening on a tcp socket for data receiving. I create a one-single executable file using pyinstaller, now I run the binary program on linux, there are two process. After exit the current session and re-login, there are still two process. How can …