How can I open and close a thread with Python Socket Server?
I have a simple python socket server and I want my client to be able to open/ close a thread process over the duration of multiple connections (ie I don’t want to keep my client-server connection open between requests). A simplified version of the server looks like this: