Concurrence安装

一、环境安装
apt-get install python-dev
apt-get install libevent-dev
easy_install pyrex
python -c "from Pyrex.Compiler import Scanning;Scanning.get_lexicon()"
easy_install concurrence
easy_install greenlet

二、源码安装
svn checkout http://concurrence.googlecode.com/svn/trunk/ concurrence

三、测试
httperf --uri=/test --port=8080 --num-calls=1 --num-conns=100000 --rate=10000

你可能感兴趣的:(SVN,测试,import)