<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>系统编程 on memory</title>
    <link>https://mem.leabol.top/tags/%E7%B3%BB%E7%BB%9F%E7%BC%96%E7%A8%8B/</link>
    <description>Recent content in 系统编程 on memory</description>
    <generator>Hugo</generator>
    <language>zh-cn</language>
    <lastBuildDate>Mon, 20 Jan 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://mem.leabol.top/tags/%E7%B3%BB%E7%BB%9F%E7%BC%96%E7%A8%8B/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>linux select函数</title>
      <link>https://mem.leabol.top/posts/linux%E7%B3%BB%E7%BB%9F%E7%BC%96%E7%A8%8B/linux-select%E5%87%BD%E6%95%B0/</link>
      <pubDate>Mon, 20 Jan 2025 00:00:00 +0000</pubDate>
      <guid>https://mem.leabol.top/posts/linux%E7%B3%BB%E7%BB%9F%E7%BC%96%E7%A8%8B/linux-select%E5%87%BD%E6%95%B0/</guid>
      <description>&lt;p&gt;在Linux中，我们可以使用select函数实现I/O端口的复用，传递给 select函数的参数会告诉内核：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;我们所关心的文件描述符&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;对每个描述符，我们所关心的状态。(我们是要想从一个文件描述符中读或者写，还是关注一个描述符中是否出现异常)&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
