<?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"
	>
<channel>
	<title>Comments on: Interrupting a select without a timeout</title>
	<atom:link href="http://blog.w-nz.com/archives/2008/03/11/interrupting-a-select-without-a-timeout/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.w-nz.com/archives/2008/03/11/interrupting-a-select-without-a-timeout/</link>
	<description>A few thoughts</description>
	<pubDate>Wed, 20 Aug 2008 19:02:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Bas Westerbaan</title>
		<link>http://blog.w-nz.com/archives/2008/03/11/interrupting-a-select-without-a-timeout/#comment-165613</link>
		<dc:creator>Bas Westerbaan</dc:creator>
		<pubDate>Wed, 12 Mar 2008 19:40:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.w-nz.com/archives/2008/03/11/interrupting-a-select-without-a-timeout/#comment-165613</guid>
		<description>Forgot to mention it's concerning Python.  Python has got a select module which obviously works on unices and on Windows for sockets.  Windows doesn't really seem to do signals.  [  On unices, however, using signals will work briliantly ]</description>
		<content:encoded><![CDATA[<p>Forgot to mention it&#8217;s concerning Python.  Python has got a select module which obviously works on unices and on Windows for sockets.  Windows doesn&#8217;t really seem to do signals.  [  On unices, however, using signals will work briliantly ]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: I</title>
		<link>http://blog.w-nz.com/archives/2008/03/11/interrupting-a-select-without-a-timeout/#comment-165612</link>
		<dc:creator>I</dc:creator>
		<pubDate>Wed, 12 Mar 2008 18:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.w-nz.com/archives/2008/03/11/interrupting-a-select-without-a-timeout/#comment-165612</guid>
		<description>The good book, aka select(2), says:

     [EINTR]            A signal was delivered before the time limit expired
                        and before any of the selected events occurred.

Did you try sending SIGALRM to yourself? (didn't test it)</description>
		<content:encoded><![CDATA[<p>The good book, aka select(2), says:</p>
<p>     [EINTR]            A signal was delivered before the time limit expired<br />
                        and before any of the selected events occurred.</p>
<p>Did you try sending SIGALRM to yourself? (didn&#8217;t test it)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
