<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>多工作業下的資料讀寫處理事項 - read()/write() 被 signal 中斷的處理</title>
<link>http://blog.roodo.com/rocksaying/archives/2159383.html/</link>
<description><![CDATA[
當 read() 或 write() 在處理資料時，若剛好產生了一個 signal ，系統為了要處理這個 signal ，便會中斷 read() 或 write() ，將程序狀態切換到 signal 的處理動作中。
而當 signal 的處理動作結束後，再將程序狀態切換到 read() 或 write() 的後續處理動作。
]]>
	</description>
<language>zh-tw</language>
<generator>Roodo Blog System</generator>
<copyright>All Rights Reserved</copyright>
<atom:link href="http://blog.roodo.com/rocksaying/archives/2159383-comment.xml" rel="self" type="application/rss+xml" />
<item>
	<title>回應：多工作業下的資料讀寫處理事項 - read()/write() 被 signal 中斷的處理</title>
	<description><![CDATA[很有用的資訊，感謝你的整理]]>
	</description>
	<link>http://blog.roodo.com/rocksaying/archives/2159383.html</link>
	<guid>http://blog.roodo.com/rocksaying/archives/2159383.html#comment-19094621</guid>
	<author>cmchao@gmail.com(cmchao)</author>	<category>文章回應</category>
	<pubDate>Mon, 11 May 2009 11:14:23 +0800</pubDate>
</item>
</channel>
</rss>