关于 python web “plumbing” 的最佳持续更新资源

发布于 2024-07-15 22:43:39 字数 271 浏览 3 评论 0原文

我是一名 Python 程序员,致力于 Web 应用程序。 我对应用程序级别有一定了解。 但对于我发现自己必须配置或调试的底层“管道”并没有太多了解。

我正在考虑从使用 memcached 到 flup、fcgi、WSGI 等的一切。

在网上查找有关这些的信息时,Google 通常会提供较旧的文档(例如 2007 年之前的教程)、可能存在或可能不存在的问题片段是否

有任何好的全面且最新的资源来了解如何组装现代化的高性能服务器? 一个能够解释架构原理和实际包的?

I'm a programmer in Python who works on web-applications. I know a fair bit about the application level. But not so much about the underlying "plumbing" which I find myself having to configure or debug.

I'm thinking of everything from using memcached to flup, fcgi, WSGI etc.

When looking for information about these, online, Google typically delivers older-documents (eg. tutorials from before 2007), fragments of problems that may or may not have been resolved etc.

Are there any good comprehensive and up-to-date resources to learn about how to put together a modern, high-performance server? One that explains both principles of the architecture and the actual packages?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(4

清欢 2024-07-22 22:43:39
书间行客 2024-07-22 22:43:39

Zope 是一个仍在不断发展的框架,用Python 编写,并有在线文档。 首先,请参阅 Zope 概念和架构。 与其他基于 Python 的 Web 框架一样, 是您的最好的参考。

请注意,Zope 并不容易掌握,并且与 Django 等框架不同。

Zope is a still evolving framework, written in Python and is documented online. For a start, see Zope Concepts and Architecture. Like other Python based web frameworks, the source is your best reference.

Note that Zope is not easy to grasp, and is different from frameworks like Django.

南…巷孤猫 2024-07-22 22:43:39

您可以使用此术语将搜索结果限制为过去一年:

http://www .tech-recipes.com/rx/2860/google_how_to_access_filter_by_date_dropdown_box/

You can use this terminology to limit search results to the past year:

http://www.tech-recipes.com/rx/2860/google_how_to_access_filter_by_date_dropdown_box/

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