Python论坛  - 讨论区

标题:[python-chinese] Quixote vs Karrigell

2007年01月19日 星期五 20:09

junyi sun ccnusjy在gmail.com
星期五 一月 19 20:09:08 HKT 2007

ÇëÎÊ£º´ÓserverµÄÐÔÄÜÉÏÀ´½²£¬QuixoteºÍKarrigellË­¸üʤһ³ï£¿

ÎÒ¸öÈ˱ȽÏϲ»¶Karrigell£¬Ï²»¶ËûµÄhip,pih,ksµÈµÈÁé»îµÄ±íÏÖÐÎʽºÍ±àÂë·ç¸ñ£¬¶øÇÒËü¶Ô¸÷ÖÖ³£ÓõŦÄܵÄÖ§³ÖÒ²ºÜºÃ£¬±ÈÈç˵session¡¢application(
ÔÚasp.netÖеĽз¨)¡¢ÎļþÉÏ´«µÈµÈ¡£

µ«ÊÇ£¬Î¨Ò»ÓÐЩÒź¶µÄÊÇKarrigell×Ô´øµÄserverµÄÐÔÄÜËƺõ²»ÊǺÜÎȶ¨£¬ÎÒÔÚlocalhostµÄ·½Ê½Ï²âÊԺܿ죬µ«ÊÇͨ¹ý¾ÖÓòÍøÆäËû»úÆ÷·ÃÎÊÓÐʱ»á³öÏÖ³¤´ï3ÃëÒÔÉϵļÙËÀµÄÇé¿ö¡£¶øÇÒKarrigellºÃÏñ»¹Ã»ÓбȽϳɹ¦µÄÍøÕ¾°¸Àý¡£

quixoteÊǽñÌìÏÂÎ翪ʼÑо¿µÄ£¬ÒòΪÌý˵doubanÓõÄÊÇËü£¬ÄÇôÆäÐÔÄܵÄÓÅÐãÓ¦¸ÃÊÇÎãÓ¹ÖÊÒɵÄÁË¡£µ«ÊÇËüµÄÎĵµËƺõ²»ÈçKarrigellµÄÏêϸ£¬Ä¿Ç°ÎªÖ¹Ö»ÊÇÔËÐгɹ¦ÁËËü×Ô´øµÄdemoºÍaltdemo¡£µ«ÊǶÔÆäÄÚ²¿»úÖÆÈÔÈ»ÊÇһͷÎíË®¡£

ÏëÌýÌý¸ßÊÖÃǵÄÒâ¼û£¡

      ÖÂ
Àñ£¡
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070119/ae85ca1e/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年01月19日 星期五 21:18

yi huang yi.codeplayer在gmail.com
星期五 一月 19 21:18:10 HKT 2007

On 1/19/07, junyi sun <ccnusjy at gmail.com> wrote:
>
> 请问:从server的性能上来讲,Quixote和Karrigell谁更胜一筹?
>
>
> 我个人比较喜欢Karrigell,喜欢他的hip,pih,ks等等灵活的表现形式和编码风格,而且它对各种常用的功能的支持也很好,比如说session、application(
> 在asp.net中的叫法)、文件上传等等。
>
>
> 但是,唯一有些遗憾的是Karrigell自带的server的性能似乎不是很稳定,我在localhost的方式下测试很快,但是通过局域网其他机器访问有时会出现长达3秒以上的假死的情况。而且Karrigell好像还没有比较成功的网站案例。
>
>
> quixote是今天下午开始研究的,因为听说douban用的是它,那么其性能的优秀应该是毋庸质疑的了。但是它的文档似乎不如Karrigell的详细,目前为止只是运行成功了它自带的demo和altdemo。但是对其内部机制仍然是一头雾水。
>
> 想听听高手们的意见!
>
>> 礼!
>
>
>
> _______________________________________________
> 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
>

这两个名词看起来怎么觉的有点古老的味道,呵呵。
Karrigell 知道 ZoomQuiet 在玩。Quixote 有人玩吗?

python web 开发中已经有了一批新的比较好玩的做法了:cherrypy 做 web 服务器,routes/selector
做为dispatcher,sqlalchemy 做 orm,mako/genshi 做 template 。
cherrypy、routes、selector 都支持 wsgi,orm 和 template 本身耦合性低,然后框架上对 app 的概念支持下。
纯属 yy 呵呵。

-- 
http://codeplayer.blogspot.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20070119/e37a3e84/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年01月20日 星期六 07:14

Ben Luo benluo在gmail.com
星期六 一月 20 07:14:34 HKT 2007

> 这两个名词看起来怎么觉的有点古老的味道,呵呵。
> Karrigell 知道 ZoomQuiet 在玩。Quixote 有人玩吗?
>
> python web 开发中已经有了一批新的比较好玩的做法了:cherrypy 做 web 服务器,routes/selector
> 做为dispatcher,sqlalchemy 做 orm,mako/genshi 做 template 。
> cherrypy、routes、selector 都支持 wsgi,orm 和 template 本身耦合性低,然后框架上对 app 的概念支持下。
> 纯属 yy 呵呵。

你说的不是TurboGear?

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年01月20日 星期六 09:42

Zoom.Quiet zoom.quiet在gmail.com
星期六 一月 20 09:42:05 HKT 2007

On 1/19/07, junyi sun <ccnusjy在gmail.com> wrote:
> 请问:从server的性能上来讲,Quixote和Karrigell谁更胜一筹?
>
性能上绝对是Quixote 要强,这是具设计目标之一,
K 只关心开发的方便,其它的可以由前端缓存等等手段处理,
不过,进行高负荷网站的发布,还是web.py 等等轻型纯http 发布框架要效率好些?

> 我个人比较喜欢Karrigell,喜欢他的hip,pih,ks等等灵活的表现形式和编码风格,而且它对各种常用的功能的支持也很好,比如说session、application(在asp.net中的叫法)、文件上传等等。
>
> 但是,唯一有些遗憾的是Karrigell自带的server的性能似乎不是很稳定,我在localhost的方式下测试很快,但是通过局域网其他机器访问有时会出现长达3秒以上的假死的情况。而且Karrigell好像还没有比较成功的网站案例。
>
K 也支持FastCGI 等等其它部署方式的,而且也在不断的发展中,足够期待的

> quixote是今天下午开始研究的,因为听说douban用的是它,那么其性能的优秀应该是毋庸质疑的了。但是它的文档似乎不如Karrigell的详细,目前为止只是运行成功了它自带的demo和altdemo。但是对其内部机制仍然是一头雾水。
>
> 想听听高手们的意见!
>
>> 礼!
>
>
> _______________________________________________
> 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
>


-- 
'''Time is unimportant, only life important!
blog@  http://blog.zoomquiet.org/pyblosxom/
wiki@    http://wiki.woodpecker.org.cn/moin/ZoomQuiet
douban@ http://www.douban.com/people/zoomq/
____________________________________
Please use OpenOffice.org to replace M$ office.
     http://zh.openoffice.org
Please use 7-zip to replace WinRAR/WinZip.
     http://7-zip.org/zh-cn/
You can get the truely Freedom from software.
'''

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年01月20日 星期六 10:08

yi huang yi.codeplayer在gmail.com
星期六 一月 20 10:08:50 HKT 2007

On 1/20/07, Ben Luo <benluo at gmail.com> wrote:
>
> > 这两个名词看起来怎么觉的有点古老的味道,呵呵。
> > Karrigell 知道 ZoomQuiet 在玩。Quixote 有人玩吗?
> >
> > python web 开发中已经有了一批新的比较好玩的做法了:cherrypy 做 web 服务器,routes/selector
> > 做为dispatcher,sqlalchemy 做 orm,mako/genshi 做 template 。
> > cherrypy、routes、selector 都支持 wsgi,orm 和 template 本身耦合性低,然后框架上对 app
> 的概念支持下。
> > 纯属 yy 呵呵。
>
> 你说的不是TurboGear?
> _______________________________________________
> 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


只能说这是 turbogears 的发展方向吧,目前有这么灵活了吗?估计怎么也要等 turbogears 升级到 cherrypy3 。

-- 
http://codeplayer.blogspot.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20070120/38e5cc0f/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年01月21日 星期日 17:51

junyi sun ccnusjy在gmail.com
星期日 一月 21 17:51:53 HKT 2007

ÎÒÏÖÔÚÓÃKarrigell+XitamiÁË£¬¸Ð¾õÐÔÄܺÜÎȶ¨¡¢ËÙ¶ÈÒ²ºÜ¿ì.

On 1/20/07, yi huang <yi.codeplayer在gmail.com> wrote:
>
>
>
> On 1/20/07, Ben Luo <benluo在gmail.com> wrote:
> >
> > > ÕâÁ½¸öÃû´Ê¿´ÆðÀ´Ôõô¾õµÄÓеã¹ÅÀϵÄζµÀ£¬ºÇºÇ¡£
> > > Karrigell ÖªµÀ ZoomQuiet ÔÚÍæ¡£Quixote ÓÐÈËÍæÂð£¿
> > >
> > > python web ¿ª·¢ÖÐÒѾ­ÓÐÁËÒ»ÅúеıȽϺÃÍæµÄ×ö·¨ÁË£ºcherrypy ×ö web ·þÎñÆ÷£¬routes/selector
> > > ×öΪdispatcher£¬sqlalchemy ×ö orm£¬mako/genshi ×ö template ¡£
> > > cherrypy¡¢routes¡¢selector ¶¼Ö§³Ö wsgi£¬orm ºÍ template ±¾ÉíñîºÏÐԵͣ¬È»ºó¿ò¼ÜÉÏ¶Ô app
> > µÄ¸ÅÄîÖ§³ÖÏ¡£
> > > ´¿Êô yy ºÇºÇ¡£
> >
> > Äã˵µÄ²»ÊÇTurboGear?
> > _______________________________________________
> > 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
>
>
> Ö»ÄÜ˵ÕâÊÇ turbogears µÄ·¢Õ¹·½Ïò°É£¬Ä¿Ç°ÓÐÕâôÁé»îÁËÂ𣿹À¼ÆÔõôҲҪµÈ turbogears Éý¼¶µ½ cherrypy3 ¡£
>
> --
> http://codeplayer.blogspot.com/
> _______________________________________________
> 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
>
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070121/8cb419c6/attachment.htm 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年01月21日 星期日 20:14

jejwe jejwester在gmail.com
星期日 一月 21 20:14:50 HKT 2007

Èç¹ûÒª´ïµ½DOUBANµÄ·ÃÎÊÁ¿ÄØ
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070121/671fc640/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年01月21日 星期日 21:43

Zoom.Quiet zoom.quiet在gmail.com
星期日 一月 21 21:43:13 HKT 2007

On 1/21/07, junyi sun <ccnusjy在gmail.com> wrote:
> 我现在用Karrigell+Xitami了,感觉性能很稳定、速度也很快.
>
Why Xitami?
Lighttpd is fast than others,
and i plan is usage Yaws packet Karrigell,
可以通过ErLang 的极高并发管理能力来提高响应是也乎…………

>
> On 1/20/07, yi huang <yi.codeplayer在gmail.com> wrote:
> >
> >
> >
> >
> >
> > On 1/20/07, Ben Luo <benluo在gmail.com> wrote:
> > > > 这两个名词看起来怎么觉的有点古老的味道,呵呵。
> > > > Karrigell 知道 ZoomQuiet 在玩。Quixote 有人玩吗?
> > > >
> > > > python web 开发中已经有了一批新的比较好玩的做法了:cherrypy 做 web 服务器,routes/selector
> > > > 做为dispatcher,sqlalchemy 做 orm,mako/genshi 做 template 。
> > > > cherrypy、routes、selector 都支持 wsgi,orm 和 template 本身耦合性低,然后框架上对 app
> 的概念支持下。
> > > > 纯属 yy 呵呵。
> > >
> > > 你说的不是TurboGear?
> > > _______________________________________________
> > > 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
> >
> > 只能说这是 turbogears 的发展方向吧,目前有这么灵活了吗?估计怎么也要等 turbogears 升级到 cherrypy3 。
> >
> > --
> > http://codeplayer.blogspot.com/
> > _______________________________________________
> > 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
> >
>
>
> _______________________________________________
> 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
>


-- 
'''Time is unimportant, only life important!
blog@  http://blog.zoomquiet.org/pyblosxom/
wiki@    http://wiki.woodpecker.org.cn/moin/ZoomQuiet
douban@ http://www.douban.com/people/zoomq/
____________________________________
Please use OpenOffice.org to replace M$ office.
     http://zh.openoffice.org
Please use 7-zip to replace WinRAR/WinZip.
     http://7-zip.org/zh-cn/
You can get the truely Freedom from software.
'''

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年01月22日 星期一 09:58

junyi sun ccnusjy在gmail.com
星期一 一月 22 09:58:42 HKT 2007

ÎÒÓõÄÊÇwindows£¬µ«ÊÇLighttpdûÓд¿windows°æµÄ£¬»¹ÐèҪװCygWin¡£
¶øÇÒ£¬KarrigellÓëLighttpdµÄ½áºÏºÃÏñÊÇͨ¹ýProxyµÄ·½Ê½£¬ÕâÑùµÄ»°²»ÊÇ°×°×ÀË·ÑЧÂÊÂð£¿



On 1/21/07, Zoom. Quiet <zoom.quiet在gmail.com> wrote:
>
> On 1/21/07, junyi sun <ccnusjy在gmail.com> wrote:
> > ÎÒÏÖÔÚÓÃKarrigell+XitamiÁË£¬¸Ð¾õÐÔÄܺÜÎȶ¨¡¢ËÙ¶ÈÒ²ºÜ¿ì.
> >
> Why Xitami?
> Lighttpd is fast than others,
> and i plan is usage Yaws packet Karrigell,
> ¿ÉÒÔͨ¹ýErLang µÄ¼«¸ß²¢·¢¹ÜÀíÄÜÁ¦À´Ìá¸ßÏìÓ¦ÊÇÒ²ºõ¡­¡­¡­¡­
>
> >
> > On 1/20/07, yi huang <yi.codeplayer在gmail.com> wrote:
> > >
> > >
> > >
> > >
> > >
> > > On 1/20/07, Ben Luo <benluo在gmail.com> wrote:
> > > > > ÕâÁ½¸öÃû´Ê¿´ÆðÀ´Ôõô¾õµÄÓеã¹ÅÀϵÄζµÀ£¬ºÇºÇ¡£
> > > > > Karrigell ÖªµÀ ZoomQuiet ÔÚÍæ¡£Quixote ÓÐÈËÍæÂð£¿
> > > > >
> > > > > python web ¿ª·¢ÖÐÒѾ­ÓÐÁËÒ»ÅúеıȽϺÃÍæµÄ×ö·¨ÁË£ºcherrypy ×ö web ·þÎñÆ÷£¬routes/selector
> > > > > ×öΪdispatcher£¬sqlalchemy ×ö orm£¬mako/genshi ×ö template ¡£
> > > > > cherrypy¡¢routes¡¢selector ¶¼Ö§³Ö wsgi£¬orm ºÍ template ±¾ÉíñîºÏÐԵͣ¬È»ºó¿ò¼ÜÉÏ¶Ô app
> > µÄ¸ÅÄîÖ§³ÖÏ¡£
> > > > > ´¿Êô yy ºÇºÇ¡£
> > > >
> > > > Äã˵µÄ²»ÊÇTurboGear?
> > > > _______________________________________________
> > > > 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
> > >
> > > Ö»ÄÜ˵ÕâÊÇ turbogears µÄ·¢Õ¹·½Ïò°É£¬Ä¿Ç°ÓÐÕâôÁé»îÁËÂ𣿹À¼ÆÔõôҲҪµÈ turbogears Éý¼¶µ½ cherrypy3 ¡£
> > >
> > > --
> > > http://codeplayer.blogspot.com/
> > > _______________________________________________
> > > 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
> > >
> >
> >
> > _______________________________________________
> > 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
> >
>
>
> --
> '''Time is unimportant, only life important!
> blog@  http://blog.zoomquiet.org/pyblosxom/
> wiki@    http://wiki.woodpecker.org.cn/moin/ZoomQuiet
> douban@ http://www.douban.com/people/zoomq/
> ____________________________________
> Please use OpenOffice.org to replace M$ office.
>      http://zh.openoffice.org
> Please use 7-zip to replace WinRAR/WinZip.
>      http://7-zip.org/zh-cn/
> You can get the truely Freedom from software.
> '''
> _______________________________________________
> 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
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070122/a72ff32b/attachment.htm 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年01月22日 星期一 10:18

junyi sun ccnusjy在gmail.com
星期一 一月 22 10:18:27 HKT 2007

and i plan is usage Yaws packet Karrigell,
                             ~~~~~~~~~~~~~~~
What is this?
I am very interested in how to integrate them


On 1/22/07, junyi sun <ccnusjy在gmail.com> wrote:
>
> ÎÒÓõÄÊÇwindows£¬µ«ÊÇLighttpdûÓд¿windows°æµÄ£¬»¹ÐèҪװCygWin¡£
> ¶øÇÒ£¬KarrigellÓëLighttpdµÄ½áºÏºÃÏñÊÇͨ¹ýProxyµÄ·½Ê½£¬ÕâÑùµÄ»°²»ÊÇ°×°×ÀË·ÑЧÂÊÂð£¿
>
>
>
> On 1/21/07, Zoom. Quiet < zoom.quiet在gmail.com> wrote:
> >
> > On 1/21/07, junyi sun < ccnusjy在gmail.com> wrote:
> > > ÎÒÏÖÔÚÓÃKarrigell+XitamiÁË£¬¸Ð¾õÐÔÄܺÜÎȶ¨¡¢ËÙ¶ÈÒ²ºÜ¿ì.
> > >
> > Why Xitami?
> > Lighttpd is fast than others,
> > and i plan is usage Yaws packet Karrigell,
> > ¿ÉÒÔͨ¹ýErLang µÄ¼«¸ß²¢·¢¹ÜÀíÄÜÁ¦À´Ìá¸ßÏìÓ¦ÊÇÒ²ºõ¡­¡­¡­¡­
> >
> > >
> > > On 1/20/07, yi huang <yi.codeplayer在gmail.com> wrote:
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > On 1/20/07, Ben Luo < benluo在gmail.com> wrote:
> > > > > > ÕâÁ½¸öÃû´Ê¿´ÆðÀ´Ôõô¾õµÄÓеã¹ÅÀϵÄζµÀ£¬ºÇºÇ¡£
> > > > > > Karrigell ÖªµÀ ZoomQuiet ÔÚÍæ¡£Quixote ÓÐÈËÍæÂð£¿
> > > > > >
> > > > > > python web ¿ª·¢ÖÐÒѾ­ÓÐÁËÒ»ÅúеıȽϺÃÍæµÄ×ö·¨ÁË£ºcherrypy ×ö web
> > ·þÎñÆ÷£¬routes/selector
> > > > > > ×öΪdispatcher£¬sqlalchemy ×ö orm£¬mako/genshi ×ö template ¡£
> > > > > > cherrypy¡¢routes¡¢selector ¶¼Ö§³Ö wsgi£¬orm ºÍ template ±¾ÉíñîºÏÐԵͣ¬È»ºó¿ò¼ÜÉ϶Ô
> > app
> > > µÄ¸ÅÄîÖ§³ÖÏ¡£
> > > > > > ´¿Êô yy ºÇºÇ¡£
> > > > >
> > > > > Äã˵µÄ²»ÊÇTurboGear?
> > > > > _______________________________________________
> > > > > 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
> > > >
> > > > Ö»ÄÜ˵ÕâÊÇ turbogears µÄ·¢Õ¹·½Ïò°É£¬Ä¿Ç°ÓÐÕâôÁé»îÁËÂ𣿹À¼ÆÔõôҲҪµÈ turbogears Éý¼¶µ½ cherrypy3 ¡£
> > > >
> > > > --
> > > > http://codeplayer.blogspot.com/
> > > > _______________________________________________
> > > > 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
> > > >
> > >
> > >
> > > _______________________________________________
> > > 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
> > >
> >
> >
> > --
> > '''Time is unimportant, only life important!
> > blog@  http://blog.zoomquiet.org/pyblosxom/
> > wiki@    http://wiki.woodpecker.org.cn/moin/ZoomQuiet
> > douban@ http://www.douban.com/people/zoomq/
> > ____________________________________
> > Please use OpenOffice.org to replace M$ office.
> >      http://zh.openoffice.org
> > Please use 7-zip to replace WinRAR/WinZip.
> >      http://7-zip.org/zh-cn/
> > You can get the truely Freedom from software.
> > '''
> > _______________________________________________
> > 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
>
>
>
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070122/ac3e8087/attachment-0001.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年01月25日 星期四 08:58

anti403 anti403在gmail.com
星期四 一月 25 08:58:32 HKT 2007

On 1/22/07, junyi sun <ccnusjy at gmail.com> wrote:
> 我用的是windows,但是Lighttpd没有纯windows版的,还需要装CygWin。
Lighttpd有纯windows版的,不需要cygwin,
地址:http://www.kevinworthington.com:8181/
http://www.kevinworthington.com:8181/index.php/category/computers/lighttpd/

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号