<?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: A Simple Daemon in C</title>
	<atom:link href="http://www.4pmp.com/2009/12/a-simple-daemon-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.4pmp.com/2009/12/a-simple-daemon-in-c/</link>
	<description>PHP, MySQL, C, Java, Linux and other great after dinner speech topics</description>
	<lastBuildDate>Sat, 21 Jan 2012 20:07:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Nick</title>
		<link>http://www.4pmp.com/2009/12/a-simple-daemon-in-c/comment-page-1/#comment-1137</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Sat, 25 Jun 2011 08:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.4pmp.com/?p=209#comment-1137</guid>
		<description>1.   Save the code into a file, let&#039;s say daemon.c
2.   Now you need to compile it:   gcc daemon.c -odaemon
3.   Next, add executable permissions to the compiled source:   chmod +x daemon
4.   Run:   ./daemon

If you&#039;re looking to daemonise something, you might want to have a look at my project The Fat Controller:

http://www.4pmp.com/fatcontroller/

It can basically daemonise anything (PHP scripts, Python, Java, etc) as well as provide some other useful features such as parallel execution and repeated execution.</description>
		<content:encoded><![CDATA[<p>1.   Save the code into a file, let&#8217;s say daemon.c<br />
2.   Now you need to compile it:   gcc daemon.c -odaemon<br />
3.   Next, add executable permissions to the compiled source:   chmod +x daemon<br />
4.   Run:   ./daemon</p>
<p>If you&#8217;re looking to daemonise something, you might want to have a look at my project The Fat Controller:</p>
<p><a href="http://www.4pmp.com/fatcontroller/">http://www.4pmp.com/fatcontroller/</a></p>
<p>It can basically daemonise anything (PHP scripts, Python, Java, etc) as well as provide some other useful features such as parallel execution and repeated execution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nikitha</title>
		<link>http://www.4pmp.com/2009/12/a-simple-daemon-in-c/comment-page-1/#comment-1135</link>
		<dc:creator>nikitha</dc:creator>
		<pubDate>Thu, 23 Jun 2011 16:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.4pmp.com/?p=209#comment-1135</guid>
		<description>how 2 execute it in ubuntu??</description>
		<content:encoded><![CDATA[<p>how 2 execute it in ubuntu??</p>
]]></content:encoded>
	</item>
</channel>
</rss>

