<?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: Spring Bean Creation is Not Thread Safe</title>
	<atom:link href="http://blog.webscale.co.in/?feed=rss2&#038;p=64" rel="self" type="application/rss+xml" />
	<link>http://blog.webscale.co.in/?p=64</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 27 Jun 2010 15:52:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: apnath</title>
		<link>http://blog.webscale.co.in/?p=64&#038;cpage=1#comment-4</link>
		<dc:creator>apnath</dc:creator>
		<pubDate>Tue, 08 Apr 2008 10:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://pitfalls.wordpress.com/?p=3#comment-4</guid>
		<description>We have always been huge fans of spring, after creating the blog entry, Pavitar logged the bug mentioned in Adrian&#039;s comment. There is a parallel discussion going in spring thread safety forum initiated by this thread at
http://forum.springframework.org/showthread.php?t=52236

The idea in the blog was to run through some thread safety issues and discuss gotchas that are possible even with a great framework like spring.</description>
		<content:encoded><![CDATA[<p>We have always been huge fans of spring, after creating the blog entry, Pavitar logged the bug mentioned in Adrian&#8217;s comment. There is a parallel discussion going in spring thread safety forum initiated by this thread at<br />
<a href="http://forum.springframework.org/showthread.php?t=52236" rel="nofollow">http://forum.springframework.org/showthread.php?t=52236</a></p>
<p>The idea in the blog was to run through some thread safety issues and discuss gotchas that are possible even with a great framework like spring.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian Colyer</title>
		<link>http://blog.webscale.co.in/?p=64&#038;cpage=1#comment-3</link>
		<dc:creator>Adrian Colyer</dc:creator>
		<pubDate>Tue, 08 Apr 2008 08:14:39 +0000</pubDate>
		<guid isPermaLink="false">http://pitfalls.wordpress.com/?p=3#comment-3</guid>
		<description>I was about to raise an issue in the Spring JIRA to get this problem addressed, but found that someone has already beaten me to it:

http://jira.springframework.org/browse/SPR-4672

Thanks for the thorough investigation, we&#039;ll make sure to get this bug addressed in the next release.

-- Adrian.</description>
		<content:encoded><![CDATA[<p>I was about to raise an issue in the Spring JIRA to get this problem addressed, but found that someone has already beaten me to it:</p>
<p><a href="http://jira.springframework.org/browse/SPR-4672" rel="nofollow">http://jira.springframework.org/browse/SPR-4672</a></p>
<p>Thanks for the thorough investigation, we&#8217;ll make sure to get this bug addressed in the next release.</p>
<p>&#8211; Adrian.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KiLVaiDeN</title>
		<link>http://blog.webscale.co.in/?p=64&#038;cpage=1#comment-2</link>
		<dc:creator>KiLVaiDeN</dc:creator>
		<pubDate>Mon, 07 Apr 2008 13:20:31 +0000</pubDate>
		<guid isPermaLink="false">http://pitfalls.wordpress.com/?p=3#comment-2</guid>
		<description>Interesting research and bug finding, surprising one.

This could lead to surprises and explain some undefined behaviors for some people so it&#039;s good to point it out, and maybe you should fill some bug report on spring website in order to inform them asap about this problem.

I think lazy-init is not really needed though for singletons. Loading the beans at startup time is not a big cost and let&#039;s you avoid a lot of problems.

K</description>
		<content:encoded><![CDATA[<p>Interesting research and bug finding, surprising one.</p>
<p>This could lead to surprises and explain some undefined behaviors for some people so it&#8217;s good to point it out, and maybe you should fill some bug report on spring website in order to inform them asap about this problem.</p>
<p>I think lazy-init is not really needed though for singletons. Loading the beans at startup time is not a big cost and let&#8217;s you avoid a lot of problems.</p>
<p>K</p>
]]></content:encoded>
	</item>
</channel>
</rss>
