<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Coldfusion: DNS Reverse Lookup</title>
	<atom:link href="http://yougiveloveabad.name/archives/2009/02/19/coldfusion-dns-reverse-lookup/feed/" rel="self" type="application/rss+xml" />
	<link>http://yougiveloveabad.name/archives/2009/02/19/coldfusion-dns-reverse-lookup/</link>
	<description>Not quite shot through the heart</description>
	<lastBuildDate>Wed, 04 Nov 2009 15:40:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: nathan kelly</title>
		<link>http://yougiveloveabad.name/archives/2009/02/19/coldfusion-dns-reverse-lookup/comment-page-1/#comment-66</link>
		<dc:creator>nathan kelly</dc:creator>
		<pubDate>Tue, 22 Sep 2009 10:11:26 +0000</pubDate>
		<guid isPermaLink="false">http://yougiveloveabad.name/?p=61#comment-66</guid>
		<description>take a look at this blog (not mine) - reverseDNS lookup without locking up using dnsjava.org:

http://www.phillnacelli.net/blog/index.cfm/2007/2/21/DNS-Lookup-in-ColdFusion

Works for me...</description>
		<content:encoded><![CDATA[<p>take a look at this blog (not mine) &#8211; reverseDNS lookup without locking up using dnsjava.org:</p>
<p><a href="http://www.phillnacelli.net/blog/index.cfm/2007/2/21/DNS-Lookup-in-ColdFusion" rel="nofollow">http://www.phillnacelli.net/blog/index.cfm/2007/2/21/DNS-Lookup-in-ColdFusion</a></p>
<p>Works for me&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JC</title>
		<link>http://yougiveloveabad.name/archives/2009/02/19/coldfusion-dns-reverse-lookup/comment-page-1/#comment-32</link>
		<dc:creator>JC</dc:creator>
		<pubDate>Wed, 10 Jun 2009 18:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://yougiveloveabad.name/?p=61#comment-32</guid>
		<description>Hmm.. You could try wrapping it in cflock with a short timeout. That might work.</description>
		<content:encoded><![CDATA[<p>Hmm.. You could try wrapping it in cflock with a short timeout. That might work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://yougiveloveabad.name/archives/2009/02/19/coldfusion-dns-reverse-lookup/comment-page-1/#comment-31</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Wed, 10 Jun 2009 17:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://yougiveloveabad.name/?p=61#comment-31</guid>
		<description>This works great if it wasnt so slow. We&#039;re using this to log the host names of our users, and Im looking up anywhere between 6-10k addresses at a time, which doesnt make this usage feasible. What we&#039;ve noticed though, is that it only takes a while if it is unable to find a host name. Otherwise, its back in less than a second. Do you or anyone know of any way to cancel the request if it takes longer than a specified period of time and just move on to the next one if that&#039;s the case?</description>
		<content:encoded><![CDATA[<p>This works great if it wasnt so slow. We're using this to log the host names of our users, and Im looking up anywhere between 6-10k addresses at a time, which doesnt make this usage feasible. What we've noticed though, is that it only takes a while if it is unable to find a host name. Otherwise, its back in less than a second. Do you or anyone know of any way to cancel the request if it takes longer than a specified period of time and just move on to the next one if that's the case?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
