2012-03-27
#http://abloz.com #author:ablozhou #date:2012.3.27 windows 的socket的select,缺省只有512个。所以一个进程最多建512个连接。如果要建更多,就要用到完成端口IOCP。 twisted 缺省的reactor是只能建512个连接的,需实现成iocp方式,才能提高连接数和数据处理效率。 装载iocp reactor或epoll reactor的方法:
import os
if os.name!='nt':
from twisted.internet import epollreactor
try:
epollreactor.install()
except:
pass
else:
from twisted.internet import iocpreactor as iocpreactor
try:
iocpreactor.install()
except:
pass
from twisted.internet import reactor
注意先后顺序。 这样,就变成epoll或iocp这种高效的连接方式了。 不过,如果不加try,except,系统会警告说已经安装了reactor. 加了try之后,系统正常使用。
如非注明转载, 均为原创. 本站遵循知识共享CC协议,转载请注明来源
FEATURED TAGS
css
vc6
http
automake
linux
make
makefile
voip
乱码
awk
flash
vista
vi
vim
javascript
pietty
putty
ssh
posix
subversion
svn
windows
删除
编译
多线程
wxwidgets
ie
ubuntu
开源
c
python
bash
备份
性能
scp
汉字
log
ruby
中文
bug
msn
nginx
php
shell
wordpress
mqueue
android
eclipse
java
mac
ios
html5
js
mysql
protobuf
apache
hadoop
install
iocp
twisted
centos
mapreduce
hbase
thrift
tutorial
hive
erlang
lucene
hdfs
sqoop
utf8
filter
草原
yarn
ganglia
恢复
scrapy
django
fsimage
flume
tail
flume-ng
mining
scala
go
kafka
gradle
cassandra
baas
spring
postgres
maven
mybatis
mongodb
https
nodejs
镜像
心理学
机器学习
Keras
theano
anaconda
docker
spark
akka-http
json
群论
区块链
加密
抽象代数
离散对数
同余
欧拉函数
扩展欧几里德算法
ES6
node-inspect
debug
win10
vscode
挖矿