<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>骨头`s Blog &#187; 多线程</title>
	<atom:link href="http://www.gutou.cc/archives/tag/%e5%a4%9a%e7%ba%bf%e7%a8%8b/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gutou.cc</link>
	<description>骨头软件工作室</description>
	<lastBuildDate>Fri, 20 Jan 2012 03:40:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>骨头外链小工具 v2.0.1</title>
		<link>http://www.gutou.cc/archives/gutou_links_soft.html</link>
		<comments>http://www.gutou.cc/archives/gutou_links_soft.html#comments</comments>
		<pubDate>Sat, 20 Feb 2010 16:10:10 +0000</pubDate>
		<dc:creator>骨头</dc:creator>
				<category><![CDATA[原创软件]]></category>
		<category><![CDATA[外链小工具]]></category>
		<category><![CDATA[多线程]]></category>
		<category><![CDATA[骨头原创]]></category>

		<guid isPermaLink="false">http://www.gutou.cc/?p=42</guid>
		<description><![CDATA[骨头外链小工具 本次更新主要是取消掉自动更新功能和重写代码. 解决:软件使用过程中线程冲突的错误. 本次更新主要是取消风格的加载和采用易语言最新的静态编译,大大减小了病毒的误报和减小了软件体积 功能说明: 1.支持多线程同步工作. 2.支持多域名同时批查. 3.支持实施数据统计. 4.支持内存优化. 5.支持最小化置托盘. 软件思路: 现在很多查询站都有一个最新查询功能,我们软件就是利用查询站的最新查询列表引取外链! 软件下载地址: 115网络U盘 霏凡软件 华军软件 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; 在线观看使用教程 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;]]></description>
		<wfw:commentRss>http://www.gutou.cc/archives/gutou_links_soft.html/feed</wfw:commentRss>
		<slash:comments>45</slash:comments>
		</item>
		<item>
		<title>易语言多线程使用彗星正则表达式</title>
		<link>http://www.gutou.cc/archives/easy-to-use-multi-threaded-language-comet-regular-expressions.html</link>
		<comments>http://www.gutou.cc/archives/easy-to-use-multi-threaded-language-comet-regular-expressions.html#comments</comments>
		<pubDate>Sat, 07 Nov 2009 06:48:22 +0000</pubDate>
		<dc:creator>骨头</dc:creator>
				<category><![CDATA[技术文章]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[多线程]]></category>
		<category><![CDATA[易语言]]></category>
		<category><![CDATA[正则表达式]]></category>

		<guid isPermaLink="false">http://www.gutou.cc/?p=96</guid>
		<description><![CDATA[在开发博客营销助手的时候发现了彗星正则表达式在多线程同时调用的时候出现的问题,记录一下! HTTP返回数据如果大于100K,在彗星正则表达式搜索全部的时候会导致软件崩溃的问题. 临时解决方法,判断HTTP返回的问题长度,如果＞100K就返回不要往下执行 .版本 2&#160;.如果真 (取文本长度 (文本) ＞ 102400)    返回 ()]]></description>
		<wfw:commentRss>http://www.gutou.cc/archives/easy-to-use-multi-threaded-language-comet-regular-expressions.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>易语言多线程出错的问题</title>
		<link>http://www.gutou.cc/archives/eyuyan_duoxiancheng.html</link>
		<comments>http://www.gutou.cc/archives/eyuyan_duoxiancheng.html#comments</comments>
		<pubDate>Sat, 07 Nov 2009 00:15:32 +0000</pubDate>
		<dc:creator>骨头</dc:creator>
				<category><![CDATA[技术文章]]></category>
		<category><![CDATA[DLL]]></category>
		<category><![CDATA[多线程]]></category>
		<category><![CDATA[易语言]]></category>

		<guid isPermaLink="false">http://www.gutou.cc/?p=39</guid>
		<description><![CDATA[最近在给客户写软件,发现我这边一直没有发现出错的问题,但是客户的软件一运行多线程就出错,一直找不到问题,找了好久才找到解决方法,原来是CPU的问题,多线程对于双核CPU亲和性上有问题,现在找到问题的解决方法,顺便记录一下,或许有朋友遇到同样的问题,可以一起参考. .版本 2&#160;.DLL命令 SetProcessAffinityMask, 整数型, , , 公开, 设置CPU亲和性 进程句柄 返回CPU号.参数 hProcess, 整数型.参数 hProcess, 整数型&#160;.DLL命令 SetThreadAffinityMask, 整数型, , , 公开, 设置CPU亲和性 线程句柄.参数 hProcess, 整数型.参数 Mask, 整数型&#160;.DLL命令 GetCurrentProcess, 整数型, , , 公开, 获取当前进程的一个伪句柄 一般是-1&#160;.DLL命令 GetCurrentThread, 整数型, , , 公开, 获取当前线程的一个伪句柄 一般是-2 将以下代码放到易代码开始即可: SetProcessAffinityMask (-1, 1)]]></description>
		<wfw:commentRss>http://www.gutou.cc/archives/eyuyan_duoxiancheng.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
