<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/2.4.5" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Andrew Gaffney - Latest comments on Python threading sucks</title>
		<link>http://blogs.gentoo.org/agaffney?disp=comments</link>
		<description></description>
		<language>en-US</language>
		<docs>http://backend.userland.com/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=2.4.5"/>
		<ttl>60</ttl>
				<item>
			<title>In response to: Python threading sucks</title>
			<pubDate>Fri, 20 Jan 2006 21:45:35 +0000</pubDate>
			<dc:creator>Deepak [Visitor]</dc:creator>
			<guid isPermaLink="false">c2471@http://blogs.gentoo.org/</guid>
			<description>Signal handling on windows .. its a big joke .. SIGALRM ..huh! i still remember my experience with it. Somewhere singals are not platform independent .. on windows use thread + win32api and for Posix use thread + std. signals .. thats how i resolved my problem.</description>
			<content:encoded><![CDATA[Signal handling on windows .. its a big joke .. SIGALRM ..huh! i still remember my experience with it. Somewhere singals are not platform independent .. on windows use thread + win32api and for Posix use thread + std. signals .. thats how i resolved my problem.]]></content:encoded>
			<link>http://blogs.gentoo.org/agaffney/2005/03/18/python_sucks#c2471</link>
		</item>
				<item>
			<title>In response to: Python threading sucks</title>
			<pubDate>Fri, 13 Jan 2006 16:41:01 +0000</pubDate>
			<dc:creator>Andrew Gaffney [Member]</dc:creator>
			<guid isPermaLink="false">c2119@http://blogs.gentoo.org/</guid>
			<description>They might be light and easy, but when you mix in signal handling, 'sane' seems to go right out the window.</description>
			<content:encoded><![CDATA[They might be light and easy, but when you mix in signal handling, 'sane' seems to go right out the window.]]></content:encoded>
			<link>http://blogs.gentoo.org/agaffney/2005/03/18/python_sucks#c2119</link>
		</item>
				<item>
			<title>In response to: Python threading sucks</title>
			<pubDate>Fri, 13 Jan 2006 15:52:32 +0000</pubDate>
			<dc:creator>Deepak [Visitor]</dc:creator>
			<guid isPermaLink="false">c2118@http://blogs.gentoo.org/</guid>
			<description>Not really? Python threads are easy and light! i just wanna add Python thread sucks on windows. ;)</description>
			<content:encoded><![CDATA[Not really? Python threads are easy and light! i just wanna add Python thread sucks on windows. ;)]]></content:encoded>
			<link>http://blogs.gentoo.org/agaffney/2005/03/18/python_sucks#c2118</link>
		</item>
				<item>
			<title>In response to: Python threading sucks</title>
			<pubDate>Fri, 13 May 2005 08:32:27 +0000</pubDate>
			<dc:creator>pH0BiAn [Visitor]</dc:creator>
			<guid isPermaLink="false">c127@http://blogs.gentoo.org/</guid>
			<description>I have a similar program in a chat program I created in python.  I am using the medium level &quot;threading&quot; module to create server connection accepting threads but I can't exit them when they finish their thing, they stack up and the receiving chat program hangs.  Sometimes after just one message! (I know, not the cleanest code ever).&lt;br /&gt;
&lt;br /&gt;
Do you think you could email that C program/source to me?  Or at least some other info on exiting threads?  My address is:&lt;br /&gt;
whitehatlad@hotmail.com&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
phobian</description>
			<content:encoded><![CDATA[I have a similar program in a chat program I created in python.  I am using the medium level "threading" module to create server connection accepting threads but I can't exit them when they finish their thing, they stack up and the receiving chat program hangs.  Sometimes after just one message! (I know, not the cleanest code ever).<br />
<br />
Do you think you could email that C program/source to me?  Or at least some other info on exiting threads?  My address is:<br />
whitehatlad@hotmail.com<br />
<br />
Cheers,<br />
phobian]]></content:encoded>
			<link>http://blogs.gentoo.org/agaffney/2005/03/18/python_sucks#c127</link>
		</item>
			</channel>
</rss>
