2007年03月20日 星期二 10:28
有一个hello.py里面有查询数据库的代码(因为我想测试综合性能) 用publisher发布 然后ab -n 1000 -c 100http://localhost/cgi-bin/hello.py 测试两次总时间为37,38秒 然后写了一个handler script.py import hello from mod_python import apache def handler(req): req.content_type = "text/html" req.write(hello.index(req)) return apache.OK 然后ab -n 1000 -c 100 http://localhost/cgi-bin/script.py 总时间为42,23秒,比publisher要慢一些。 另一个问题是KID的问题,当我 import kid 以后用FIREFOX打开网页后浏览器题使我要下载***.py文件,下载后也没有内容,显示不了网页。以前用firefox浏览某些网站时,也提示过我要下载***.php文件,奇怪的问题。我在命令行下python ***.py时发现程序没有问题
Zeuux © 2025
京ICP备05028076号