2006年10月25日 星期三 19:02
quixote网页访问速度 py来写,不是用PTL。 直接用quixote下的事例simple_server.py作为web服务器。 响应速度很慢。 怎么提升响应速度呢?
2006年10月26日 星期四 09:46
要速度的话,就需要用一个真正的web server,比如apache或者lighttpd等。quixote内置的那个是不行的。 豆瓣(http://www.douban.com)用的是quixote+lighttpd+scgi,响应速度还不错。 On 10/25/06, 谢小漫 <cat在ewyu.com> wrote: > quixote网页访问速度 > py来写,不是用PTL。 > 直接用quixote下的事例simple_server.py作为web服务器。 > 响应速度很慢。 > 怎么提升响应速度呢? > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese
2006年10月26日 星期四 10:13
win下除了apache,还有什么选择: quixote除了scig,还有fastcgi。这个fastcgi该怎么配置? 2006/10/26, Qiangning Hong <hongqn at gmail.com>: > 要速度的话,就需要用一个真正的web server,比如apache或者lighttpd等。quixote内置的那个是不行的。 > > 豆瓣(http://www.douban.com)用的是quixote+lighttpd+scgi,响应速度还不错。 > > On 10/25/06, 谢小漫 <cat at ewyu.com> wrote: > > quixote网页访问速度 > > py来写,不是用PTL。 > > 直接用quixote下的事例simple_server.py作为web服务器。 > > 响应速度很慢。 > > 怎么提升响应速度呢? > > _______________________________________________ > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > > Detail Info: http://python.cn/mailman/listinfo/python-chinese > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese -- 花开邑大,漫步心月湖。 http://www.ewyu.com/
2006年10月26日 星期四 10:42
On 10/26/06, 谢小漫 <cat在ewyu.com> wrote: > win下除了apache,还有什么选择: > quixote除了scig,还有fastcgi。这个fastcgi该怎么配置? 不清楚windows下的情况。 quixote源码doc/web-server.html里有各种web服务器配置的方法。
Zeuux © 2025
京ICP备05028076号