python 扭曲教程/问题
有一个关于扭曲的简单问题。
我可以使用像 apache 这样的 Web 服务器创建一个简单的基本测试,其中 http://foo.com/index.php 实例化“foo”站点/应用程序的index.php...
我试图弄清楚我到底如何创建一个扭曲的服务器,在其中我根据输入运行不同的后端函数!
我知道,简单得令人尴尬......但我所看到的关于扭曲/服务器/客户端/等的内容都没有讨论这一点。
非常欢迎评论/指针/样品。
谢谢
Got a simple question regarding twisted.
I can create a trivial basic test with a web server like apache, where http://foo.com/index.php instantiates the index.php for the "foo" site/app...
I'm trying to figure out how the heck I can create a twisted server, where I run different backend functions based on the input!
I know, embarrasingly simple.. but none of what I've seen regarding twisted/server/client/etc.. discusses this.
Comments/pointers/samples are greatly welcome.
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你读过这篇文章吗?
http://krondo.com/blog/?page_id=1327
Have you read this?
http://krondo.com/blog/?page_id=1327
您可能会找到 http://twistedmatrix.com/documents /current/web/howto/web-in-60/index.html 有帮助。
You may find http://twistedmatrix.com/documents/current/web/howto/web-in-60/index.html helpful.