<?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: Memcache and shared hosting.</title>
	<atom:link href="http://www.top10webhosting.com/content/memcache-and-shared-hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.top10webhosting.com/content/memcache-and-shared-hosting/</link>
	<description>sharing good host and hosting knowledge.</description>
	<lastBuildDate>Wed, 14 Jul 2010 06:28:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nacho</title>
		<link>http://www.top10webhosting.com/content/memcache-and-shared-hosting/comment-page-1/#comment-13990</link>
		<dc:creator>Nacho</dc:creator>
		<pubDate>Fri, 04 Jun 2010 23:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.top10webhosting.com/content/?p=199#comment-13990</guid>
		<description>Honestly, I think you&#039;re wrong. The reason I want to use memcached in my shared hosting is as simple as the fact that, by using it, I can avoid paying for a more powerful (and expensive) dedicated hosting.</description>
		<content:encoded><![CDATA[<p>Honestly, I think you&#8217;re wrong. The reason I want to use memcached in my shared hosting is as simple as the fact that, by using it, I can avoid paying for a more powerful (and expensive) dedicated hosting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Snowcore`</title>
		<link>http://www.top10webhosting.com/content/memcache-and-shared-hosting/comment-page-1/#comment-10511</link>
		<dc:creator>Snowcore`</dc:creator>
		<pubDate>Wed, 09 Dec 2009 16:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.top10webhosting.com/content/?p=199#comment-10511</guid>
		<description>I am using simple file caching on the shared hosting. But only for small projects. Really, big project needs dedicated, or at least virtual server :)</description>
		<content:encoded><![CDATA[<p>I am using simple file caching on the shared hosting. But only for small projects. Really, big project needs dedicated, or at least virtual server <img src='http://www.top10webhosting.com/content/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martijn</title>
		<link>http://www.top10webhosting.com/content/memcache-and-shared-hosting/comment-page-1/#comment-4762</link>
		<dc:creator>Martijn</dc:creator>
		<pubDate>Thu, 05 Mar 2009 21:53:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.top10webhosting.com/content/?p=199#comment-4762</guid>
		<description>Well, of course memcache(d) is used for more larger(or read heavier) applications.
Very handy when it comes to object caching resultset&#039;s and so on.

File storage could also be used but:
- it&#039;s VERY slow when u look at the performance compared to memcache(d)
- u should make a good file locking mechanisme when u push/pull to/from 1 file


Sometimes in small applications u need HIGH performence and easy access for low traffic applications.

Like: 
JS Ajax chat that push and pulls messages.(wich i made)
An problem appears when u would like the chat-messages to exists like 3 seconds.

I just build it to use the file handler (mysql). But when u install the chat on a server that uses memcache(d), it automaticly uses memcache(d). 

But u can assign memcache(d) to a &quot;user&quot;... right ^^</description>
		<content:encoded><![CDATA[<p>Well, of course memcache(d) is used for more larger(or read heavier) applications.<br />
Very handy when it comes to object caching resultset&#8217;s and so on.</p>
<p>File storage could also be used but:<br />
- it&#8217;s VERY slow when u look at the performance compared to memcache(d)<br />
- u should make a good file locking mechanisme when u push/pull to/from 1 file</p>
<p>Sometimes in small applications u need HIGH performence and easy access for low traffic applications.</p>
<p>Like:<br />
JS Ajax chat that push and pulls messages.(wich i made)<br />
An problem appears when u would like the chat-messages to exists like 3 seconds.</p>
<p>I just build it to use the file handler (mysql). But when u install the chat on a server that uses memcache(d), it automaticly uses memcache(d). </p>
<p>But u can assign memcache(d) to a &#8220;user&#8221;&#8230; right ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal</title>
		<link>http://www.top10webhosting.com/content/memcache-and-shared-hosting/comment-page-1/#comment-4718</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Fri, 27 Feb 2009 06:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.top10webhosting.com/content/?p=199#comment-4718</guid>
		<description>Actually, one of the conveniences of memcaching is that you can store resources like result sets.  If you wanted to do this with file storage, you would need to take each row of the result set, turn it into an array, serialize it and store it.  Then do all that in reverse to get it out again.</description>
		<content:encoded><![CDATA[<p>Actually, one of the conveniences of memcaching is that you can store resources like result sets.  If you wanted to do this with file storage, you would need to take each row of the result set, turn it into an array, serialize it and store it.  Then do all that in reverse to get it out again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
