<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>Comment Feed for [asp.net] session state management / performance (TechOff on Channel 9)</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/forums/techoff/7108-aspnet-session-state-management--performance/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Comment Feed for [asp.net] session state management / performance (TechOff on Channel 9)</title><link>http://channel9.msdn.com/forums/TechOff/7108-aspnet-session-state-management--performance/</link></image><description>[asp.net] session state management / performance</description><link>http://channel9.msdn.com/forums/TechOff/7108-aspnet-session-state-management--performance/</link><language>en-us</language><pubDate>Tue, 18 May 2004 16:59:19 GMT</pubDate><lastBuildDate>Tue, 18 May 2004 16:59:19 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3243.35083, Culture=neutral, PublicKeyToken=null)</generator><item><title>Re: [asp.net] session state management / performance</title><description>Thanks. I've found some hard figures (more or less) in this, very informative, article by Dino Esposito:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.vsj.co.uk/articles/display.asp?id=286"&gt;http://www.vsj.co.uk/articles/display.asp?id=286&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;StateServer: approx. 15% overhead&lt;br /&gt;SQL Server: approx. 25% overhead&lt;br /&gt;</description><comments></comments><link>http://channel9.msdn.com/forums/TechOff/7108-aspnet-session-state-management--performance/?CommentID=7135</link><pubDate>Tue, 18 May 2004 16:59:19 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/7108-aspnet-session-state-management--performance/?CommentID=7135</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/7135/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Thanks. I've found some hard figures (more or less) in this, very informative, article by Dino Esposito:http://www.vsj.co.uk/articles/display.asp?id=286StateServer: approx. 15% overheadSQL Server: approx. 25% overhead</evnet:previewtext><dc:creator>miies</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/7135/Trackback.aspx</trackback:ping></item><item><title>Re: [asp.net] session state management / performance</title><description>&lt;p&gt;in reply to LazyCoder, everytime you change the global.asax, web.config, or dll files, it will cause you app to reset.. ALSO, you can go to the properties of the Application Bag for which your asp.net app is attached to, and look at the worker thread config. something may have been changed? &lt;br /&gt;&lt;br /&gt;in reply to miies&lt;br /&gt;aspnet_state.exe or SQL Server...&lt;br /&gt;&lt;br /&gt;with SQL Server, your session can persist permanently and is most secure, yet it requires an SQL transaction during session state management, something that can become quite costly..&lt;br /&gt;&lt;br /&gt;Im not too sure about the session server (out-of-proc).. but I usually only hear people using inproc or sql&lt;br /&gt;&lt;br /&gt;THIS&amp;nbsp;forum at ASP.net Forums is GREAT .. they answer quite quickly and there is TONS of information to go through.&lt;br /&gt;&lt;a href="http://www.asp.net/Forums/ShowForum.aspx?tabindex=1&amp;amp;ForumID=22"&gt;http://www.asp.net/Forums/ShowForum.aspx?tabindex=1&amp;amp;ForumID=22&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Jake&lt;/p&gt;</description><comments></comments><link>http://channel9.msdn.com/forums/TechOff/7108-aspnet-session-state-management--performance/?CommentID=7133</link><pubDate>Tue, 18 May 2004 15:48:06 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/7108-aspnet-session-state-management--performance/?CommentID=7133</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/7133/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>in reply to LazyCoder, everytime you change the global.asax, web.config, or dll files, it will cause you app to reset.. ALSO, you can go to the properties of the Application Bag for which your asp.net app is attached to, and look at the worker thread config. something may have been changed? in reply&amp;#8230;</evnet:previewtext><dc:creator>GooberDLX</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/7133/Trackback.aspx</trackback:ping></item><item><title>Re: [asp.net] session state management / performance</title><description>I'm still trying to figure out why my app occasionally loses the
Session vars altogether. It's like the process restarts, but it doesn't
show in the event log as having restarted. It's more like the session
state just resets and I lose all my values. I'm sure it will take a lot
of man hours to find.&lt;br /&gt;</description><comments></comments><link>http://channel9.msdn.com/forums/TechOff/7108-aspnet-session-state-management--performance/?CommentID=7119</link><pubDate>Tue, 18 May 2004 13:58:53 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/7108-aspnet-session-state-management--performance/?CommentID=7119</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/7119/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I'm still trying to figure out why my app occasionally loses the
Session vars altogether. It's like the process restarts, but it doesn't
show in the event log as having restarted. It's more like the session
state just resets and I lose all my values. I'm sure it will take a lot
of man hours to find.</evnet:previewtext><dc:creator>LazyCoder</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/7119/Trackback.aspx</trackback:ping></item></channel></rss>