<?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: Speeding up Yii or why should you use DB sessions</title>
	<atom:link href="http://programmersnotes.info/2009/03/05/speeding-up-yii-or-why-should-you-use-db-sessions/feed/" rel="self" type="application/rss+xml" />
	<link>http://programmersnotes.info/2009/03/05/speeding-up-yii-or-why-should-you-use-db-sessions/</link>
	<description>Notes on the web-development and artificial intelligence.</description>
	<lastBuildDate>Fri, 20 Apr 2012 15:40:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Adam</title>
		<link>http://programmersnotes.info/2009/03/05/speeding-up-yii-or-why-should-you-use-db-sessions/comment-page-1/#comment-318</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Thu, 12 Aug 2010 18:51:15 +0000</pubDate>
		<guid isPermaLink="false">http://programmersnotes.info/?p=135#comment-318</guid>
		<description>This is also relevant and poses a solution:
http://www.mysqlperformanceblog.com/2007/03/27/php-sessions-files-vs-database-based/</description>
		<content:encoded><![CDATA[<p>This is also relevant and poses a solution:<br />
<a href="http://www.mysqlperformanceblog.com/2007/03/27/php-sessions-files-vs-database-based/" rel="nofollow">http://www.mysqlperformanceblog.com/2007/03/27/php-sessions-files-vs-database-based/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Konstantin Mirin</title>
		<link>http://programmersnotes.info/2009/03/05/speeding-up-yii-or-why-should-you-use-db-sessions/comment-page-1/#comment-96</link>
		<dc:creator>Konstantin Mirin</dc:creator>
		<pubDate>Wed, 10 Mar 2010 10:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://programmersnotes.info/?p=135#comment-96</guid>
		<description>This issue has nothing to do with the session info storage. That&#039;s the problem of the concurrent execution handling, I think.</description>
		<content:encoded><![CDATA[<p>This issue has nothing to do with the session info storage. That&#8217;s the problem of the concurrent execution handling, I think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lafriks</title>
		<link>http://programmersnotes.info/2009/03/05/speeding-up-yii-or-why-should-you-use-db-sessions/comment-page-1/#comment-95</link>
		<dc:creator>Lafriks</dc:creator>
		<pubDate>Sun, 07 Mar 2010 21:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://programmersnotes.info/?p=135#comment-95</guid>
		<description>Problem is that when storing session in DB and there are paralel ajax requests and they store values in session, only last requests session changes are stored :(</description>
		<content:encoded><![CDATA[<p>Problem is that when storing session in DB and there are paralel ajax requests and they store values in session, only last requests session changes are stored <img src='http://programmersnotes.info/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Konstantin Mirin</title>
		<link>http://programmersnotes.info/2009/03/05/speeding-up-yii-or-why-should-you-use-db-sessions/comment-page-1/#comment-94</link>
		<dc:creator>Konstantin Mirin</dc:creator>
		<pubDate>Fri, 18 Dec 2009 19:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://programmersnotes.info/?p=135#comment-94</guid>
		<description>@Derek
Though I&#039;m not using the load-balancing, I realize this is a possible issue. Maybe this can be handled with MySQL clustering. I&#039;m not sure since I&#039;ve never used load-balancing in my work...</description>
		<content:encoded><![CDATA[<p>@Derek<br />
Though I&#8217;m not using the load-balancing, I realize this is a possible issue. Maybe this can be handled with MySQL clustering. I&#8217;m not sure since I&#8217;ve never used load-balancing in my work&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://programmersnotes.info/2009/03/05/speeding-up-yii-or-why-should-you-use-db-sessions/comment-page-1/#comment-93</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Tue, 15 Dec 2009 14:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://programmersnotes.info/?p=135#comment-93</guid>
		<description>Nice post, thanks.

@Kostik: You might need the session across multiple servers if you do load-balancing... else user will have unexpected results.</description>
		<content:encoded><![CDATA[<p>Nice post, thanks.</p>
<p>@Kostik: You might need the session across multiple servers if you do load-balancing&#8230; else user will have unexpected results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: php rounded corners</title>
		<link>http://programmersnotes.info/2009/03/05/speeding-up-yii-or-why-should-you-use-db-sessions/comment-page-1/#comment-92</link>
		<dc:creator>php rounded corners</dc:creator>
		<pubDate>Mon, 31 Aug 2009 23:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://programmersnotes.info/?p=135#comment-92</guid>
		<description>that looks very nice, thank you for sharing!!!</description>
		<content:encoded><![CDATA[<p>that looks very nice, thank you for sharing!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Konstantin Mirin</title>
		<link>http://programmersnotes.info/2009/03/05/speeding-up-yii-or-why-should-you-use-db-sessions/comment-page-1/#comment-91</link>
		<dc:creator>Konstantin Mirin</dc:creator>
		<pubDate>Fri, 21 Aug 2009 19:21:05 +0000</pubDate>
		<guid isPermaLink="false">http://programmersnotes.info/?p=135#comment-91</guid>
		<description>I haven&#039;t heard of this. Any more info on the topic?</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t heard of this. Any more info on the topic?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kostik</title>
		<link>http://programmersnotes.info/2009/03/05/speeding-up-yii-or-why-should-you-use-db-sessions/comment-page-1/#comment-90</link>
		<dc:creator>Kostik</dc:creator>
		<pubDate>Tue, 04 Aug 2009 21:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://programmersnotes.info/?p=135#comment-90</guid>
		<description>What about using RAMDRIVE?
something like &quot;mdmfs -p 777 -s 1024m md1 /usr/local/www/sessions&quot;
the only reason i see for storing sessions in DB is if u want to share sessions across multiple web boxes.</description>
		<content:encoded><![CDATA[<p>What about using RAMDRIVE?<br />
something like &#8220;mdmfs -p 777 -s 1024m md1 /usr/local/www/sessions&#8221;<br />
the only reason i see for storing sessions in DB is if u want to share sessions across multiple web boxes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Konstantin Mirin</title>
		<link>http://programmersnotes.info/2009/03/05/speeding-up-yii-or-why-should-you-use-db-sessions/comment-page-1/#comment-89</link>
		<dc:creator>Konstantin Mirin</dc:creator>
		<pubDate>Tue, 10 Mar 2009 19:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://programmersnotes.info/?p=135#comment-89</guid>
		<description>Thanks! I corrected it.</description>
		<content:encoded><![CDATA[<p>Thanks! I corrected it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomas</title>
		<link>http://programmersnotes.info/2009/03/05/speeding-up-yii-or-why-should-you-use-db-sessions/comment-page-1/#comment-88</link>
		<dc:creator>Tomas</dc:creator>
		<pubDate>Mon, 09 Mar 2009 12:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://programmersnotes.info/?p=135#comment-88</guid>
		<description>Hi,

found incorrect link to &#039;forum thread&#039;.

Greatings, Tomas</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>found incorrect link to &#8216;forum thread&#8217;.</p>
<p>Greatings, Tomas</p>
]]></content:encoded>
	</item>
</channel>
</rss>

