<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Crash Course in GLib Internals</title>
	<atom:link href="http://www.j5live.com/2006/03/01/crash-course-in-glib-internals/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.j5live.com/2006/03/01/crash-course-in-glib-internals/</link>
	<description>Where the urethane hits the pavement</description>
	<lastBuildDate>Mon, 10 Oct 2011 13:34:18 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: J5</title>
		<link>http://www.j5live.com/2006/03/01/crash-course-in-glib-internals/comment-page-1/#comment-1973</link>
		<dc:creator>J5</dc:creator>
		<pubDate>Thu, 02 Mar 2006 14:23:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.martianrock.com/?p=201#comment-1973</guid>
		<description>Partially because I didn&#039;t know about GIOChannels but mostly because Matthias Clausen told me to use a GSource.  GIOChannel looks just like a simplification of the GSource API and most likely is not flexable enough for what I needed it for.  For instance I only attach to the socket at the data stage of both the GET and the POST methods.  Using a GSource just gives me more flexability.</description>
		<content:encoded><![CDATA[<p>Partially because I didn&#8217;t know about GIOChannels but mostly because Matthias Clausen told me to use a GSource.  GIOChannel looks just like a simplification of the GSource API and most likely is not flexable enough for what I needed it for.  For instance I only attach to the socket at the data stage of both the GET and the POST methods.  Using a GSource just gives me more flexability.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sven Neumann</title>
		<link>http://www.j5live.com/2006/03/01/crash-course-in-glib-internals/comment-page-1/#comment-1972</link>
		<dc:creator>Sven Neumann</dc:creator>
		<pubDate>Thu, 02 Mar 2006 07:59:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.martianrock.com/?p=201#comment-1972</guid>
		<description>Just wondering why you aren&#039;t using a GIOChannel and g_io_create_watch(). But I don&#039;t know the CUPS server/client protocol good enough to judge if that would work at all and if it would be more elegant or not.</description>
		<content:encoded><![CDATA[<p>Just wondering why you aren&#8217;t using a GIOChannel and g_io_create_watch(). But I don&#8217;t know the CUPS server/client protocol good enough to judge if that would work at all and if it would be more elegant or not.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

