WSGI和web service
黄毅 <[email protected]> reply-to [email protected] to [email protected] date Mon, Oct 27, 2008 at 18:51 subject [CPyUG:69675] Re: 請教關于WSGI的使用
http server与你的daemon直接走fcgi,与 wsgi 无关。 不过你可以直接使用一个支持 wsgi 的 fcgi 进程实现,比如 flup,这样结构就是这样的:
http server <=fcgi=> flup <=wsgi=> your wsgi application
反馈
创建 by -- ZoomQuiet [DateTime(2008-10-28T00:25:44Z)]