<?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: @Transactional and performance issues</title>
	<atom:link href="http://www.denoo.info/2009/01/transactional-and-performance-issues/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.denoo.info/2009/01/transactional-and-performance-issues/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=transactional-and-performance-issues</link>
	<description>musings of a Softare developer</description>
	<lastBuildDate>Mon, 16 Jan 2012 13:22:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.denoo.info/2009/01/transactional-and-performance-issues/comment-page-1/#comment-142</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 23 Jan 2009 09:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.denoo.info/?p=18#comment-142</guid>
		<description>Hi Jettro,
i don’t think it would matter if you use declarative transaction, i think it is spring’s transactionmanager that is getting a database connection while opening a connection, but i will try it out and let you no.

As for as i good see for the read only transactions, there is no difference, it still gets the connection even when not executing a statement.</description>
		<content:encoded><![CDATA[<p>Hi Jettro,<br />
i don’t think it would matter if you use declarative transaction, i think it is spring’s transactionmanager that is getting a database connection while opening a connection, but i will try it out and let you no.</p>
<p>As for as i good see for the read only transactions, there is no difference, it still gets the connection even when not executing a statement.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jettro</title>
		<link>http://www.denoo.info/2009/01/transactional-and-performance-issues/comment-page-1/#comment-140</link>
		<dc:creator>jettro</dc:creator>
		<pubDate>Fri, 23 Jan 2009 08:33:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.denoo.info/?p=18#comment-140</guid>
		<description>I do have a question. Does it matter that you use @Transactional or configure the transaction using xml and annotations? Is there a difference for read-only transactions?</description>
		<content:encoded><![CDATA[<p>I do have a question. Does it matter that you use @Transactional or configure the transaction using xml and annotations? Is there a difference for read-only transactions?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

