<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MemCachier</title>
	<atom:link href="http://memcachier.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://memcachier.com</link>
	<description>The Easiest, Most Advanced Managed Memcache</description>
	<lastBuildDate>Sat, 18 May 2013 05:48:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>MemCachier launches with Heroku in Europe</title>
		<link>http://memcachier.com/2013/04/24/memcachier-launches-with-heroku-in-europe/</link>
		<comments>http://memcachier.com/2013/04/24/memcachier-launches-with-heroku-in-europe/#comments</comments>
		<pubDate>Wed, 24 Apr 2013 20:55:26 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Product Announcements]]></category>

		<guid isPermaLink="false">http://www.memcachier.com/?p=1045</guid>
		<description><![CDATA[Today Heroku announced that they have expanded their platform to include a European data center. We are happy to confirm that MemCachier is fully available in the new European data center, offering the same quality of service, features and price that our users have come to expect and love with Heroku&#8217;s existing US datacenter. This [...]]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft" title="EU FLag" alt="EU Flag" src="http://www.proeurope.org/content/delta2/EU_Flag.jpg" width="200" height="120" /></p>
<p>Today <a href="https://blog.heroku.com/archives/2013/4/24/europe-region">Heroku announced</a> that they have expanded their platform to include a European data center. We are happy to confirm that MemCachier is fully available in the new European data center, offering the same quality of service, features and price that our users have come to expect and love with Heroku&#8217;s existing US datacenter.</p>
<p>This expands our platform availability in Europe to three providers: <a href="https://www.heroku.com/">Heroku</a>, <a href="https://aws.amazon.com/ec2/">Amazon EC2</a> and <a href="https://www.cloudcontrol.com/">cloudControl</a>, giving you plenty of choice.</p>
<h3 style="padding-top:15px">Using MemCachier in Europe on Heroku</h3>
<p>The process is simply the same as provisioning MemCachier in the US, to provision a 500MB cache simply execute the following command:</p>
<p><code style="background:#EEE;padding:10px;padding-left:80px;padding-right:140px;">$ heroku addons:add memcachier:500<br />
</code></p>
<p>No additional flags are needed as Heroku figures out from your application which region MemCachier will be provisioned in.</p>
<h3 style="padding-top:20px">Safe Harbor Compliance</h3>
<p>MemCachier is not yet a registered participant in the Safe Harbor program. We are looking into this right now an expect to be able to make a decision and layout a roadmap for this soon.</p>
<h3 style="padding-top:15px">Feedback Please!</h3>
<p>We love hearing from all our customers or potential customers, its the best way to make MemCachier a service that our customers love. If you have any comments or questions about the Europe availability or other comments, please email us at <a href="mailto:support@memcachier.com">support@memcachier.com</a>. We don&#8217;t expect any difference between the US and European regions but will be updating our documentation over the coming weeks to better fit this brave new multi-datacenter world for Heroku users.</p>
]]></content:encoded>
			<wfw:commentRss>http://memcachier.com/2013/04/24/memcachier-launches-with-heroku-in-europe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MemCachier issues on the 12th of March</title>
		<link>http://memcachier.com/2013/04/01/1038/</link>
		<comments>http://memcachier.com/2013/04/01/1038/#comments</comments>
		<pubDate>Mon, 01 Apr 2013 00:34:13 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Status]]></category>

		<guid isPermaLink="false">http://www.memcachier.com/?p=1038</guid>
		<description><![CDATA[On the 12th of March between 2am and 11am PST MemCachier suffered a serries of outages and performance problems for many of our production customers. This post briefly summarizes the cause of the problem and the actions that have been taken since to address it. Firstly, at around 2:11am PST we had a surge on [...]]]></description>
				<content:encoded><![CDATA[<p>On the 12th of March between 2am and 11am PST MemCachier suffered a serries of outages and performance problems for many of our production customers. This post briefly summarizes the cause of the problem and the actions that have been taken since to address it.</p>
<p>Firstly, at around 2:11am PST we had a surge on one of our largest clusters of demand for memory and computing resources. This was largely caused by two fairly large customers signing up and using their cache for the first time. While this should have been fine, there was an unknown timing bug in the communication between the cluster and the provisioner. The provisioner is the server that collects resource usage statistics from the cluster and makes decisions about provisioning new machines and also some simple scheduling / migration decisions to distribute demand efficiently. The bug was related to a problem with the interaction between needing to provision new machines to handle extra demand, while simultaneously one of our virtual machines was failing (greatly degraded performance) due to issues with Amazon EC2 that were outside our control.</p>
<p>The end result was the provisioner getting into a confused state and making the incorrect decision to not bring new machines into the cluster quick enough. As a result a few of the machines had processes on them that ran out of memory and restarted. This is completely unacceptable but in it self would not cause a large impact to many of our customers as most of them treat MemCachier correctly as a cache and so data loss can be withstood. However, as is generally the case with such systems and outages, this behaviour triggered a recently introduced issue elsewhere in the system.</p>
<p>The second, follow on issue was that the then deployed version of the proxy layer of MemCachier &#8212; the layer that manages communication from one front-end server to all backends &#8212; didn&#8217;t handle restarted backend correctly. While it normally detected sockets that were broken and removed them from its known list of servers, the latest version had introduced a bug in that code, resulting in broken sockets to now non-existent backend process staying around. This meant, a request would sometimes silently fail as the proxy was trying to send it to a broken socket. This second issue caused the bulk of the problems that customers experienced as our monitoring infrastructure wasn&#8217;t well enough equipped to detect it properly. Now, a request would or wouldn&#8217;t work depending on the key since that affects what backend node is chosen. Our range of tested keys picked up some of these broken connections but not all of them and the silent error behaviour muddled it further.</p>
<p>The result of all of this was the most serious problem we have faced yet and the first one that resulted simply from mistakes by us and not problems flowing on from the hardware and network layers. We&#8217;d like to apologise deeply to all our customers for this. This is unacceptable and we are ashamed by it.</p>
<p>We have taken a number of actions since the problem occurred to improve our processes to ensure such issues don&#8217;t occur in the future. These include:</p>
<ul>
<li> The entire code base has been reviewed and improved with a lot of detail going into how components inter-connect. We have greatly improved our testing of these interactions and documented various invariants and properties we rely on.</li>
<li>We&#8217;ve spent the last two weeks improving our testing infrastructure and monitoring systems. A large part of this includes the ability to reply recorded (real) production data and synthesized data that model various scenarios.</li>
<li>We&#8217;ve formalized our release process. While one previously existed, it had evolved over time and the culture around it wasn&#8217;t careful enough. Various checkpoints and reviews now exist to ensure no such bug make it into future production releases.</li>
</ul>
<p>We have made some great changes in the last two weeks but these are just the beginnings of a process of continual improvement to our code, culture and practices. We happy and grateful to have so many wonderful users, thank you.</p>
]]></content:encoded>
			<wfw:commentRss>http://memcachier.com/2013/04/01/1038/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Summary of the recent failures on the production cluster &#8211; February 22nd, 2013</title>
		<link>http://memcachier.com/2013/02/22/summary-of-the-recent-failures-on-the-production-cluster/</link>
		<comments>http://memcachier.com/2013/02/22/summary-of-the-recent-failures-on-the-production-cluster/#comments</comments>
		<pubDate>Fri, 22 Feb 2013 23:58:05 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.memcachier.com/?p=1022</guid>
		<description><![CDATA[At 3:36pm PST we had a large number of failures across the board with our production cluster. We quickly found that a single machine (MC4) was responsible for this. We run a distributed cluster that scales extremely well but also ties many machines together such that a single failing machine can cause unresponsiveness though out [...]]]></description>
				<content:encoded><![CDATA[<p>At 3:36pm PST we had a large number of failures across the board with our production cluster. We quickly found that a single machine (MC4) was responsible for this. We run a distributed cluster that scales extremely well but also ties many machines together such that a single failing machine can cause unresponsiveness though out a lot of the cluster. We are actively working on strategies to manage this coupling better.</p>
<p>At 3:40pm MC4 had been largely isolated from the rest of the cluster, bringing all other machines to full performance. We then migrate all customers of MC4 over the next few minutes, completing this operating by 3:44pm PST.</p>
<p>The issue with MC4 is not completely known yet. Its responsiveness to ICMP (ping) packets went from the expected 0.3ms range to 500ms, already at the limit of timeout of memcache. Nothing was changed by us on that machine anytime prior to the incident and load was fine. So we suspect an issue with Amazon&#8217;s network or underlying hardware at this point. We will continue to investigate and let you know as we know more.</p>
<p>We apologize to all affected customers.</p>
]]></content:encoded>
			<wfw:commentRss>http://memcachier.com/2013/02/22/summary-of-the-recent-failures-on-the-production-cluster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MemCachier-powered WordPress Object Caching</title>
		<link>http://memcachier.com/2012/12/19/memcachier-powered-wordpress-object-caching/</link>
		<comments>http://memcachier.com/2012/12/19/memcachier-powered-wordpress-object-caching/#comments</comments>
		<pubDate>Wed, 19 Dec 2012 18:27:37 +0000</pubDate>
		<dc:creator>Alex Loddengaard</dc:creator>
				<category><![CDATA[Libraries]]></category>

		<guid isPermaLink="false">http://www.memcachier.com/?p=995</guid>
		<description><![CDATA[MemCachier can now power your WordPress object cache thanks to a plugin Per Søderlind created. The WordPress object cache is used to cache computationally expensive operations such as complex database queries. By using Per&#8217;s MemCachier WordPress plugin, you can speed up page load times for your readers and get all the added benefits of using MemCachier [...]]]></description>
				<content:encoded><![CDATA[<p>MemCachier can now power your WordPress object cache thanks to a plugin <a href="https://twitter.com/soderlind">Per Søderlind</a> created. The <a href="http://codex.wordpress.org/Class_Reference/WP_Object_Cache">WordPress object cache</a> is used to cache computationally expensive operations such as complex database queries. By using Per&#8217;s MemCachier WordPress plugin, you can speed up page load times for your readers and get all the added benefits of using MemCachier to power your cache &#8212; easy setup, high availability, and an analytics dashboard.</p>
<p>To get started with the MemCachier WordPress plugin, visit the the <a href="http://wordpress.org/extend/plugins/memcachier/">WordPress MemCachier plugin page</a> and click on <a href="http://wordpress.org/extend/plugins/memcachier/installation/">&#8220;installation&#8221;</a>. The instructions are simple, and although they&#8217;re catered specifically for AppFog, the MemCachier WordPress plugin will work in any of our supported partners. As long as you&#8217;ve configured the MEMCACHIER_SERVERS, MEMCACHIER_USERNAME, and MEMCACHIER_PASSWORD environment variables, the plugin will work.</p>
<p>You can learn more about the plugin on <a href="http://soderlind.no/archives/2012/12/19/memcachier-backend-for-the-wp-object-cache/">Per&#8217;s blog</a>, and you can see a demo app <a href="http://soderlind.eu01.aws.af.cm/">here</a>.  Thanks for your contribution, Per!</p>
]]></content:encoded>
			<wfw:commentRss>http://memcachier.com/2012/12/19/memcachier-powered-wordpress-object-caching/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Joyent Webinar Recording</title>
		<link>http://memcachier.com/2012/12/13/joyent-webinar-recording/</link>
		<comments>http://memcachier.com/2012/12/13/joyent-webinar-recording/#comments</comments>
		<pubDate>Thu, 13 Dec 2012 03:27:38 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.memcachier.com/?p=992</guid>
		<description><![CDATA[Today we took part in a webinar hosted by Joyent covering the topic of Platform-as-a-Service vs. Do-it-yourself. It was great fun and covered some important questions on MemCachier, what it is the team here believes in and why we are proud to be part of the PaaS movement. You can find a recording of the [...]]]></description>
				<content:encoded><![CDATA[<p>Today we took part in a webinar hosted by <a href="https://www.joyent.com/">Joyent</a> covering the topic of Platform-as-a-Service vs. Do-it-yourself. It was great fun and covered some important questions on MemCachier, what it is the team here believes in and why we are proud to be part of the PaaS movement. You can find a recording of the webinar <a href="https://www.joyent.com/developers/videos/webinar-diy-vs-aas-understanding-the-as-a-service-model-and-how-to-integrate-into-your-operations">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://memcachier.com/2012/12/13/joyent-webinar-recording/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Our Hacker Culture</title>
		<link>http://memcachier.com/2012/12/11/our-hacker-culture/</link>
		<comments>http://memcachier.com/2012/12/11/our-hacker-culture/#comments</comments>
		<pubDate>Tue, 11 Dec 2012 12:00:15 +0000</pubDate>
		<dc:creator>Alex Loddengaard</dc:creator>
				<category><![CDATA[Culture]]></category>

		<guid isPermaLink="false">http://www.memcachier.com/?p=854</guid>
		<description><![CDATA[We need to be very careful when we write and deploy software. If we ship a critical bug or screw up a release, our cache might go down and take down our customers&#8217; websites with it. Everything we do is focussed around offering a powerful, stable service to our customers. And we&#8217;ve developed a software [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://memcachier-www.s3.amazonaws.com/wp-content/uploads/2012/12/gibson-150x150.jpeg" alt="" title="gibson" width="150" height="150" class="alignright size-thumbnail wp-image-962" /></p>
<p>We need to be very careful when we write and deploy software.  If we ship a critical bug or screw up a release, our cache might go down and take down our customers&#8217; websites with it.  Everything we do is focussed around offering a powerful, stable service to our customers.  And we&#8217;ve developed a software engineering process to encourage this.</p>
<p>We have several guidelines we follow when we&#8217;re writing and deploying software:</p>
<ul>
<li>Ship code when it&#8217;s finished and no sooner.</li>
<li>Code review every diff unless you pair programmed.</li>
<li>Communicate asynchronously when possible.  Try not to interrupt others.</li>
<li>Canary release when possible.</li>
<li>Test and benchmark everything.</li>
<li>Be an artist and write beautiful code.</li>
<li>Support decisions with data and reason.</li>
</ul>
<p>We also optimize for uninterrupted hacking: no meetings, no tracking tickets, no burn down charts, no sprints, no mandated work hours, no mandated work location, no vacation policy, and no deadlines.</p>
<p>All of this may seem counterintuitive. Usually careful code is written under heavy organization and process &#8212; think commercial airplane code.  Yet our process has worked very well for us. Our recent outages weren&#8217;t caused by bad code or release mistakes.  The code we write has thus far made its way safely to the memcache requests of our customers.</p>
<p>Obviously not breaking our service is very important to us.  But so is our happiness.  The culture we&#8217;ve adopted has given us incredible freedom to be happy. We like exploring programming languages and different designs and encodings. We care about the stack from the hardware level of NICs, caches and registers, up to assembly and higher level languages. We read assembly code one minute, Ruby the next, and then RFC&#8217;s on DNS and TCP/IP after that. We value our code and our knowledge, and we&#8217;ve chosen a culture that accommodates.</p>
<p>If you&#8217;re an engineer and you want to work in a hacker culture, you should come work with us at MemCachier &#8211;<a href="http://www.memcachier.com/jobs/">we&#8217;re hiring</a>.</p>
<p>Image credit:<a href="http://en.wikipedia.org/wiki/Hackers_(film)">hacking the Gibson</a></p>
]]></content:encoded>
			<wfw:commentRss>http://memcachier.com/2012/12/11/our-hacker-culture/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Joyent Webinar: DIY vs aaS</title>
		<link>http://memcachier.com/2012/12/06/joyent-webinar-diy-vs-aas/</link>
		<comments>http://memcachier.com/2012/12/06/joyent-webinar-diy-vs-aas/#comments</comments>
		<pubDate>Thu, 06 Dec 2012 23:32:23 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.memcachier.com/?p=901</guid>
		<description><![CDATA[We are excited to announce that MemCachier will be taking part in a webinar put on by our friends at Joyent. The webinar will be a panel based discussion on the topic of Do-It-Yourself Vs. as-a-Service model and will take place next Wednesday the 12th of December at 10am. We hope the discussion of the [...]]]></description>
				<content:encoded><![CDATA[<p><center><img class="alignnone size-full wp-image-641" style="margin-right: 0.2em;" title="memcachier-medium" src="http://www.memcachier.com/wp-content/uploads/2012/02/memcachier-medium.png" alt="" width="59" height="59" /> <img src="http://joyent.com/assets/img/logo.svg" alt="" width="200px" /></center>We are excited to announce that MemCachier will be taking part in a webinar put on by our friends at Joyent. The webinar will be a panel based discussion on the topic of Do-It-Yourself Vs. as-a-Service model and will take place next <strong>Wednesday the 12th of December at 10am</strong>. We hope the discussion of the trade-offs and benefits will be rewarding to all participants. Questions will be from audience members, so if you&#8217;ve ever wanted to chat with us (David will be on deck), then this is your chance!</p>
<p>We&#8217;re doing this with three other great companies (in addition to Joyent themselves) that may be of interest to MemCachier customers:</p>
<ul>
<li><strong>S</strong><strong id="internal-source-marker_0.1755336329806596">kookum Digital Works </strong>- A leading custom Mobile &amp; Web App development company.</li>
<li><strong>Message Bus </strong>- A service for scalable and reliable delivery of email and mobile messaging.</li>
<li><strong>PodOmatic </strong>- A large podcast hosting website geared towards ease-of-use and light-weight social features.</li>
</ul>
<p>You can sign up for the free webinar <a href="http://joyent.com/company/events/diy-vs-aas-understanding-the-as-a-service-model-and-how-to-integrate-into-your-operations">here</a> as well as check out the bio of the speakers.</p>
]]></content:encoded>
			<wfw:commentRss>http://memcachier.com/2012/12/06/joyent-webinar-diy-vs-aas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Degraded Performance and Outages Last Week</title>
		<link>http://memcachier.com/2012/11/30/degraded-performance-and-outages-last-week/</link>
		<comments>http://memcachier.com/2012/11/30/degraded-performance-and-outages-last-week/#comments</comments>
		<pubDate>Fri, 30 Nov 2012 16:24:07 +0000</pubDate>
		<dc:creator>Alex Loddengaard</dc:creator>
				<category><![CDATA[Status]]></category>

		<guid isPermaLink="false">http://www.memcachier.com/?p=878</guid>
		<description><![CDATA[Some of our customers in Amazon&#8217;s us-east-1 region (Virginia) noticed degraded performance and partial outages starting Friday, 11/16 through Sunday, 11/18, and again on Wednesday, 11/21.  We want to take this opportunity to explain what happened. Friday, 11/16 through Sunday, 11/18 On Friday we started noticing what looked like a DDoS attack.  Two of our [...]]]></description>
				<content:encoded><![CDATA[<p>Some of our customers in Amazon&#8217;s us-east-1 region (Virginia) noticed degraded performance and partial outages starting Friday, 11/16 through Sunday, 11/18, and again on Wednesday, 11/21.  We want to take this opportunity to explain what happened.</p>
<h3>Friday, 11/16 through Sunday, 11/18</h3>
<p>On Friday we started noticing what looked like a <a href="http://en.wikipedia.org/wiki/Denial-of-service_attack">DDoS attack</a>.  Two of our machines would be totally fine one second, then instantly would be hit with 16,000 TCP connections.  The spike in TCP connections caused new TCP connections to be rejected, which resulted in less performance for customers who attempted to create new TCP connections at that time.  Most memcache clients use persistent TCP connections, so most of our customers didn&#8217;t experience downtime.  However, because the cluster was so overloaded, some customers experienced slower performance. This largely affected our proxy servers (the servers customers actually connect to), so only a subset of customers were affected as most of the cluster continued operating normally.</p>
<p>By Friday evening the attacks had subsided and we were able to breathe a little and take a close look at what was happening.  Upon inspection, we noticed that the majority of these 16,000 TCP connections were in a CLOSE_WAIT state, meaning the client had closed the connection, but our server was still holding on to the file descriptor.  Upon further investigation, we found that the degraded performance was causing memcache clients to timeout, causing them to retry a connection, which created a new TCP connection.  This snowballed and resulted in an effective DDoS attack from our customers.  The degraded performance was due to a large customer who experienced a massive traffic spike.</p>
<p>We have implemented a few measures to help prevent one customer from degrading other customer&#8217;s performance.  We&#8217;ve also booted several more high-CPU, high-IO servers to help spread the load.  We&#8217;ve also improved <a href="http://status.memcachier.com/">our status page</a> to be more informative and useful, with more changes coming soon.</p>
<h3>Wednesday, 11/21</h3>
<p>This outage was caused by a misbehaving machine. We had recently turned on a new machine (mc6.ec2.memcachier.com) to expand the cluster. Part of our provisioning process is running tests on new the machine to ensure that it&#8217;s operating normally. However, our tests didn&#8217;t catch an issue with mc6. mc6 had an abnormally slow network connection, which caused the rest of the cluster to respond slowly as well.  mc6 contains data nodes, meaning other servers such as mc1 will make requests to it to retrieve data. Being at the lowest level of a (shallow) distributed architecture, this caused the slow response times to ripple though the rest of the cluster. This slowness caused many memcache clients to timeout, forcing a new TCP connection, which overwhelmed all of our servers with new TCP connections. The end result was very similar to Friday but worse in that the whole cluster was affected for a short while.</p>
<p>We removed the misbehaving machine and the cluster immediately started operating as normal.</p>
<h3>Conclusion</h3>
<p>We&#8217;re deeply sorry for the outages, and we&#8217;re grateful for your patience.  We understand our customers place a lot of trust in us: if we go down, often they go down, too. We take this responsibility very seriously.</p>
<p>We worked very hard over the weekend and Thanksgiving week to manage these problems and learn from them. We have several changes coming that will improve the performance and reliability of our service, allowing us to grow to the next level. We will announce them shortly once we start deploying them. Finally, we&#8217;ll continue to do everything we can to offer you the best memcache service available.</p>
]]></content:encoded>
			<wfw:commentRss>http://memcachier.com/2012/11/30/degraded-performance-and-outages-last-week/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Usage Analytics</title>
		<link>http://memcachier.com/2012/11/08/more-usage-analytics/</link>
		<comments>http://memcachier.com/2012/11/08/more-usage-analytics/#comments</comments>
		<pubDate>Thu, 08 Nov 2012 22:13:44 +0000</pubDate>
		<dc:creator>Alex Loddengaard</dc:creator>
				<category><![CDATA[Product Announcements]]></category>

		<guid isPermaLink="false">http://memcachier.com/?p=824</guid>
		<description><![CDATA[We made a slight change to the analytics dashboard to show 30 days of usage data.  Previously we were only showing 7 days.  Take a look at your dashboard and tell us what you think. PaaS customers can access their analytics dashboard by visiting their PaaS provider&#8217;s website and clicking on the MemCachier add-on.  Other [...]]]></description>
				<content:encoded><![CDATA[<p>We made a slight change to the analytics dashboard to show 30 days of usage data.  Previously we were only showing 7 days.  Take a look at your dashboard and tell us what you think.</p>
<p><a href="http://memcachier-www.s3.amazonaws.com/wp-content/uploads/2012/12/analytics-dashboard.png"><img src="http://memcachier-www.s3.amazonaws.com/wp-content/uploads/2012/12/analytics-dashboard-300x172.png" alt="" title="analytics-dashboard" width="300" height="172" class="aligncenter size-medium wp-image-959" /></a></p>
<p>PaaS customers can access their analytics dashboard by visiting their PaaS provider&#8217;s website and clicking on the MemCachier add-on.  Other customers can get access to their analytics by logging in to <a href="http://my.memcachier.com">my.memcachier.com</a>, clicking on your application, and then clicking &#8220;analytics&#8221;.</p>
<p>We&#8217;re always trying to improve our analytics dashboard, so don&#8217;t be shy in giving us feedback.</p>
]]></content:encoded>
			<wfw:commentRss>http://memcachier.com/2012/11/08/more-usage-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting the Most Out of Memcache</title>
		<link>http://memcachier.com/2012/10/31/getting-the-most-out-of-memcache/</link>
		<comments>http://memcachier.com/2012/10/31/getting-the-most-out-of-memcache/#comments</comments>
		<pubDate>Wed, 31 Oct 2012 20:13:03 +0000</pubDate>
		<dc:creator>Alex Loddengaard</dc:creator>
				<category><![CDATA[memcache]]></category>

		<guid isPermaLink="false">http://www.memcachier.com/?p=819</guid>
		<description><![CDATA[Despite being the go-to scaling solution for most production websites, Memcache often isn’t used to its full potential. Most developers only know about the get, set, and delete operations. However, Memcache has a broader set of operations that help developers build more advanced apps with less code and even further improved performance. We&#8217;ve covered these broader operations in a [...]]]></description>
				<content:encoded><![CDATA[<p>Despite being the go-to scaling solution for most production websites, Memcache often isn’t used to its full potential. Most developers only know about the <code>get</code>, <code>set</code>, and <code>delete</code> operations. However, Memcache has a broader set of operations that help developers build more advanced apps with less code and even further improved performance.</p>
<p>We&#8217;ve covered these broader operations in a Heroku Dev Center article: <a href="https://devcenter.heroku.com/articles/advanced-memcache?utm_source=Memcachier&amp;utm_medium=provider-channels&amp;utm_campaign=w2bv-experiment">Getting the Most Out of Memcache</a>.  Give it a read and let us know if we can answer any questions.</p>
]]></content:encoded>
			<wfw:commentRss>http://memcachier.com/2012/10/31/getting-the-most-out-of-memcache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
