언어/Python 썸네일형 리스트형 Python socket programming □ Python socket modules Python은 두 가지 socket관련 module을 제공한다. 첫째가 Socket이고 둘째가 SocketServer인데, 내용은 다음과 같다: Class/module Description Socket Low-level networking interface (per the BSD API) SocketServer Provides classes that simplify the development of network servers 1. Socket module Python과 C에서 socket의 차이는 object에 근원을 두고 있다는 점이다. C에서는 socket call로부터 socket descriptor를 받아서 BSD API 함수의 변수로 사용된다. Pyt.. 더보기 이전 1 다음