Python 服务器页面实现
我从事 PHP 开发人员已经有一段时间了,并且听说过使用 Python 进行 Web 脚本编写的好消息。 经过一番研究,我发现了 mod_python,它与 Apache 集成以允许 Python 服务器页面,这看起来与我习惯的 PHP 页面非常相似。 我还发现了一个看起来相似的 mod_wsgi 。
我想知道 Stack Overflow 的好心人会向那些想要与 Apache 和 MySQL 良好集成以及与 PHP 类似功能的人推荐哪种实现。
I've been a PHP developer for quite awhile, and I've heard good things about using Python for web scripting. After a bit of research, I found mod_python, which integrates with Apache to allow Python Server Pages, which seem very similar to the PHP pages I'm used to. I also found a mod_wsgi which looks similar.
I was wondering which implementation the good people of Stack Overflow would recommend for someone who wants good integration with Apache and MySQL and similar functionality to PHP.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信 mod_wsgi 是 mod_python 的首选:
http://code. google.com/p/modwsgi/
一些性能基准测试似乎表明 mod_wsgi 的性能也好得多。
http://code.google.com/p/modwsgi/wiki/PerformanceEstimates
I believe mod_wsgi is the preferred option to mod_python:
http://code.google.com/p/modwsgi/
Some performance benchmarks seem to suggest that mod_wsgi performs much better also.
http://code.google.com/p/modwsgi/wiki/PerformanceEstimates