Multiprocessing and sockets in Python

前端 未结 3 1708
后悔当初
后悔当初 2021-02-02 04:02

I am trying to make multiprocessing and socket programming work together, but, I am stuck at this point. Problem is that, I am getting this error:

  File \"multi         


        
3条回答
  •  醉梦人生
    2021-02-02 04:38

    Here is some working code on what's mentioned above - https://gist.github.com/sunilmallya/4662837 multiprocessing.reduction socket server with parent processing passing connections to client after accepting connections

提交回复
热议问题