Python 服务器页面实现

发布于 2024-07-28 22:02:39 字数 245 浏览 10 评论 0原文

我从事 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

两个我 2024-08-04 22:02:39

我相信 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文