Eurasia3是一种能够支持百万级同时在线长连接用户数量的HTTP服务器,或者每秒处理上万次CGI请求的常规应用服务器。
Eurasia3同时也泛指以Eurasia3应用服务器为核心的一系列组件形成的应用程序框架,主要是一个嵌入式对象数据库MissileDB,和一个JavaScript框架NJF。Eurasia3基于StacklessPytho。
安装下载 eurasia.py 即可,无需安装。
$svcohttps://eurasia.googlecode.com/sv/braches/3.2/
安装依赖安装libev库(将libev.so与eurasia.py放在同一目录即可):
$wgethttps://eurasia-dl.googlecode.com/files/libev-1.125.tar.bz2$tarxjflibev-1.125.tar.bz2$cdlibev-1.125$chmod+xautoge.sh$./autoge.sh$./cofigure$make$cp.libs/libev.so/PATH/TO/EURASIA_PY
安装libeio库(将libeio.so与eurasia.py放在同一目录即可):
$wgethttps://eurasia-dl.googlecode.com/files/libeio-1.424.tar.bz2$tarxjflibeio-1.424.tar.bz2$cdlibeio-1.424$chmod+xautoge.sh$./autoge.sh$./cofigure$make$cp.libs/libeio.so/PATH/TO/EURASIA_PY
安装greelet模块(将greelet.so与eurasia.py放在同一目录即可):
$wgethttps://pypi.pytho.org/packages/source/g/greelet/greelet-0.4.0.zip$uzipgreelet-0.4.0.zip$cdgreelet-0.4.0$/PATH/TO/PYTHONsetup.pybuild_ext--iplace$cpgreelet.so/PATH/TO/EURASIA_PY







评论