<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>firemail - 进程 线程</title>
    <link>http://www.firemail.wang:8088/forum.php?mod=forumdisplay&amp;fid=485</link>
    <description>Latest 20 threads of 进程 线程</description>
    <copyright>Copyright(C) firemail</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 25 Jun 2026 16:49:24 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.firemail.wang:8088/static/image/common/logo_88_31.gif</url>
      <title>firemail</title>
      <link>http://www.firemail.wang:8088/</link>
    </image>
    <item>
      <title>Mac OS X相当于CreateEvent()与命名对象进行进程间通信？</title>
      <link>http://www.firemail.wang:8088/forum.php?mod=viewthread&amp;tid=10455</link>
      <description><![CDATA[我正在寻找Mac OS X上最简单或最合适的方式来简单地\&quot;发信号\&quot;或通知另一个进程.来自Windows背景,可以使用以下内容实现.在流程A中:// create named eventhCreatedEvent = CreateEvent(NULL, TRUE, FALSE, \&quot;MyUniqueNamedEvent\&quot;);// wait for it to be signalledWaitForSin ...]]></description>
      <category>进程 线程</category>
      <author>Qter</author>
      <pubDate>Thu, 07 Apr 2022 03:29:46 +0000</pubDate>
    </item>
    <item>
      <title>线程间通信的几种方法_终于有人把进程间通信讲明白了</title>
      <link>http://www.firemail.wang:8088/forum.php?mod=viewthread&amp;tid=10432</link>
      <description><![CDATA[导读：使用多进程协作来实现应用和系统是一种被广泛使用的开发方法。进程间通信是多进程协作的基础。作者：陈海波、夏虞斌 等来源：华章计算机
多进程协作主要有以下三点优势。
[*]将功能模块化，避免重复造轮子。
[*]增强模块间的隔离，提供更强的安全保障。
[*]提 ...]]></description>
      <category>进程 线程</category>
      <author>Qter</author>
      <pubDate>Thu, 24 Feb 2022 15:03:49 +0000</pubDate>
    </item>
    <item>
      <title>什么是协程？</title>
      <link>http://www.firemail.wang:8088/forum.php?mod=viewthread&amp;tid=10431</link>
      <description><![CDATA[什么是协程？

王方浩








致知计划

科技数码季收录



251 人赞同了该文章
&#8203;目录

收起[/backcolor]

为什么需要协程？


协程的注意事项


总结





这几天一直在看协程相关的介绍，自动驾驶系统Apollo中使用了协程作 ...]]></description>
      <category>进程 线程</category>
      <author>Qter</author>
      <pubDate>Thu, 24 Feb 2022 14:53:28 +0000</pubDate>
    </item>
    <item>
      <title>semaphore与mutexes的区别</title>
      <link>http://www.firemail.wang:8088/forum.php?mod=viewthread&amp;tid=10430</link>
      <description><![CDATA[在semaphore计数大于1的时候，关键不同点在于mutexes用于保护共享资源，而semaphorse用于线程间通信。semaphore用来保护几个相同的资源（资源相同并且只能被独占）是错误的用法。
在semaphore计数等于1的时候，关键不同点在于semaphore可以由其它线程释放，而mutexes只 ...]]></description>
      <category>进程 线程</category>
      <author>Qter</author>
      <pubDate>Thu, 24 Feb 2022 07:23:03 +0000</pubDate>
    </item>
    <item>
      <title>CreateEvent 和OpenEvent时事件全局名称问题 Global</title>
      <link>http://www.firemail.wang:8088/forum.php?mod=viewthread&amp;tid=10429</link>
      <description><![CDATA[今天看别人的代码，注意到在操作事件对象时如下：
sprintf(cTemp,\&quot;Global\\\\EVENT_%s\&quot;,lpFileName);
m_hMapEvent = OpenEvent(EVENT_ALL_ACCESS,FALSE,cTemp);


注意到了没有，事件对象名称前面加了个Global，开始以为这个Global是任意加的，可以随便改成其他字符 ...]]></description>
      <category>进程 线程</category>
      <author>Qter</author>
      <pubDate>Thu, 24 Feb 2022 07:22:17 +0000</pubDate>
    </item>
    <item>
      <title>编程思想之多线程与多进程</title>
      <link>http://www.firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9660</link>
      <description><![CDATA[原文：http://blog.csdn.net/luoweifu/article/details/46595285 
作者:luoweifu 

什么是线程
什么是线程？线程与进程与有什么关系？这是一个非常抽象的问题，也是一个特别广的话题，涉及到非常多的知识。我不能确保能把它讲的话，也不能确保讲的内容全部都正确。 ...]]></description>
      <category>进程 线程</category>
      <author>java</author>
      <pubDate>Mon, 18 Feb 2019 02:22:59 +0000</pubDate>
    </item>
  </channel>
</rss>