欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/Agda, C++/Erlang/Lisp

Twisted

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
第16行: 第16行:
 
  >>> reactor.run()
 
  >>> reactor.run()
 
==Writing a TCP server==
 
==Writing a TCP server==
Server: 192.168.1.3
+
Server: 192.168.1.3 , Debian 3.1
 
==Writing a TCP client==
 
==Writing a TCP client==
Client: 192.168.1.6
+
Client: 192.168.1.2 , WinXP
 
*http://twistedmatrix.com
 
*http://twistedmatrix.com
 
*下载 - http://download.huihoo.com/python/framework/twisted/
 
*下载 - http://download.huihoo.com/python/framework/twisted/

2007年2月21日 (三) 13:45的版本

Twisted is an event-driven networking framework written in Python and licensed under the MIT license.

High-Level Overview of Twisted

Guide

http://twistedmatrix.com/trac/wiki/Downloads

>>> from twisted.web.client import getPage
>>> from twisted.internet import reactor
>>> def printContents(contents):
print "The Deferred has called printContents with the following contents:"
print contents
reactor.stop()
>>> deferred = getPage('http://www.huihoo.com/')
>>> deferred.addCallback(printContents)
<Deferred at 0xb9afd0>
>>> reactor.run()

Writing a TCP server

Server: 192.168.1.3 , Debian 3.1

Writing a TCP client

Client: 192.168.1.2 , WinXP

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱