Send socket object to forked running process (multiprocessing.Queue)
问题 I am learning to use HTML5 WebSockets and as part of that I am writing a server in Python so I can know the nitty gritty of how they work. I created one the other day that worked pretty well, but I wanted to expand it so it would support multiple endpoints with each endpoint being a different "service" which can handle websocket clients. At the moment, my implementation works with spawning processes and such (I am using multiprocessing instead of threading since I read that threading isn't