基于hi-nginx的web开发(python篇)——起步
2018-06-18 02:02:18来源:未知 阅读 ()
hi-nginx不仅让python web 应用跑得飞快,而且让相关开发变得简单敏捷。
关于hi-nginx的安装,请参考:https://www.cnblogs.com/hi-nginx/p/8622561.html
人们常说flask框架又快又好。但是更hi-nginx比起来,还是太慢。比如flask的最小应用是这样的:
1 from flask import Flask 2 app = Flask(__name__) 3 4 @app.route('/') 5 def hello_world(): 6 return 'Hello World!' 7 8 if __name__ == '__main__': 9 app.run()
但是hi-nginx的最小python应用还要简单些:
1 if hi_req.uri()=='/test.py': 2 hi_res.content('hello,world') 3 hi_res.status(200)
当然,你也可以把最小应用写的更复杂些,,比如这样:
1 def hello_world(): 2 hi_res.content('hello,world') 3 hi_res.status(200) 4 5 def run(): 6 if hi_req.uri()=='/': 7 hello_world() 8 9 if __name__ == '__main__': 10 run()
应用写完了,怎样访问呢?很简单,在hi-nginx配置文件里这样写就可以了:
server { listen 8080; server_name localhost; location / { hi_need_cache off; hi_python_script python/index.py; } }
reload或者restart nginx,然后访问http://localhost:8080/即可看到hello,world的问候了。
现在用siege来测试下这个最小应用的性能:
siege -c 1000 -r 100 -b http://127.0.0.1:8080/
是不是很满意!
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
下一篇:python正则表达式2
- 网络编程相关知识点 2019-08-13
- 浅谈 Web框架 2019-08-13
- 基于tornado---异步并发接口 2019-07-24
- Python 重点知识整理(基于Python学习手册第四版) 2019-07-24
- 【Demo 1】基于object_detection API的行人检测 1:环境与依 2019-07-24
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash