
Socket
文章平均质量分 84
suhido
这个作者很懒,什么都没留下…
展开
-
Socket简介
[quote][b]A network socket [/b]is an endpoint of an inter-process communication flow across a computer network. Today, most communication between computers is based on the Internet Protocol; therefore...原创 2013-03-16 12:54:50 · 124 阅读 · 0 评论 -
Tornado httpserver 源码简析
整个流程就是创建一个[b]socket[/b] [list] [*]socket.socket [*]socket.bind [*]socket.listen [*]socket.accept [/list] 一些值得注意的地方: [list] [*]sock.setblocking [*]set_close_exec(sock.fileno()) [/list] [cod...原创 2013-03-17 01:49:29 · 121 阅读 · 0 评论 -
Python socket简介
自豪地使用dir和help. [code="python"] Python 2.7.2 (default, Jun 20 2012, 16:23:33) [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin Type "help", "copyright", "credits" or "l...原创 2013-03-25 23:42:33 · 102 阅读 · 0 评论