<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Memcached on Justin Carmony</title>
		<link>https://www.justincarmony.com/tags/memcached/</link>
		<description>Recent content in Memcached on Justin Carmony</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<lastBuildDate>Wed, 15 Sep 2010 08:52:15 +0000</lastBuildDate>
		
			<atom:link href="https://www.justincarmony.com/tags/memcached/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Sharing Sessions Across Multiple Servers With Memcache</title>
				<link>https://www.justincarmony.com/2010/09/15/sharing-sessions-across-multiple-servers-with-memcache/</link>
				<pubDate>Wed, 15 Sep 2010 08:52:15 +0000</pubDate>
				<guid>https://www.justincarmony.com/2010/09/15/sharing-sessions-across-multiple-servers-with-memcache/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://www.justincarmony.com/images/wp/2010/09/memcached-logo-200x152.png&#34;&gt;&lt;img src=&#34;https://www.justincarmony.com/images/2010/09/memcached-logo-200x152-150x150.png&#34; alt=&#34;&#34; title=&#34;memcached-logo-200x152&#34;&gt;&lt;/a&gt;These last few days have been full of quickly implementing things I&amp;rsquo;ve only read about, but hadn&amp;rsquo;t done for myself.&lt;/p&gt;&#xA;&lt;p&gt;One situation was looking at splitting web traffic across multiple servers. In our case, we had only 2% of our website that would spike and increase our load by %1000 percent (I&amp;rsquo;m not joking) for a short period of time. So instead of doing traditional load balancing, we opted for routing specific functions to a custom subdomain that would run on another server. That way if the thousands of crazy video game players (you know who you are), slam the servers trying to get a cool skin for their online avatar, it would only take down that one section.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Talk: Effective Caching with PHP &amp; Memcached - Utah PHP Usergroup</title>
				<link>https://www.justincarmony.com/2009/08/20/talk-effective-caching-with-php-memcached-utah-php-usergroup/</link>
				<pubDate>Thu, 20 Aug 2009 20:00:20 +0000</pubDate>
				<guid>https://www.justincarmony.com/2009/08/20/talk-effective-caching-with-php-memcached-utah-php-usergroup/</guid>
				<description>&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.slideshare.net/JustinCarmony/effectice-caching-w-php-caching&#34;&gt;https://www.slideshare.net/JustinCarmony/effectice-caching-w-php-caching&lt;/a&gt;&lt;/p&gt;&#xA;&lt;div class=&#34;embed&#34;&gt;&#xA;  &lt;iframe src=&#34;https://www.slideshare.net/slideshow/embed_code/1891609&#34;&#xA;          title=&#34;SlideShare presentation&#34; loading=&#34;lazy&#34;&#xA;          allowfullscreen frameborder=&#34;0&#34;&gt;&lt;/iframe&gt;&#xA;&lt;/div&gt;</description>
			</item>
			<item>
				<title>Writing Effictive PHP Caches with Memcached</title>
				<link>https://www.justincarmony.com/2009/06/24/writing-effictive-php-caches-with-memcached/</link>
				<pubDate>Wed, 24 Jun 2009 22:52:15 +0000</pubDate>
				<guid>https://www.justincarmony.com/2009/06/24/writing-effictive-php-caches-with-memcached/</guid>
				<description>&lt;p&gt;**** Update: I gave a presentation at the Utah PHP Usergroup about memcached that went really well. Here are the slides I used:*&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.slideshare.net/JustinCarmony/effectice-caching-w-php-caching&#34; title=&#34;Effectice Caching w/ PHP + Caching&#34;&gt;Effectice Caching w/ PHP + Caching&lt;/a&gt;&lt;a href=&#34;http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=memcachedandphppresentation-090821151850-phpapp02&amp;amp;stripped_title=effectice-caching-w-php-caching&#34;&gt;http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=memcachedandphppresentation-090821151850-phpapp02&amp;amp;stripped_title=effectice-caching-w-php-caching&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;View more &lt;a href=&#34;http://www.slideshare.net/&#34;&gt;presentations&lt;/a&gt; from &lt;a href=&#34;http://www.slideshare.net/JustinCarmony&#34;&gt;Justin Carmony&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;Delayed, yet again, at the airport. Time to get this article written once and for all.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;This is a rough draft, I still need to go through and proof read this article. However, several friends were anxious to read it, so here it is rough for now. :P&lt;/em&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Memcached: Simple, Effective, and Powerful</title>
				<link>https://www.justincarmony.com/2009/05/20/memcached-simple-effective-and-powerful/</link>
				<pubDate>Wed, 20 May 2009 16:12:01 +0000</pubDate>
				<guid>https://www.justincarmony.com/2009/05/20/memcached-simple-effective-and-powerful/</guid>
				<description>&lt;p&gt;Realizing once again I haven&amp;rsquo;t written a blog post for quite some time, I thought I would just write a few smaller posts on things I&amp;rsquo;ve learned these last few months. Hopefully I can get back into the habit of blogging regularly again.&lt;/p&gt;&#xA;&lt;p&gt;This last month I finally broke down and learned how to use &lt;a href=&#34;http://www.danga.com/memcached/&#34;&gt;memcached&lt;/a&gt;.  While I have known about memcached for a very long time, I just never got around to using it. While I heard it was beyond easy to implement, I still assumed it would take a few days to get the hang of it and figure out its quirks. However, when the forces of high load on a webserver and the file-based caching system that I have previously used were found to be too I/O intensive, I had no choice but to take the plunge.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
