<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: 多资源、多线程、断点续传</title>
	<atom:link href="http://cocobear.info/blog/2009/06/02/multi-thread-and-broken-point-resume-technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://cocobear.info/blog/2009/06/02/multi-thread-and-broken-point-resume-technology/</link>
	<description>K.I.S.S</description>
	<lastBuildDate>Wed, 28 Mar 2012 16:04:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: ubunoon</title>
		<link>http://cocobear.info/blog/2009/06/02/multi-thread-and-broken-point-resume-technology/comment-page-1/#comment-7536</link>
		<dc:creator>ubunoon</dc:creator>
		<pubDate>Tue, 02 Mar 2010 10:41:20 +0000</pubDate>
		<guid isPermaLink="false">http://cocobear.info/blog/?p=697#comment-7536</guid>
		<description>NTLM本来就已经由这个库了，不过没有对线程进行Sleep。

python写的download工具，利用迅雷的资源，一个很好的方式，至少在国内，通吃了所有的http下载，只要用的人不是很多，楼主还是可以放心的。</description>
		<content:encoded><![CDATA[<p>NTLM本来就已经由这个库了，不过没有对线程进行Sleep。</p>
<p>python写的download工具，利用迅雷的资源，一个很好的方式，至少在国内，通吃了所有的http下载，只要用的人不是很多，楼主还是可以放心的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deamon</title>
		<link>http://cocobear.info/blog/2009/06/02/multi-thread-and-broken-point-resume-technology/comment-page-1/#comment-6690</link>
		<dc:creator>deamon</dc:creator>
		<pubDate>Tue, 10 Nov 2009 11:56:50 +0000</pubDate>
		<guid isPermaLink="false">http://cocobear.info/blog/?p=697#comment-6690</guid>
		<description>建议用Twisted(强大的网络框架）， 可以单线程分块下载。 最近也想实现一个多线程下载工具用在自己的项目上。</description>
		<content:encoded><![CDATA[<p>建议用Twisted(强大的网络框架）， 可以单线程分块下载。 最近也想实现一个多线程下载工具用在自己的项目上。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 可可熊</title>
		<link>http://cocobear.info/blog/2009/06/02/multi-thread-and-broken-point-resume-technology/comment-page-1/#comment-6134</link>
		<dc:creator>可可熊</dc:creator>
		<pubDate>Sat, 13 Jun 2009 01:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://cocobear.info/blog/?p=697#comment-6134</guid>
		<description>http://cocobear.info/demo/pythunder/
利用迅雷的资源。
google code，也不会是个大东西，一个小工具而已。不过最近一直忙公司的事。。。</description>
		<content:encoded><![CDATA[<p><a href="http://cocobear.info/demo/pythunder/" rel="nofollow">http://cocobear.info/demo/pythunder/</a><br />
利用迅雷的资源。<br />
google code，也不会是个大东西，一个小工具而已。不过最近一直忙公司的事。。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amankwah</title>
		<link>http://cocobear.info/blog/2009/06/02/multi-thread-and-broken-point-resume-technology/comment-page-1/#comment-6129</link>
		<dc:creator>Amankwah</dc:creator>
		<pubDate>Fri, 12 Jun 2009 23:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://cocobear.info/blog/?p=697#comment-6129</guid>
		<description>多资源是怎么实现的？没有服务器，客户端自己去试？还是通过迅雷等的服务器来获取信息，或者是用搜索引擎自己分析？
另外，对这个相当感兴趣，考虑怎么管理这个项目？弄到Google code上去？sf上去？</description>
		<content:encoded><![CDATA[<p>多资源是怎么实现的？没有服务器，客户端自己去试？还是通过迅雷等的服务器来获取信息，或者是用搜索引擎自己分析？<br />
另外，对这个相当感兴趣，考虑怎么管理这个项目？弄到Google code上去？sf上去？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M</title>
		<link>http://cocobear.info/blog/2009/06/02/multi-thread-and-broken-point-resume-technology/comment-page-1/#comment-6123</link>
		<dc:creator>M</dc:creator>
		<pubDate>Fri, 12 Jun 2009 06:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://cocobear.info/blog/?p=697#comment-6123</guid>
		<description>迅雷不仅仅是一个HTTP、FTP下载工具。对于下载过的文件，它进行摘要，从而可以识别网络上不同URL对应的相同文件，这从跟上本解决了多源的问题。如果只是分块下载，服务器端的带宽总是有限的。
在摘要的基础上，相同文件使用新的URL如何匹配摘要值这些都是一些具体的问题。</description>
		<content:encoded><![CDATA[<p>迅雷不仅仅是一个HTTP、FTP下载工具。对于下载过的文件，它进行摘要，从而可以识别网络上不同URL对应的相同文件，这从跟上本解决了多源的问题。如果只是分块下载，服务器端的带宽总是有限的。<br />
在摘要的基础上，相同文件使用新的URL如何匹配摘要值这些都是一些具体的问题。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shuge.lee</title>
		<link>http://cocobear.info/blog/2009/06/02/multi-thread-and-broken-point-resume-technology/comment-page-1/#comment-6111</link>
		<dc:creator>shuge.lee</dc:creator>
		<pubDate>Thu, 11 Jun 2009 04:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://cocobear.info/blog/?p=697#comment-6111</guid>
		<description>支持

能开源和做成跨平台更好
舒阁（code.google.com/p/shuge）客户端对这样的下载工具有强烈的需求。</description>
		<content:encoded><![CDATA[<p>支持</p>
<p>能开源和做成跨平台更好<br />
舒阁（code.google.com/p/shuge）客户端对这样的下载工具有强烈的需求。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: c</title>
		<link>http://cocobear.info/blog/2009/06/02/multi-thread-and-broken-point-resume-technology/comment-page-1/#comment-6058</link>
		<dc:creator>c</dc:creator>
		<pubDate>Fri, 05 Jun 2009 13:25:45 +0000</pubDate>
		<guid isPermaLink="false">http://cocobear.info/blog/?p=697#comment-6058</guid>
		<description>没意思!只会抢占兄弟带宽资源!</description>
		<content:encoded><![CDATA[<p>没意思!只会抢占兄弟带宽资源!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 草儿</title>
		<link>http://cocobear.info/blog/2009/06/02/multi-thread-and-broken-point-resume-technology/comment-page-1/#comment-6046</link>
		<dc:creator>草儿</dc:creator>
		<pubDate>Thu, 04 Jun 2009 07:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://cocobear.info/blog/?p=697#comment-6046</guid>
		<description>看来大体思路你是有了，就看下面怎么做了。希望能早日做出来。

其实可以先从简单做起，然后一步步丰富功能。</description>
		<content:encoded><![CDATA[<p>看来大体思路你是有了，就看下面怎么做了。希望能早日做出来。</p>
<p>其实可以先从简单做起，然后一步步丰富功能。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: haoqiwawa</title>
		<link>http://cocobear.info/blog/2009/06/02/multi-thread-and-broken-point-resume-technology/comment-page-1/#comment-6045</link>
		<dc:creator>haoqiwawa</dc:creator>
		<pubDate>Thu, 04 Jun 2009 06:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://cocobear.info/blog/?p=697#comment-6045</guid>
		<description>我手机短信发不出去了，你忙完上QQ了叫我啊</description>
		<content:encoded><![CDATA[<p>我手机短信发不出去了，你忙完上QQ了叫我啊</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: haoqiwawa</title>
		<link>http://cocobear.info/blog/2009/06/02/multi-thread-and-broken-point-resume-technology/comment-page-1/#comment-6044</link>
		<dc:creator>haoqiwawa</dc:creator>
		<pubDate>Thu, 04 Jun 2009 06:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://cocobear.info/blog/?p=697#comment-6044</guid>
		<description>设想挺有创意的。支持啊！</description>
		<content:encoded><![CDATA[<p>设想挺有创意的。支持啊！</p>
]]></content:encoded>
	</item>
</channel>
</rss>

