2007年09月29日 星期六 10:21
ÕÔÍþ,ÄúºÃ£¡ ¶ÔÁË£¬ÎÒÓÃµÄ web.py ======= 2007-09-29 10:17:11 ÄúÔÚÀ´ÐÅÖÐдµÀ£º======= >Yingbo Qiu,ÄúºÃ£¡ > > ÎÒ×òÌì²âÊÔÁËһϣ¬ÔÚÎÒÕâÀïµÄredhat9ÉÏ£¬cpuÊÇp4 2.6³¬Ị̈߳¬ÄÚ´æ1g¡£ >ÔÚ²¢·¢±È½ÏСµÄÇé¿öÏÂthread·½Ê½µÄÔËÐÐËٶȺÍprefork·½Ê½µÄÐÔÄܲ¶à£¬ >µ«ÔÚ²¢·¢´óһЩµÄÇé¿öÏ£¬preforkÉÔºÃÒ»µãµã¡£ > >======= 2007-09-28 18:47:32 ÄúÔÚÀ´ÐÅÖÐдµÀ£º======= > >>ÄãÄÇÀïÓÐ¶Ô fork ²âÊÔ¹ýô£¿ >> >>¸Õ²ÅÔÚ http://timchen119.blogspot.com/ Éϵõ½µÄ´ð¸´ÊÇ: >> >>»ù±¾ÉÏÈç¹û²»¿¼]È´æ(memory)î}, KÇÒÄãµÄweb³ÌʽÊÇCPU-boundµÄ³Ìʽ,prefork mode >>¿ÉÒÔÔÚëp»ò¶àºËÐÄCPUÉÏß\×÷íÀûK·ÖÉ¢³Ìʽµ½¶àCPU,»òÔSþÐÔÄÜÝ^¸ß, µ«ÆäËûÇérµÄÔ(ÈçκËcpu»òÐè´óÁ¿concurrent(ã°l) >>½Ó)ÎÒ½¨×hÄãÖ±½ÓñÓÃthread mode, Òòé»ù±¾ÉϺÜëy²»¿¼]È´æ(memory)î}. >>_______________________________________________ >>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 > >= = = = = = = = = = = = = = = = = = = = > > >¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡Ö >Àñ£¡ > > >¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ÕÔÍþ >¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡zhaowei在pythonid.com >¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡2007-09-29 > >_______________________________________________ >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 = = = = = = = = = = = = = = = = = = = = ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡Ö Àñ£¡ ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ÕÔÍþ ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡zhaowei在pythonid.com ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡2007-09-29
2007年09月29日 星期六 15:22
你测试一下 apache 反向代理到 web.py 的 HTTP 模式. 这个也是线程的,但是好像性能比 mod_fastcgi + thread flup 要强那么一点点.. 2007/9/29, 赵威 <zhaowei at pythonid.com>: > 赵威,您好! > > 对了,我用的 web.py >
2007年09月29日 星期六 21:15
我这儿单独的 web.py 有时候会崩溃, 所以用 lighttpd 的 fcgi 来启动 在 07-9-29,Yingbo Qiu<qiuyingbo at gmail.com> 写道: > 你测试一下 apache 反向代理到 web.py 的 HTTP 模式. > > 这个也是线程的,但是好像性能比 mod_fastcgi + thread flup 要强那么一点点.. > >
2007年09月30日 星期日 09:13
在 07-9-29,Jiahua Huang<jhuangjiahua at gmail.com> 写道: > 我这儿单独的 web.py 有时候会崩溃, > 所以用 lighttpd 的 fcgi 来启动 崩溃?是程序异常终止么? 关注ing..
2007年09月30日 星期日 09:20
嗯,是这些输出 http://paste.ubuntu.org.cn/2488 web.py 单独运行一段时间后,输出 Traceback (most recent call last): File "./demo.py", line 109, inif __name__ == "__main__": web.run(urls, globals(), web.reloader) File "/home/huahua/work/se/web/request.py", line 145, in run return wsgi.runwsgi(webapi.wsgifunc(webpyfunc(inp, fvars, autoreload), *middleware)) File "/home/huahua/work/se/web/wsgi.py", line 54, in runwsgi return httpserver.runsimple(func, validip(listget(sys.argv, 1, ''))) File "/home/huahua/work/se/web/httpserver.py", line 221, in runsimple server.start() File "/home/huahua/work/se/web/wsgiserver/__init__.py", line 869, in start self.tick() File "/home/huahua/work/se/web/wsgiserver/__init__.py", line 896, in tick s, addr = self.socket.accept() File "/usr/lib/python2.5/socket.py", line 167, in accept sock, addr = self._sock.accept() socket.error: (4, 'Interrupted system call') 然后浏览器里就连不上了 在 07-9-30,Yingbo Qiu<qiuyingbo at gmail.com> 写道: > > 崩溃?是程序异常终止么? > > 关注ing..
Zeuux © 2025
京ICP备05028076号