<?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: Retrieving a free port for socket binding</title>
	<atom:link href="http://chaoticjava.com/posts/retrieving-a-free-port-for-socket-binding/feed/" rel="self" type="application/rss+xml" />
	<link>http://chaoticjava.com/posts/retrieving-a-free-port-for-socket-binding/</link>
	<description>The internet, design patterns, frameworks and Java</description>
	<lastBuildDate>Sat, 05 Nov 2011 18:39:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Shefali</title>
		<link>http://chaoticjava.com/posts/retrieving-a-free-port-for-socket-binding/comment-page-1/#comment-91592</link>
		<dc:creator>Shefali</dc:creator>
		<pubDate>Tue, 26 Oct 2010 12:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://chaoticjava.com/posts/retrieving-a-free-port-for-socket-binding/#comment-91592</guid>
		<description>Is there any way in java to identify if a particular port number is free or not?</description>
		<content:encoded><![CDATA[<p>Is there any way in java to identify if a particular port number is free or not?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timmo Freudl-Gierke</title>
		<link>http://chaoticjava.com/posts/retrieving-a-free-port-for-socket-binding/comment-page-1/#comment-88071</link>
		<dc:creator>Timmo Freudl-Gierke</dc:creator>
		<pubDate>Wed, 22 Sep 2010 14:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://chaoticjava.com/posts/retrieving-a-free-port-for-socket-binding/#comment-88071</guid>
		<description>You need a free port if you want to run multiple parallel tests on a continuous integration server. Otherwise the runs can block each other.</description>
		<content:encoded><![CDATA[<p>You need a free port if you want to run multiple parallel tests on a continuous integration server. Otherwise the runs can block each other.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

