Python使用TCPServer编写(多线程)Socket服务

SocketServer包对socket包进行了包装(封装),使得建立socket服务很是简单。 python TCPServer+BaseRequestHandler 使用TCPServer和BaseRequestHandler编写socket服务的样例。多线程 [python]  view plain copy #-*- coding:utf-8 -*-      from SocketSer
相关文章
相关标签/搜索