<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: State Management with the Http Session</title>
	<link>http://jaybose.com/archives/state-management-with-the-http-session/</link>
	<description>Yapping about stuff.</description>
	<pubDate>Fri, 10 Sep 2010 19:10:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Stephen Colebourne</title>
		<link>http://jaybose.com/archives/state-management-with-the-http-session/#comment-28</link>
		<author>Stephen Colebourne</author>
		<pubDate>Mon, 08 Aug 2005 12:26:00 +0000</pubDate>
		<guid>http://jaybose.com/archives/state-management-with-the-http-session/#comment-28</guid>
		<description>2K! We have 200K+ and it works just fine. It partly depends on what kind of site you are running.

Of course Brown and Botzum are from IBM, a company that wants to sell you a very expensive product to handle session issues like this. So, perhaps I'll take their advice with a pinch of salt...</description>
		<content:encoded><![CDATA[<p>2K! We have 200K+ and it works just fine. It partly depends on what kind of site you are running.</p>
<p>Of course Brown and Botzum are from IBM, a company that wants to sell you a very expensive product to handle session issues like this. So, perhaps I&#8217;ll take their advice with a pinch of salt&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaybose</title>
		<link>http://jaybose.com/archives/state-management-with-the-http-session/#comment-6</link>
		<author>jaybose</author>
		<pubDate>Mon, 04 Jul 2005 19:02:27 +0000</pubDate>
		<guid>http://jaybose.com/archives/state-management-with-the-http-session/#comment-6</guid>
		<description>I actually do talk about garbage collection.</description>
		<content:encoded><![CDATA[<p>I actually do talk about garbage collection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://jaybose.com/archives/state-management-with-the-http-session/#comment-4</link>
		<author>Brian</author>
		<pubDate>Sun, 03 Jul 2005 17:17:42 +0000</pubDate>
		<guid>http://jaybose.com/archives/state-management-with-the-http-session/#comment-4</guid>
		<description>In the past we used HttpRequest to store data that would not be needed past the current request.  This allowed us to dispose of unneeded data in a timely fashion.  I do not know if you can do the same with webwork or struts.  You can access the request in webwork but can not place items into it.  

The point you're missing is garbage collection.  Object creation and destruction are the two most expenseive operations in java.  if you keep everything is session and use wait for the session to time out to have these items removed you could be placing a lot of information in session that could be destroyed all at once.</description>
		<content:encoded><![CDATA[<p>In the past we used HttpRequest to store data that would not be needed past the current request.  This allowed us to dispose of unneeded data in a timely fashion.  I do not know if you can do the same with webwork or struts.  You can access the request in webwork but can not place items into it.  </p>
<p>The point you&#8217;re missing is garbage collection.  Object creation and destruction are the two most expenseive operations in java.  if you keep everything is session and use wait for the session to time out to have these items removed you could be placing a lot of information in session that could be destroyed all at once.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
