<?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: Vector vs. ArrayList in multi-threaded Java applications	</title>
	<atom:link href="https://www.timo-ernst.net/blog/2011/04/20/java-threads-and-the-list-interface/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.timo-ernst.net/blog/2011/04/20/java-threads-and-the-list-interface/</link>
	<description>Developer • YouTuber • Blogger</description>
	<lastBuildDate>Thu, 19 Jul 2012 16:23:11 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Will		</title>
		<link>https://www.timo-ernst.net/blog/2011/04/20/java-threads-and-the-list-interface/#comment-29757</link>

		<dc:creator><![CDATA[Will]]></dc:creator>
		<pubDate>Thu, 19 Jul 2012 16:23:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.timo-ernst.net/?p=2758#comment-29757</guid>

					<description><![CDATA[If you&#039;re creating a synchronized block with &quot;persons&quot;, isn&#039;t that negating the advantage of using a vector?  Couldn&#039;t you achieve the same solution by wrapping an ArrayList in a synchronized block?

I think the advantage would be that you wouldn&#039;t have to wrap ALL vector manipulations with a synchronized block, but only the ones that use an iterator.]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re creating a synchronized block with &#8220;persons&#8221;, isn&#8217;t that negating the advantage of using a vector?  Couldn&#8217;t you achieve the same solution by wrapping an ArrayList in a synchronized block?</p>
<p>I think the advantage would be that you wouldn&#8217;t have to wrap ALL vector manipulations with a synchronized block, but only the ones that use an iterator.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Concurrent computing &#124; ZK examples		</title>
		<link>https://www.timo-ernst.net/blog/2011/04/20/java-threads-and-the-list-interface/#comment-14876</link>

		<dc:creator><![CDATA[Concurrent computing &#124; ZK examples]]></dc:creator>
		<pubDate>Mon, 16 May 2011 17:56:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.timo-ernst.net/?p=2758#comment-14876</guid>

					<description><![CDATA[[...] if multiple threads access the same collection. In order to handle this, you might want to learn more about thread-safety in [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] if multiple threads access the same collection. In order to handle this, you might want to learn more about thread-safety in [&#8230;]</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
