<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Elisa：开源的媒体中心解决方案</title>
	<atom:link href="http://linuxtoy.org/archives/elisa.html/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxtoy.org/archives/elisa.html</link>
	<description>LinuxTOY 是一个致力于提供 Linux 相关资讯的专题站点。如果您发现了好用好玩的 Linux 东东并愿意发扬自由、分享的精神，可以点击顶部导航 Contact 按钮进行投稿。</description>
	<pubDate>Fri, 05 Dec 2008 00:21:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Mike</title>
		<link>http://linuxtoy.org/archives/elisa.html#comment-86039</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 10 Apr 2008 04:12:25 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/elisa.html#comment-86039</guid>
		<description>用C写python modules时内存是很需要注意的。
django就是纯python的。。。
结果呢，不还是最快的？
关键是程序本身。仅仅指望语言级优化是不够的。</description>
		<content:encoded><![CDATA[<p>用C写python modules时内存是很需要注意的。<br />
django就是纯python的。。。<br />
结果呢，不还是最快的？<br />
关键是程序本身。仅仅指望语言级优化是不够的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 雪梨</title>
		<link>http://linuxtoy.org/archives/elisa.html#comment-42528</link>
		<dc:creator>雪梨</dc:creator>
		<pubDate>Sat, 08 Sep 2007 02:59:42 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/elisa.html#comment-42528</guid>
		<description>也有被用于 MPI 分布式计算。</description>
		<content:encoded><![CDATA[<p>也有被用于 MPI 分布式计算。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 雪梨</title>
		<link>http://linuxtoy.org/archives/elisa.html#comment-42526</link>
		<dc:creator>雪梨</dc:creator>
		<pubDate>Sat, 08 Sep 2007 02:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/elisa.html#comment-42526</guid>
		<description>@linuxcity:
python-numpy,  python-scipy 常用于科学计算。</description>
		<content:encoded><![CDATA[<p>@linuxcity:<br />
python-numpy,  python-scipy 常用于科学计算。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: huang</title>
		<link>http://linuxtoy.org/archives/elisa.html#comment-42474</link>
		<dc:creator>huang</dc:creator>
		<pubDate>Fri, 07 Sep 2007 23:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/elisa.html#comment-42474</guid>
		<description>@lj
我想可能是指的新写的C程序由于bug导致的内存泄漏吧
如果是千锤百炼的C程序，出这bug就相对少很多了
而python相当于底层用的成熟了的C程序，用户更多的专注于不那么底层的模块，出这样bug的几率少很多了</description>
		<content:encoded><![CDATA[<p>@lj<br />
我想可能是指的新写的C程序由于bug导致的内存泄漏吧<br />
如果是千锤百炼的C程序，出这bug就相对少很多了<br />
而python相当于底层用的成熟了的C程序，用户更多的专注于不那么底层的模块，出这样bug的几率少很多了</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lj</title>
		<link>http://linuxtoy.org/archives/elisa.html#comment-42442</link>
		<dc:creator>lj</dc:creator>
		<pubDate>Fri, 07 Sep 2007 18:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/elisa.html#comment-42442</guid>
		<description>"内存泄露这个几乎所有C程序都有的毛病" &#38;&#38; python解释器用C写的 &#38;&#38; 许多python lib 用C写的 =&#62; 很多python程序都有内存泄露这个毛病

^^ 以上开玩笑, Python很棒.</description>
		<content:encoded><![CDATA[<p>&#8220;内存泄露这个几乎所有C程序都有的毛病&#8221; &amp;&amp; python解释器用C写的 &amp;&amp; 许多python lib 用C写的 =&gt; 很多python程序都有内存泄露这个毛病</p>
<p>^^ 以上开玩笑, Python很棒.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: techie</title>
		<link>http://linuxtoy.org/archives/elisa.html#comment-42428</link>
		<dc:creator>techie</dc:creator>
		<pubDate>Fri, 07 Sep 2007 14:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/elisa.html#comment-42428</guid>
		<description>我倒，这么多人反对啊？我也很支持python，而且自己也在用。但是始终感觉现在许多软件是越做越复杂，越庞大。短小精悍的比较少见了</description>
		<content:encoded><![CDATA[<p>我倒，这么多人反对啊？我也很支持python，而且自己也在用。但是始终感觉现在许多软件是越做越复杂，越庞大。短小精悍的比较少见了</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linuxcity</title>
		<link>http://linuxtoy.org/archives/elisa.html#comment-42360</link>
		<dc:creator>linuxcity</dc:creator>
		<pubDate>Fri, 07 Sep 2007 07:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/elisa.html#comment-42360</guid>
		<description>如果不是涉及到大规模计算的效率问题（象天气预报），代码的可读性和维护性还是比执行效率重要一些的。Python的易读性可以使开发效率大大提高~ 虽然我这款软件跑的很卡，但是我还是支持Python。象是286时代的WPS那样精打细算用汇编编的软件估计以后不常见了~</description>
		<content:encoded><![CDATA[<p>如果不是涉及到大规模计算的效率问题（象天气预报），代码的可读性和维护性还是比执行效率重要一些的。Python的易读性可以使开发效率大大提高~ 虽然我这款软件跑的很卡，但是我还是支持Python。象是286时代的WPS那样精打细算用汇编编的软件估计以后不常见了~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davix</title>
		<link>http://linuxtoy.org/archives/elisa.html#comment-42340</link>
		<dc:creator>davix</dc:creator>
		<pubDate>Fri, 07 Sep 2007 04:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/elisa.html#comment-42340</guid>
		<description>软件虽是由python写的，但核心的，需要大量运算的单元肯定是用c等语言写成的。
python本来就善于与c的混合编程。
而且python本身也非常高效了，不见youtube等大客流量的网站也是使用python吗？</description>
		<content:encoded><![CDATA[<p>软件虽是由python写的，但核心的，需要大量运算的单元肯定是用c等语言写成的。<br />
python本来就善于与c的混合编程。<br />
而且python本身也非常高效了，不见youtube等大客流量的网站也是使用python吗？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RAh-XePhON</title>
		<link>http://linuxtoy.org/archives/elisa.html#comment-42331</link>
		<dc:creator>RAh-XePhON</dc:creator>
		<pubDate>Fri, 07 Sep 2007 04:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/elisa.html#comment-42331</guid>
		<description>誰說python效率差？！
自己用台PIII128M的電腦就說人家耗資源？</description>
		<content:encoded><![CDATA[<p>誰說python效率差？！<br />
自己用台PIII128M的電腦就說人家耗資源？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Etrnls</title>
		<link>http://linuxtoy.org/archives/elisa.html#comment-42328</link>
		<dc:creator>Etrnls</dc:creator>
		<pubDate>Fri, 07 Sep 2007 03:58:07 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/elisa.html#comment-42328</guid>
		<description>其实随着计算机速度的变快，python, ruby之类的语言写出来的东西完全可以很好的跑起来，反而是精打细算的C实现的程序加大了编写以及维护的难度，更是增加了潜在的bug的可能，同时解释器去负责内存管理基本避免了内存泄露这个几乎所有C程序都有的毛病</description>
		<content:encoded><![CDATA[<p>其实随着计算机速度的变快，python, ruby之类的语言写出来的东西完全可以很好的跑起来，反而是精打细算的C实现的程序加大了编写以及维护的难度，更是增加了潜在的bug的可能，同时解释器去负责内存管理基本避免了内存泄露这个几乎所有C程序都有的毛病</p>
]]></content:encoded>
	</item>
</channel>
</rss>
