Python论坛  - 讨论区

标题:[python-chinese] 大家对Twisted兴趣如何?

2006年10月09日 星期一 17:00

憨狗 hackgou在gmail.com
星期一 十月 9 17:00:03 HKT 2006

心里真嘀咕着Erlang呢,老兄就把它抬出来了!
:D
不过有些偏题 :D



On 10/7/06, Davies Liu <davies.liu at gmail.com> wrote:
>
>
>
> On 10/7/06, Kasicass <kasicass at gmail.com> wrote:
> >
> > gashero 写道:
> > >
> > 偶最近正在翻译《Twisted.Network.Programming.Essentials》已经翻译到了2.3节,计划翻译完成前四章。话说回来,想要在国内推广Python还是需要一些成功案例的,不知大家有没有网络编程方面的想法,一起干个大案,Python就出名了,哈哈哈。
> > > 对网络编程感兴趣的朋友可以了联系我,pypcap、pcapy、libdnet等等都是用过的。
> > >
> >
> > 能不能用 py 构建整个网络游戏的 server 呢? 比如类似 QQ游戏大厅 的东西。
> > 具体如何设计,愿意讨论之。
>
>
> 做游戏Server有更好的咚咚:ErLang,比较成功的例子是Jabber服务器 ejabberd<http://ejabberd.jabber.ru/>
> 有人做过游戏方面的研究:http://www.erlang-
> consulting.com/thesis/mmog_server_in_erlang.html
> 它有Python邦定,http://www.python.net/crew/gandalf/PyErlang/
> 也有人用Python实现了类似于ErLang的协同机制,不过效率估计会差不少
>
> 原来尝试了一下 twisted,感觉太庞大,用起来学习时间太长(自己水平也差)。。
> >
> > 现在直接封装 socket ... 用 select.select 实现简单异步。不过不知道在大量
> > connection 的情况下会如何。。
> >
> > 谢谢~
> >
> > --
> > Best regards!
> >
> > Kasicass/sYcini - Coder
> > http://www.sycini.com
> >
> > _______________________________________________
> > 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
>
>
>
>
> --
> Davies Liu
> My Blog: http://blog.daviesliu.net/
> _______________________________________________
> 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
>



-- 
关注LAMP平台、安全、及web开发的个人blog: http://hackgou.itbbq.com
PGP KeyID: hackgou#Gmail.com
PGP KeyServ: subkeys.pgp.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20061009/88287209/attachment.htm 

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

2006年10月16日 星期一 16:55

wangmm kernellearn在gmail.com
星期一 十月 16 16:55:18 HKT 2006

¿ÉÒÔ·­ÒëÍê,È»ºó¿´¿´ÄÜ·ñ³ö°æ.
Èç¹û²»´òËã³ö°æ,ÊðÍøÃû½»Á÷Ó¦¸ÃûÓÐʲôÎÊÌâ°É.

On 10/9/06, º©¹· <hackgou在gmail.com> wrote:
>
> ÐÄÀïÕæàÖ¹¾×ÅErlangÄØ£¬ÀÏÐ־ͰÑËü̧³öÀ´ÁË£¡
> :D
> ²»¹ýÓÐЩƫÌâ :D
>
>
>
> On 10/7/06, Davies Liu <davies.liu在gmail.com> wrote:
>
> >
> >
> > On 10/7/06, Kasicass <kasicass在gmail.com > wrote:
> > >
> > > gashero дµÀ:
> > > >
> > > ż×î½üÕýÔÚ·­Ò롶Twisted.Network.Programming.Essentials¡·ÒѾ­·­Òëµ½ÁË2.3½Ú£¬¼Æ»®·­ÒëÍê³ÉÇ°ËÄÕ¡£»°Ëµ»ØÀ´£¬ÏëÒªÔÚ¹úÄÚÍƹãPython»¹ÊÇÐèҪһЩ³É¹¦°¸ÀýµÄ£¬²»Öª´ó¼ÒÓÐûÓÐÍøÂç±à³Ì·½ÃæµÄÏë·¨£¬Ò»Æð¸É¸ö´ó°¸£¬Python¾Í³öÃûÁË£¬¹þ¹þ¹þ¡£
> > >
> > > > ¶ÔÍøÂç±à³Ì¸ÐÐËȤµÄÅóÓÑ¿ÉÒÔÁËÁªÏµÎÒ£¬pypcap¡¢pcapy¡¢libdnetµÈµÈ¶¼ÊÇÓùýµÄ¡£
> > > >
> > >
> > > Äܲ»ÄÜÓà py ¹¹½¨Õû¸öÍøÂçÓÎÏ·µÄ server ÄØ£¿ ±ÈÈçÀàËÆ QQÓÎÏ·´óÌü µÄ¶«Î÷¡£
> > > ¾ßÌåÈçºÎÉè¼Æ£¬Ô¸ÒâÌÖÂÛÖ®¡£
> >
> >
> > ×öÓÎÏ·ServerÓиüºÃµÄßËßË£ºErLang£¬±È½Ï³É¹¦µÄÀý×ÓÊÇJabber·þÎñÆ÷ ejabberd<http://ejabberd.jabber.ru/>
> > ÓÐÈË×ö¹ýÓÎÏ··½ÃæµÄÑо¿£ºhttp://www.erlang-consulting.com/thesis/mmog_server_in_erlang.html
> > ËüÓÐPython°î¶¨£¬http://www.python.net/crew/gandalf/PyErlang/
> > Ò²ÓÐÈËÓÃPythonʵÏÖÁËÀàËÆÓÚErLangµÄЭͬ»úÖÆ£¬²»¹ýЧÂʹÀ¼Æ»á²î²»ÉÙ
> >
> > Ô­À´³¢ÊÔÁËһϠtwisted£¬¸Ð¾õÌ«ÅÓ´ó£¬ÓÃÆðÀ´Ñ§Ï°Ê±¼äÌ«³¤£¨×Ô¼ºË®Æ½Ò²²î£©¡£¡£
> > >
> > > ÏÖÔÚÖ±½Ó·â×° socket ... Óà select.select ʵÏÖ¼òµ¥Òì²½¡£²»¹ý²»ÖªµÀÔÚ´óÁ¿
> > > connection µÄÇé¿öÏ»áÈçºÎ¡£¡£
> > >
> > > лл~
> > >
> > > --
> > > Best regards£¡
> > >
> > > Kasicass/sYcini - Coder
> > > http://www.sycini.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
> >
> >
> >
> >
> > --
> > Davies Liu
> > My Blog: http://blog.daviesliu.net/
> > _______________________________________________
> > 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
> >
>
>
>
> --
> ¹Ø×¢LAMPƽ̨¡¢°²È«¡¢¼°web¿ª·¢µÄ¸öÈËblog: http://hackgou.itbbq.com
> PGP KeyID: hackgou#Gmail.com
> PGP KeyServ: subkeys.pgp.net
> _______________________________________________
> 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/20061016/ef27c5f5/attachment.htm 

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

2006年10月17日 星期二 12:57

笨笨狗 chen.ruijie在gmail.com
星期二 十月 17 12:57:25 HKT 2006

2006/10/9, gashero <harry.python在gmail.com>:
> 我还是很担心这个事情,是否涉及到版权的问题。毕竟我也仅仅是看看书而已,而且估计下载那个chm版本的电子书有可能已经违法了。
>
> 大家有懂版权法律的么?我可不想因为这点事情违反什么法律。这可不同于以前翻译mod_python中文文档。


我曾经咨询过东南大学出版社的编辑,他们社现在得到了东南的版权,所以说话应该有道理。给我的答复是,如果是出于个人兴趣翻译后放到网络上分享,并不出版成纸质图书或者商用的话,是没有版权问题的。放心吧,呵呵,另外,我还是希望兄台能翻译完整的,不要落下后面的:)

-- 
云电清华同方小民工

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号