2005年04月27日 星期三 15:04
Wang Kebo wrote: >RoR不应该是以性能出众,我有印象有个老外的blog说RoR开发的应用性能很低,他认为 >问题在于RoR使用Ruby内置的web服务器Web Brick 导致,不记得连接了。 >由于和Ruby社区的竞争,RoR一直被作为Python社区的一个缺憾。目前Python中的对应 >产品Subway正在开发中(http://subway.python-hosting.com/)。 > >Subway并不是从头开始,而是等于Cherrypy+Cheetah+PySqlobject,开发起应用来很简 >单,虽然还不能和RoR相比,当已经可以看到这几个框架的威力了。 >RoR和Subway都显示的强调MVC框架。 > >__ >Best Regards, > >Kebo Wang > > > > >>-----Original Message----- >>From: python-chinese-bounces at lists.python.cn >>[mailto:python-chinese-bounces at lists.python.cn] On Behalf Of limodou >>Sent: Wednesday, April 27, 2005 2:02 PM >>To: baoogle at 126.com; python-chinese at lists.python.cn >>Subject: Re: [python-chinese] 大家对Ruby on Rails怎么看? >> >>我只看过介绍,没什么体会。好象也提不起对它的兴趣。 >> >>在05-4-27,清风<baoogle at 126.com> 写道: >> >> >>>有人尝试过Ruby on Rails了吗?谈谈体会? >>> >>>【转】 >>>有一个性能测试,据说ROR>Hibernate+Spring+Struts , 居然还多15-20%。敢这样 >>>说总有点来头的,况且开发速度要>10倍以上。 >>> >>>【转】 >>>ROR is Ruby on Rails. Ruby 众所周知已经是一种非常出色的动态语言 It's >>> >>> >dynamic > > >>>language。Simple and easy.动态语言是解释执行的,但性能上可能会打 >>>个折扣,但不是绝对的,因为应用是复杂的,性能是一种综合性的,这个在一个流 >>>传的测试中有回应。 >>> >>>Python与Ruby应该算竞争关系了,我总觉得也可以实现类似的应用,不知是否有? >>> >>>_______________________________________________ >>>python-chinese list >>>python-chinese at lists.python.cn >>>http://python.cn/mailman/listinfo/python-chinese >>> >>> >>> >>-- >>I like python! >>My Donews Blog: http://www.donews.net/limodou New Google >>Maillist: http://groups-beta.google.com/group/python-cn >> >> >> >>_______________________________________________ >>python-chinese list >>python-chinese at lists.python.cn >>http://python.cn/mailman/listinfo/python-chinese >> >> 大概浏览了一下subway,感觉和RoR确实很像,但对这类框架都有一个疑惑,就是 数据库的性能?而且是否可以挂接成熟的现有的关系型数据库?
2005年04月27日 星期三 15:10
其实现在许多数据库访问的特色都是以非sql的方式来处理数据库。但底层依然是原来的sql的语法,只不过包装了一下,但更方便,更接近脚本语言的特点。 在05-4-27,清风<baoogle at 126.com> 写道: > Wang Kebo wrote: > > >RoR不应该是以性能出众,我有印象有个老外的blog说RoR开发的应用性能很低,他认为 > >问题在于RoR使用Ruby内置的web服务器Web Brick 导致,不记得连接了。 > >由于和Ruby社区的竞争,RoR一直被作为Python社区的一个缺憾。目前Python中的对应 > >产品Subway正在开发中(http://subway.python-hosting.com/)。 > > > >Subway并不是从头开始,而是等于Cherrypy+Cheetah+PySqlobject,开发起应用来很简 > >单,虽然还不能和RoR相比,当已经可以看到这几个框架的威力了。 > >RoR和Subway都显示的强调MVC框架。 > > > >__ > >Best Regards, > > > >Kebo Wang > > > > > > > > > >>-----Original Message----- > >>From: python-chinese-bounces at lists.python.cn > >>[mailto:python-chinese-bounces at lists.python.cn] On Behalf Of limodou > >>Sent: Wednesday, April 27, 2005 2:02 PM > >>To: baoogle at 126.com; python-chinese at lists.python.cn > >>Subject: Re: [python-chinese] 大家对Ruby on Rails怎么看? > >> > >>我只看过介绍,没什么体会。好象也提不起对它的兴趣。 > >> > >>在05-4-27,清风<baoogle at 126.com> 写道: > >> > >> > >>>有人尝试过Ruby on Rails了吗?谈谈体会? > >>> > >>>【转】 > >>>有一个性能测试,据说ROR>Hibernate+Spring+Struts , 居然还多15-20%。敢这样 > >>>说总有点来头的,况且开发速度要>10倍以上。 > >>> > >>>【转】 > >>>ROR is Ruby on Rails. Ruby 众所周知已经是一种非常出色的动态语言 It's > >>> > >>> > >dynamic > > > > > >>>language。Simple and easy.动态语言是解释执行的,但性能上可能会打 > >>>个折扣,但不是绝对的,因为应用是复杂的,性能是一种综合性的,这个在一个流 > >>>传的测试中有回应。 > >>> > >>>Python与Ruby应该算竞争关系了,我总觉得也可以实现类似的应用,不知是否有? > >>> > >>>_______________________________________________ > >>>python-chinese list > >>>python-chinese at lists.python.cn > >>>http://python.cn/mailman/listinfo/python-chinese > >>> > >>> > >>> > >>-- > >>I like python! > >>My Donews Blog: http://www.donews.net/limodou New Google > >>Maillist: http://groups-beta.google.com/group/python-cn > >> > >> > >> > >>_______________________________________________ > >>python-chinese list > >>python-chinese at lists.python.cn > >>http://python.cn/mailman/listinfo/python-chinese > >> > >> > 大概浏览了一下subway,感觉和RoR确实很像,但对这类框架都有一个疑惑,就是 > 数据库的性能?而且是否可以挂接成熟的现有的关系型数据库? > > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > -- I like python! My Donews Blog: http://www.donews.net/limodou New Google Maillist: http://groups-beta.google.com/group/python-cn
2005年04月27日 星期三 15:14
Subway的这个问题应该依赖于Sqlobject,既然它使用Sqlobject来连接数据库。 Sqlobject支持的数据库 (http://sqlobject.org/docs/SQLObject.html#requirements): MySQL, PostgreSQL (via psycopg), SQLite, Firebird, Sybase, and MAX DB; 没有MSSQL和Oracle:(。不知道Sqlobject有没有计划支持这几个商业数据库。 至于性能问题,Does anyone have information about it? __ Best Regards, Kebo Wang >-----Original Message----- >From: python-chinese-bounces at lists.python.cn >[mailto:python-chinese-bounces at lists.python.cn] On Behalf Of 清风 >Sent: Wednesday, April 27, 2005 3:05 PM >To: python-chinese at lists.python.cn >Subject: Re: [python-chinese] 大家对Ruby on Rails怎么看? > >Wang Kebo wrote: > >>RoR不应该是以性能出众,我有印象有个老外的blog说RoR开发的应用性能很低,他认 为 >>问题在于RoR使用Ruby内置的web服务器Web Brick 导致,不记得连接了。 >>由于和Ruby社区的竞争,RoR一直被作为Python社区的一个缺憾。目前Python中的对 应 >>产品Subway正在开发中(http://subway.python-hosting.com/)。 >> >>Subway并不是从头开始,而是等于Cherrypy+Cheetah+PySqlobject,开发起应用来很 简 >>单,虽然还不能和RoR相比,当已经可以看到这几个框架的威力了。 >>RoR和Subway都显示的强调MVC框架。 >> >>__ >>Best Regards, >> >>Kebo Wang >> >> >> >> >>>-----Original Message----- >>>From: python-chinese-bounces at lists.python.cn >>>[mailto:python-chinese-bounces at lists.python.cn] On Behalf Of limodou >>>Sent: Wednesday, April 27, 2005 2:02 PM >>>To: baoogle at 126.com; python-chinese at lists.python.cn >>>Subject: Re: [python-chinese] 大家对Ruby on Rails怎么看? >>> >>>我只看过介绍,没什么体会。好象也提不起对它的兴趣。 >>> >>>在05-4-27,清风<baoogle at 126.com> 写道: >>> >>> >>>>有人尝试过Ruby on Rails了吗?谈谈体会? >>>> >>>>【转】 >>>>有一个性能测试,据说ROR>Hibernate+Spring+Struts , 居然还多15-20%。敢这样 >>>>说总有点来头的,况且开发速度要>10倍以上。 >>>> >>>>【转】 >>>>ROR is Ruby on Rails. Ruby 众所周知已经是一种非常出色的动态语言 It's >>>> >>>> >>dynamic >> >> >>>>language。Simple and easy.动态语言是解释执行的,但性能上可能会打 >>>>个折扣,但不是绝对的,因为应用是复杂的,性能是一种综合性的,这个在一个流 >>>>传的测试中有回应。 >>>> >>>>Python与Ruby应该算竞争关系了,我总觉得也可以实现类似的应用,不知是否有? >>>> >>>>_______________________________________________ >>>>python-chinese list >>>>python-chinese at lists.python.cn >>>>http://python.cn/mailman/listinfo/python-chinese >>>> >>>> >>>> >>>-- >>>I like python! >>>My Donews Blog: http://www.donews.net/limodou New Google >>>Maillist: http://groups-beta.google.com/group/python-cn >>> >>> >>> >>>_______________________________________________ >>>python-chinese list >>>python-chinese at lists.python.cn >>>http://python.cn/mailman/listinfo/python-chinese >>> >>> >大概浏览了一下subway,感觉和RoR确实很像,但对这类框架都有一个疑惑,就是 >数据库的性能?而且是否可以挂接成熟的现有的关系型数据库? > > > > >_______________________________________________ >python-chinese list >python-chinese at lists.python.cn >http://python.cn/mailman/listinfo/python-chinese > -------------- next part -------------- A non-text attachment was scrubbed... Name: Kebo Wang (kebowang at gmail.com).vcf Type: text/x-vcard Size: 313 bytes Desc: not available Url : http://lists.exoweb.net/pipermail/python-chinese/attachments/20050427/6070eb3a/KeboWangkebowanggmail.com.vcf
2005年04月27日 星期三 23:38
收集新闻并排序。 类似Google News,Baidu News等。 觉得用Python来实现如何? 给个思路,谢谢。 _________________________________________________________________ 与联机的朋友进行交流,请使用 MSN Messenger: http://messenger.msn.com/cn
2005年04月28日 星期四 00:14
Yan Jiangguo wrote: > 收集新闻并排序。 > 类似Google News,Baidu News等。 > 觉得用Python来实现如何? > > 给个思路,谢谢。 > > _________________________________________________________________ > 与联机的朋友进行交流,请使用 MSN Messenger: http://messenger.msn.com/cn > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > > 最基本的需要用到的技术Http协议,正则表达式 对于Python而言看一下urllib和re两个库 搞清了这些,一个基本的爬虫就有了。
2005年04月28日 星期四 09:43
可以更简单一点,直接收集各新闻网站的RSS,呵呵。 >From: 清风 <baoogle at 126.com> >Reply-To: baoogle at 126.com, python-chinese at lists.python.cn >To: python-chinese at lists.python.cn >Subject: Re: [python-chinese] 大家有没有兴趣写一个NewsBot,自动收集网络新 闻。 >Date: Thu, 28 Apr 2005 00:14:15 +0800 > >Yan Jiangguo wrote: > > > 收集新闻并排序。 > > 类似Google News,Baidu News等。 > > 觉得用Python来实现如何? > > > > 给个思路,谢谢。 > > > > _________________________________________________________________ > > 与联机的朋友进行交流,请使用 MSN Messenger: http://messenger.msn.com/cn > > _______________________________________________ > > python-chinese list > > python-chinese at lists.python.cn > > http://python.cn/mailman/listinfo/python-chinese > > > > >最基本的需要用到的技术Http协议,正则表达式 >对于Python而言看一下urllib和re两个库 > >搞清了这些,一个基本的爬虫就有了。 > >_______________________________________________ >python-chinese list >python-chinese at lists.python.cn >http://python.cn/mailman/listinfo/python-chinese _________________________________________________________________ 与联机的朋友进行交流,请使用 MSN Messenger: http://messenger.msn.com/cn
2005年04月28日 星期四 10:56
我正在写一个这样的bot,是发布到irc频道的,现在还差连接到数据库,新闻的定 制等功能 Yan Jiangguo 写道: > 可以更简单一点,直接收集各新闻网站的RSS,呵呵。 > >> From: 清风 <baoogle at 126.com> >> Reply-To: baoogle at 126.com, python-chinese at lists.python.cn >> To: python-chinese at lists.python.cn >> Subject: Re: [python-chinese] 大家有没有兴趣写一个NewsBot,自动收集网 >> 络新 > > 闻。 > >> Date: Thu, 28 Apr 2005 00:14:15 +0800 >> >> Yan Jiangguo wrote: >> >> > 收集新闻并排序。 >> > 类似Google News,Baidu News等。 >> > 觉得用Python来实现如何? >> > >> > 给个思路,谢谢。 >> > >> > _________________________________________________________________ >> > 与联机的朋友进行交流,请使用 MSN Messenger: >> http://messenger.msn.com/cn >> > _______________________________________________ >> > python-chinese list >> > python-chinese at lists.python.cn >> > http://python.cn/mailman/listinfo/python-chinese >> > >> > >> 最基本的需要用到的技术Http协议,正则表达式 >> 对于Python而言看一下urllib和re两个库 >> >> 搞清了这些,一个基本的爬虫就有了。 >> >> _______________________________________________ >> python-chinese list >> python-chinese at lists.python.cn >> http://python.cn/mailman/listinfo/python-chinese > > > _________________________________________________________________ > 与联机的朋友进行交流,请使用 MSN Messenger: http://messenger.msn.com/cn > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese >
2005年04月28日 星期四 11:17
hw1979 wrote: > 我正在写一个这样的 bot,是发布到irc频道的,现在还差连接到数据库,新闻的 > 定 制等功能 是用的supybot框架吗?
2005年04月28日 星期四 11:25
没有,用到了twisted和feedoarser,supybot是前几天我才知道的 Xie Yanbo 写道: > hw1979 wrote: > >> 我正在写一个这样的 bot,是发布到irc频道的,现在还差连接到数据库,新闻 >> 的 定制等功能 > > > 是用的supybot框架吗? > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese >
Zeuux © 2025
京ICP备05028076号