<?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"
	>
<channel>
	<title>Comments on: More on terracotta and wicket</title>
	<atom:link href="http://richard-wilkinson.co.uk/2008/06/22/more-on-terracotta-and-wicket/feed/" rel="self" type="application/rss+xml" />
	<link>http://richard-wilkinson.co.uk/2008/06/22/more-on-terracotta-and-wicket/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Tue, 06 Jan 2009 07:08:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Richard</title>
		<link>http://richard-wilkinson.co.uk/2008/06/22/more-on-terracotta-and-wicket/#comment-29</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Fri, 04 Jul 2008 12:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.richard-wilkinson.co.uk/?p=27#comment-29</guid>
		<description>Stefan,

If you are using wicket and terracotta then I recommend that you keep an eye on this thread on the wicket forums (http://www.nabble.com/Terracotta-integration-td18168616.html) where I am attempting to work on some improvements to the wicket / terracotta integration.

Cheers,

Richard</description>
		<content:encoded><![CDATA[<p>Stefan,</p>
<p>If you are using wicket and terracotta then I recommend that you keep an eye on this thread on the wicket forums (http://www.nabble.com/Terracotta-integration-td18168616.html) where I am attempting to work on some improvements to the wicket / terracotta integration.</p>
<p>Cheers,</p>
<p>Richard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan F</title>
		<link>http://richard-wilkinson.co.uk/2008/06/22/more-on-terracotta-and-wicket/#comment-28</link>
		<dc:creator>Stefan F</dc:creator>
		<pubDate>Fri, 04 Jul 2008 12:11:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.richard-wilkinson.co.uk/?p=27#comment-28</guid>
		<description>Hi Richard,

I am also using Wicket/Terracotta/Jetty and so I really want to thank you for your effort! I am going to adopt this implementation as well!

@Jan: I also feel that Jetty's TC support would benefit of some improvements (talking about tim-jetty-6.1.4-1.1.0). The synchronization of org.mortbay.terracotta.servlet.TerracottaSessionManager is quite bad as it is using synchronized(this) and two ConcurrentHashMaps. This approach requires a considerable amount of TC transactions. I think, the terracotta session manager would benefit of a simpler approach using a single ReentrantReadWriteLock and two ordinary HashMaps.

regards
Stefan</description>
		<content:encoded><![CDATA[<p>Hi Richard,</p>
<p>I am also using Wicket/Terracotta/Jetty and so I really want to thank you for your effort! I am going to adopt this implementation as well!</p>
<p>@Jan: I also feel that Jetty&#8217;s TC support would benefit of some improvements (talking about tim-jetty-6.1.4-1.1.0). The synchronization of org.mortbay.terracotta.servlet.TerracottaSessionManager is quite bad as it is using synchronized(this) and two ConcurrentHashMaps. This approach requires a considerable amount of TC transactions. I think, the terracotta session manager would benefit of a simpler approach using a single ReentrantReadWriteLock and two ordinary HashMaps.</p>
<p>regards<br />
Stefan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://richard-wilkinson.co.uk/2008/06/22/more-on-terracotta-and-wicket/#comment-27</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sun, 29 Jun 2008 15:43:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.richard-wilkinson.co.uk/?p=27#comment-27</guid>
		<description>Hi Jan,

I think the main problem was the use of ConcurrentHashMaps where you didn't really need them; I was seeing lots of lock classes being distributed because of it.  However I'm not really an expert on this and you may want to talk to gbevin on the terracotta forums (http://forums.terracotta.org/forums/user/profile/333.page) as he works for terracotta and knows more about it than I do.

Cheers,
Richard</description>
		<content:encoded><![CDATA[<p>Hi Jan,</p>
<p>I think the main problem was the use of ConcurrentHashMaps where you didn&#8217;t really need them; I was seeing lots of lock classes being distributed because of it.  However I&#8217;m not really an expert on this and you may want to talk to gbevin on the terracotta forums (http://forums.terracotta.org/forums/user/profile/333.page) as he works for terracotta and knows more about it than I do.</p>
<p>Cheers,<br />
Richard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Bartel</title>
		<link>http://richard-wilkinson.co.uk/2008/06/22/more-on-terracotta-and-wicket/#comment-26</link>
		<dc:creator>Jan Bartel</dc:creator>
		<pubDate>Sun, 29 Jun 2008 06:34:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.richard-wilkinson.co.uk/?p=27#comment-26</guid>
		<description>Hi Richard,

I'm always keen to improve Jetty's integrations with 3rd party libs such as Terracotta, and I'd be interested to hear the areas that you feel need some extra attention to bring it to a par with Tomcat/Terracotta - or even beyond :)

regards
Jan</description>
		<content:encoded><![CDATA[<p>Hi Richard,</p>
<p>I&#8217;m always keen to improve Jetty&#8217;s integrations with 3rd party libs such as Terracotta, and I&#8217;d be interested to hear the areas that you feel need some extra attention to bring it to a par with Tomcat/Terracotta - or even beyond <img src='http://richard-wilkinson.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
regards<br />
Jan</p>
]]></content:encoded>
	</item>
</channel>
</rss>
