<?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: Your own PHP DNS daemon</title>
	<atom:link href="http://blog.magicaltux.net/2009/02/19/your-own-php-dns-daemon/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.magicaltux.net/2009/02/19/your-own-php-dns-daemon/</link>
	<description>Geekness brought me to Japan!</description>
	<lastBuildDate>Sat, 24 Jul 2010 02:41:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Ein PHP-Script als Windows-Dienst starten at PHP Gangsta</title>
		<link>http://blog.magicaltux.net/2009/02/19/your-own-php-dns-daemon/comment-page-1/#comment-1688</link>
		<dc:creator>Ein PHP-Script als Windows-Dienst starten at PHP Gangsta</dc:creator>
		<pubDate>Fri, 14 Aug 2009 17:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.magicaltux.net/?p=245#comment-1688</guid>
		<description>[...] mit PHP kann man all solche Dinge lösen. Es gibt bereits DNS-Server geschrieben in PHP, selbst ein Webserver in PHP ist verfügbar, ein Continuous Integration Server, einen FTP Server, [...]</description>
		<content:encoded><![CDATA[<p>[...] mit PHP kann man all solche Dinge lösen. Es gibt bereits DNS-Server geschrieben in PHP, selbst ein Webserver in PHP ist verfügbar, ein Continuous Integration Server, einen FTP Server, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP DNS daemon - Der eigene Name-Server in PHP &#124; just-a-blog</title>
		<link>http://blog.magicaltux.net/2009/02/19/your-own-php-dns-daemon/comment-page-1/#comment-1516</link>
		<dc:creator>PHP DNS daemon - Der eigene Name-Server in PHP &#124; just-a-blog</dc:creator>
		<pubDate>Mon, 20 Apr 2009 07:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.magicaltux.net/?p=245#comment-1516</guid>
		<description>[...] Gegen die Vergesslichkeit mal hier ein kurzer Artikel zum Thema pinetd und DNS-Server. [...]</description>
		<content:encoded><![CDATA[<p>[...] Gegen die Vergesslichkeit mal hier ein kurzer Artikel zum Thema pinetd und DNS-Server. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iks</title>
		<link>http://blog.magicaltux.net/2009/02/19/your-own-php-dns-daemon/comment-page-1/#comment-1513</link>
		<dc:creator>iks</dc:creator>
		<pubDate>Thu, 02 Apr 2009 09:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.magicaltux.net/?p=245#comment-1513</guid>
		<description>Codeslinger - ie. namespaces? :)</description>
		<content:encoded><![CDATA[<p>Codeslinger &#8211; ie. namespaces? <img src='http://blog.magicaltux.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Codeslinger at Compsalot</title>
		<link>http://blog.magicaltux.net/2009/02/19/your-own-php-dns-daemon/comment-page-1/#comment-1460</link>
		<dc:creator>Codeslinger at Compsalot</dc:creator>
		<pubDate>Sat, 28 Feb 2009 16:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.magicaltux.net/?p=245#comment-1460</guid>
		<description>correction, I intended to ask you about your dependence on PHP 5.3  versus PHP 5.2  (somehow I fumble fingered the &#039;5&#039; in the above).


PHP 5.3 is not widely deployed yet and won&#039;t be for probably another year.  Is there a compelling reason why your program must be dependent on it?</description>
		<content:encoded><![CDATA[<p>correction, I intended to ask you about your dependence on PHP 5.3  versus PHP 5.2  (somehow I fumble fingered the &#8217;5&#8242; in the above).</p>
<p>PHP 5.3 is not widely deployed yet and won&#8217;t be for probably another year.  Is there a compelling reason why your program must be dependent on it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Codeslinger at Compsalot</title>
		<link>http://blog.magicaltux.net/2009/02/19/your-own-php-dns-daemon/comment-page-1/#comment-1457</link>
		<dc:creator>Codeslinger at Compsalot</dc:creator>
		<pubDate>Fri, 27 Feb 2009 19:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.magicaltux.net/?p=245#comment-1457</guid>
		<description>it&#039;s an exciting project that you are doing!  I look forward to seeing the result or your efforts.

As far as caching goes, depends on what you are trying to do.  I think you will find that for most purposes all you really need is an array, they are fast.  and that if you want to give it an external life for some reason then look at the &quot;Shared Memory Functions&quot;.

Why PHP 3 ???  this makes your program very *unportable*.  Not many servers are running it yet, most are still PHP 2.x.   If you can possibly do so I hope that you will reconsider that dependency.

Codeslinger</description>
		<content:encoded><![CDATA[<p>it&#8217;s an exciting project that you are doing!  I look forward to seeing the result or your efforts.</p>
<p>As far as caching goes, depends on what you are trying to do.  I think you will find that for most purposes all you really need is an array, they are fast.  and that if you want to give it an external life for some reason then look at the &#8220;Shared Memory Functions&#8221;.</p>
<p>Why PHP 3 ???  this makes your program very *unportable*.  Not many servers are running it yet, most are still PHP 2.x.   If you can possibly do so I hope that you will reconsider that dependency.</p>
<p>Codeslinger</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cory C</title>
		<link>http://blog.magicaltux.net/2009/02/19/your-own-php-dns-daemon/comment-page-1/#comment-1446</link>
		<dc:creator>Cory C</dc:creator>
		<pubDate>Sun, 22 Feb 2009 14:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.magicaltux.net/?p=245#comment-1446</guid>
		<description>Interesting project!

I, too, take PHP and put it in some weird situations...

I saw that on your previous post people were commenting about caching. Oddly enough, I was just browsing around on the PHP website and came across the memcache extension. Looks like your project could make great use of it!</description>
		<content:encoded><![CDATA[<p>Interesting project!</p>
<p>I, too, take PHP and put it in some weird situations&#8230;</p>
<p>I saw that on your previous post people were commenting about caching. Oddly enough, I was just browsing around on the PHP website and came across the memcache extension. Looks like your project could make great use of it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DNS-Server auf der Basis von PHP im Leben des wolf-u.li</title>
		<link>http://blog.magicaltux.net/2009/02/19/your-own-php-dns-daemon/comment-page-1/#comment-1434</link>
		<dc:creator>DNS-Server auf der Basis von PHP im Leben des wolf-u.li</dc:creator>
		<pubDate>Thu, 19 Feb 2009 13:46:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.magicaltux.net/?p=245#comment-1434</guid>
		<description>[...] man das ganze f&#252;r sich aufsetzt, beschreibt der Autor hier. In diesem Tutorial wird PHP5.3 heruntergeladen, kompiliert und pinetd in einer chroot-umgebung [...]</description>
		<content:encoded><![CDATA[<p>[...] man das ganze f&#252;r sich aufsetzt, beschreibt der Autor hier. In diesem Tutorial wird PHP5.3 heruntergeladen, kompiliert und pinetd in einer chroot-umgebung [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
