<?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>New Relic blog</title> <atom:link href="http://blog.newrelic.com/feed/" rel="self" type="application/rss+xml" /><link>http://blog.newrelic.com</link> <description>Application Performance Management</description> <lastBuildDate>Mon, 30 Jan 2012 19:58:05 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>The Bandwidth Dilemma: Exceeding Low Expectations</title><link>http://blog.newrelic.com/2012/01/30/the-bandwidth-dilemma-exceeding-low-expectations/</link> <comments>http://blog.newrelic.com/2012/01/30/the-bandwidth-dilemma-exceeding-low-expectations/#comments</comments> <pubDate>Mon, 30 Jan 2012 19:58:05 +0000</pubDate> <dc:creator>Leigh Shevchik</dc:creator> <category><![CDATA[Performance Tech Tips]]></category> <category><![CDATA[Brian Doll]]></category> <category><![CDATA[fallacies]]></category><guid
isPermaLink="false">http://blog.newrelic.com/?p=7565</guid> <description><![CDATA[You know that going to the DMV takes forever. You know that, occasionally, something gets lost in the mail. Or when you place a complicated lunch order, there is a good chance it will come out wrong. And no matter what mobile provider you use, you know the network is unreliable and will sometimes drop [...]]]></description> <content:encoded><![CDATA[<p>You know that going to the DMV takes forever. You know that, occasionally, something gets lost in the mail. Or when you place a complicated lunch order, there is a good chance it will come out wrong. And no matter what mobile provider you use, you know the <a
href="http://blog.newrelic.com/2012/01/12/preparing-for-the-unexpected-revisiting-the-fallacies-of-distributed-computing-in-the-cloud-network-reliability-isnt-guaranteed/" target="_blank">network is unreliable</a> and will sometimes drop a call. Whenever any of these things actually happen, you still get ticked off because no one likes a bad experience. Even when you expect an inconvenience, you <em>want </em>to be pleasantly surprised. When you&#8217;re not, you most likely look for <a
href="http://www.youtube.com/watch?v=lmFXThtn014" target="_blank">someone to blame</a>.</p><p>It&#8217;s not a totally rational attitude, but it seems especially common when people interact with what they perceive as sluggish web applications. We discussed relying on expectation management in last week&#8217;s post about the <a
href="http://blog.newrelic.com/2012/01/18/net-lag-the-fallacy-of-zero-latency-and-the-web/" target="_blank">&#8216;Latency is Zero&#8217;</a> fallacy. In part three of our series on the <a
href="http://en.wikipedia.org/wiki/Fallacies_of_Distributed_Computing" target="_blank">Fallacies of Distributed Computing</a> -  assuming bandwidth is infinite – we’ll again see why user expectations are not a sufficient barometer of success for web apps, and why this is even more applicable to mobile experiences.</p><p>Without a doubt, the one area in which networks have dramatically improved since Deutsch drafted the Fallacies in 1994 is bandwidth. Infrastructure providers are constantly working to make their <a
href="http://en.wikipedia.org/wiki/Series_of_tubes" target="_blank">series of tubes</a> bigger and faster. But <em>infinite</em> is really, really big, and no one has quite accomplished that feat yet. Plus, even though bandwidth continues to increase, corresponding performance improvements aren’t always apparent because we’re also cramming bigger and bigger chunks of data through the pipe. Social games. Fantasy football podcasts. Streaming video of baby pandas. That episode of that TV show you missed. You know, important stuff.</p><p>We’re also predominantly doing all these things on wireless and cellular networks now. (Cisco estimates mobile data traffic will approach 2.5 million terabytes per month by next year.) Everyone loves mobile connectivity, but it does have the unfortunate side effect of offsetting bandwidth improvements. Wireless connections are far more susceptible to packet loss than ye olde wired LAN, which means requests are more likely to fail regardless of a connection’s total bandwidth potential. Of course, this variable is beyond the control of even the most reliable web and mobile apps.</p><p>For developers, designing apps without taking bandwidth limitations into consideration can lead to excruciatingly slow interactions and, in some cases, critical failures that will doom an app’s future. The latter seems to be of particular concern in the mobile environment, where packet loss glitches can cause apps to cycle endlessly without completing a request. This is where user expectations start to come into play.</p><p>We’ve mentioned before that the purpose of this series is to examine some of the contrasting viewpoints on the Fallacies’ relevance in contemporary web development, and we’ve been using Tim Bray’s article <a
href="http://www.tbray.org/ongoing/When/200x/2009/05/25/HTTP-and-the-Fallacies-of-Distributed-Computing" target="_blank">&#8216;The Web vs. The Fallacies&#8217;</a> as the antipode. His perspective on the fallacy of infinite bandwidth is similar to his take on the fallacy of zero latency. Through years of using the web, he contends, we’ve gotten used to these &#8216;networking realities&#8217; and fully expect to encounter them.</p><p>With regard to bandwidth, he argues that people know large requests are going to slow down the experience. The tacit suggestion is that it’s not essential for developers to consider bandwidth limitations because users already factor it into their expectations. What Bray does not imply, but may also be true, is that users tend to blame their network providers – and not app developers – for any bandwidth issues that degrade their experiences.</p><p>Letting the user’s anticipation of bandwidth congestion influence one’s development decisions is problematic, however. First and foremost, it can discourage developers from addressing foreseeable performance issues that can be prevented. In other words, inducing them to naively and unnecessarily engineer a negative experience.<em> </em>Recalling our initial examples, even if users expect the inconvenience, it’s still going to be unsatisfying and deter them from using the app.</p><p>But that’s only half the story. For developers of mobile apps, restrictions imposed by cellular networks and hardware providers’ app distribution channels are another key reason to be mindful of bandwidth. Carbon Five <a
href="http://blog.carbonfive.com/2010/11/22/iphone-distributed-computing-fallacy-3-bandwidth-is-infinite/" target="_blank">wrote about this</a> in detail, pointing out that Apple’s guidelines limit apps to a download size of 20MB, require bandwidth-defined video streaming options, and prescribe an audio streaming threshold of 5MB per five minutes. Developers who forget the fallacy of infinite bandwidth run a greater risk of being rejected by the App Store before user expectations and experience even matter.</p><p>Under these circumstances, the best approach seems straightforward: take steps to ration the amount of data being transmitted over time. However, as other systems experts <a
href="http://www.rgoarchitects.com/Files/fallacies.pdf" target="_blank">have noted</a>, it’s not quite that simple. Accounting for the effects of latency and the aforementioned threat of packet loss would suggest doing the exact opposite – issuing a smaller number of large requests. So once again it comes down to comprehensive testing, conducted in a simulated production environment.</p><p>That’s ultimately the only way to know how much bandwidth your app is using and adjust it accordingly to get within acceptable limits. Carbon Five recommends using <a
href="http://www.charlesproxy.com/documentation/proxying/throttling/" target="_blank">Charles</a> for testing purposes, but other utilities are available as well. By taking this extra precaution, you’ll know what kind of performance to expect under various bandwidth conditions – making your app more likely to pass inspection and deliver an optimal experience that doesn’t leave users frustrated.</p><p><em>Coming up: There’s no debate when it comes to network security.</em></p><div
class="shr-bookmarks shr-bookmarks-spaced"><ul
class="socials"><li
class="shr-hackernews"> <a
href="http://www.shareaholic.com/api/share/?title=The+Bandwidth+Dilemma%3A+Exceeding+Low+Expectations&amp;link=http://blog.newrelic.com/2012/01/30/the-bandwidth-dilemma-exceeding-low-expectations/&amp;notes=You%20know%20that%20going%20to%20the%20DMV%20takes%20forever.%20You%20know%20that%2C%20occasionally%2C%20something%20gets%20lost%20in%20the%20mail.%20Or%20when%20you%20place%20a%20complicated%20lunch%20order%2C%20there%20is%20a%20good%20chance%20it%20will%20come%20out%20wrong.%20And%20no%20matter%20what%20mobile%20provider%20you%20use%2C%20you%20know%20the%20network%20is%20unreliable%20and%20will%20sometimes%20dr&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=202&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a></li><li
class="shr-facebook"> <a
href="http://www.shareaholic.com/api/share/?title=The+Bandwidth+Dilemma%3A+Exceeding+Low+Expectations&amp;link=http://blog.newrelic.com/2012/01/30/the-bandwidth-dilemma-exceeding-low-expectations/&amp;notes=You%20know%20that%20going%20to%20the%20DMV%20takes%20forever.%20You%20know%20that%2C%20occasionally%2C%20something%20gets%20lost%20in%20the%20mail.%20Or%20when%20you%20place%20a%20complicated%20lunch%20order%2C%20there%20is%20a%20good%20chance%20it%20will%20come%20out%20wrong.%20And%20no%20matter%20what%20mobile%20provider%20you%20use%2C%20you%20know%20the%20network%20is%20unreliable%20and%20will%20sometimes%20dr&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a></li><li
class="shr-twitter"> <a
href="http://www.shareaholic.com/api/share/?title=The+Bandwidth+Dilemma%3A+Exceeding+Low+Expectations&amp;link=http://blog.newrelic.com/2012/01/30/the-bandwidth-dilemma-exceeding-low-expectations/&amp;notes=You%20know%20that%20going%20to%20the%20DMV%20takes%20forever.%20You%20know%20that%2C%20occasionally%2C%20something%20gets%20lost%20in%20the%20mail.%20Or%20when%20you%20place%20a%20complicated%20lunch%20order%2C%20there%20is%20a%20good%20chance%20it%20will%20come%20out%20wrong.%20And%20no%20matter%20what%20mobile%20provider%20you%20use%2C%20you%20know%20the%20network%20is%20unreliable%20and%20will%20sometimes%20dr&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D%2Bvia%2B%2540NewRelic&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li
class="shr-linkedin"> <a
href="http://www.shareaholic.com/api/share/?title=The+Bandwidth+Dilemma%3A+Exceeding+Low+Expectations&amp;link=http://blog.newrelic.com/2012/01/30/the-bandwidth-dilemma-exceeding-low-expectations/&amp;notes=You%20know%20that%20going%20to%20the%20DMV%20takes%20forever.%20You%20know%20that%2C%20occasionally%2C%20something%20gets%20lost%20in%20the%20mail.%20Or%20when%20you%20place%20a%20complicated%20lunch%20order%2C%20there%20is%20a%20good%20chance%20it%20will%20come%20out%20wrong.%20And%20no%20matter%20what%20mobile%20provider%20you%20use%2C%20you%20know%20the%20network%20is%20unreliable%20and%20will%20sometimes%20dr&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a></li><li
class="shr-reddit"> <a
href="http://www.shareaholic.com/api/share/?title=The+Bandwidth+Dilemma%3A+Exceeding+Low+Expectations&amp;link=http://blog.newrelic.com/2012/01/30/the-bandwidth-dilemma-exceeding-low-expectations/&amp;notes=You%20know%20that%20going%20to%20the%20DMV%20takes%20forever.%20You%20know%20that%2C%20occasionally%2C%20something%20gets%20lost%20in%20the%20mail.%20Or%20when%20you%20place%20a%20complicated%20lunch%20order%2C%20there%20is%20a%20good%20chance%20it%20will%20come%20out%20wrong.%20And%20no%20matter%20what%20mobile%20provider%20you%20use%2C%20you%20know%20the%20network%20is%20unreliable%20and%20will%20sometimes%20dr&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li
class="shr-mail"> <a
href="http://www.shareaholic.com/api/share/?title=The%20Bandwidth%20Dilemma%3A%20Exceeding%20Low%20Expectations&amp;link=http://blog.newrelic.com/2012/01/30/the-bandwidth-dilemma-exceeding-low-expectations/&amp;notes=You%20know%20that%20going%20to%20the%20DMV%20takes%20forever.%20You%20know%20that%2C%20occasionally%2C%20something%20gets%20lost%20in%20the%20mail.%20Or%20when%20you%20place%20a%20complicated%20lunch%20order%2C%20there%20is%20a%20good%20chance%20it%20will%20come%20out%20wrong.%20And%20no%20matter%20what%20mobile%20provider%20you%20use%2C%20you%20know%20the%20network%20is%20unreliable%20and%20will%20sometimes%20dr&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a></li><li
class="shr-stumbleupon"> <a
href="http://www.shareaholic.com/api/share/?title=The+Bandwidth+Dilemma%3A+Exceeding+Low+Expectations&amp;link=http://blog.newrelic.com/2012/01/30/the-bandwidth-dilemma-exceeding-low-expectations/&amp;notes=You%20know%20that%20going%20to%20the%20DMV%20takes%20forever.%20You%20know%20that%2C%20occasionally%2C%20something%20gets%20lost%20in%20the%20mail.%20Or%20when%20you%20place%20a%20complicated%20lunch%20order%2C%20there%20is%20a%20good%20chance%20it%20will%20come%20out%20wrong.%20And%20no%20matter%20what%20mobile%20provider%20you%20use%2C%20you%20know%20the%20network%20is%20unreliable%20and%20will%20sometimes%20dr&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li></ul><div
style="clear: both;"></div></div>]]></content:encoded> <wfw:commentRss>http://blog.newrelic.com/2012/01/30/the-bandwidth-dilemma-exceeding-low-expectations/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Community News: How Ruby, PHP and Python stack up, ways to speed up your website, and more</title><link>http://blog.newrelic.com/2012/01/27/community-news-how-ruby-php-and-python-stack-up-ways-to-speed-up-your-website-and-more/</link> <comments>http://blog.newrelic.com/2012/01/27/community-news-how-ruby-php-and-python-stack-up-ways-to-speed-up-your-website-and-more/#comments</comments> <pubDate>Fri, 27 Jan 2012 19:00:33 +0000</pubDate> <dc:creator>Leigh Shevchik</dc:creator> <category><![CDATA[Company News]]></category> <category><![CDATA[Performance Tech Tips]]></category> <category><![CDATA[news]]></category><guid
isPermaLink="false">http://blog.newrelic.com/?p=7366</guid> <description><![CDATA[In this week’s roundup find out how to speed up your website, look at how Ruby, PHP and Python stack up, and learn the new rules for enterprise applications. - The Website Performance Alliance takes a look at the top 100 ecommerce sites in the UK and describes five ways to speed up your website. [...]]]></description> <content:encoded><![CDATA[<p>In this week’s roundup find out how to speed up your website, look at how Ruby, PHP and Python stack up, and learn the new rules for enterprise applications.</p><p
style="padding-left: 30px;">- The Website Performance Alliance takes a look at the top 100 ecommerce sites in the UK and describes five ways to <a
href="http://www.websiteperformance.org.uk/blog/128-the-top-5-web-performance-tips-to-speed-up-your-website" target="_blank">speed up your website</a>.</p><p
style="padding-left: 30px;">- An <a
href="http://www.readwriteweb.com/hack/2012/01/infographic-php-vs-python-vs-r.php?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+readwriteweb+%28ReadWriteWeb%29&amp;utm_content=Bloglines" target="_blank">infographic</a> from Udemy compares the history, success and employment stats for PHP, Ruby and Python.</p><p
style="padding-left: 30px;">- InfoWorld explains the <a
href="http://www.infoworld.com/d/mobile-technology/the-new-rules-enterprise-apps-184781http://www.infoworld.com/d/mobile-technology/the-new-rules-enterprise-apps-184781" target="_blank">new rules</a> for enterprise apps.</p><p
style="padding-left: 30px;">- ReadWriteCloud describes how PaaS <a
href="http://www.readwriteweb.com/cloud/2012/01/paas-makes-progress-in-2011.php?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+readwriteweb+%28ReadWriteWeb%29&amp;utm_content=Bloglines" target="_blank">out performed</a> expectations in 2011.</p><p
style="padding-left: 30px;">- Seriti Consulting shows how to <a
href="http://www.websiteperformance.org.uk/blog/127-is-web-stress-driving-your-customers-away" target="_blank">avoid ‘web stress’</a> and keep customers on your site.</p><p
style="padding-left: 30px;">- GigaOm shares a <a
href="http://gigaom.com/cloud/a-ctos-take-on-cloud/" target="_blank">CTO’s take on the cloud</a>.</p><p
style="padding-left: 30px;">- Our partner Joyent <a
href="http://www.theinfoboom.com/articles/joyent-gets-a-boost-for-the-cloud/" target="_blank">wins $85 Million</a> in new funding.</p><p
style="padding-left: 30px;">- Practical Cloud Computing analyzes the <a
href="http://practicalcloudcomputing.com/post/16109041412/the-state-of-nosql-in-2012" target="_blank">state of NoSQL</a> in 2012.</p><p
style="padding-left: 30px;">- Romiko Derbynew <a
href="http://romikoderbynew.com/2012/01/25/getting-started-with-heroku-toolbelt-on-windows-2/" target="_blank">shares a tutorial</a> on getting started with Heroku Toolbelt/Neo4j on Windows.</p><div
class="shr-bookmarks shr-bookmarks-spaced"><ul
class="socials"><li
class="shr-hackernews"> <a
href="http://www.shareaholic.com/api/share/?title=Community+News%3A+How+Ruby%2C+PHP+and+Python+stack+up%2C+ways+to+speed+up+your+website%2C+and+more&amp;link=http://blog.newrelic.com/2012/01/27/community-news-how-ruby-php-and-python-stack-up-ways-to-speed-up-your-website-and-more/&amp;notes=In%20this%20week%E2%80%99s%20roundup%20find%20out%20how%20to%20speed%20up%20your%20website%2C%20look%20at%20how%20Ruby%2C%20PHP%20and%20Python%20stack%20up%2C%20and%20learn%20the%20new%20rules%20for%20enterprise%20applications.%0D%0A-%20The%20Website%20Performance%20Alliance%20takes%20a%20look%20at%20the%20top%20100%20ecommerce%20sites%20in%20the%20UK%20and%20describes%20five%20ways%20to%20speed%20up%20your%20website.%0D&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=202&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a></li><li
class="shr-facebook"> <a
href="http://www.shareaholic.com/api/share/?title=Community+News%3A+How+Ruby%2C+PHP+and+Python+stack+up%2C+ways+to+speed+up+your+website%2C+and+more&amp;link=http://blog.newrelic.com/2012/01/27/community-news-how-ruby-php-and-python-stack-up-ways-to-speed-up-your-website-and-more/&amp;notes=In%20this%20week%E2%80%99s%20roundup%20find%20out%20how%20to%20speed%20up%20your%20website%2C%20look%20at%20how%20Ruby%2C%20PHP%20and%20Python%20stack%20up%2C%20and%20learn%20the%20new%20rules%20for%20enterprise%20applications.%0D%0A-%20The%20Website%20Performance%20Alliance%20takes%20a%20look%20at%20the%20top%20100%20ecommerce%20sites%20in%20the%20UK%20and%20describes%20five%20ways%20to%20speed%20up%20your%20website.%0D&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a></li><li
class="shr-twitter"> <a
href="http://www.shareaholic.com/api/share/?title=Community+News%3A+How+Ruby%2C+PHP+and+Python+stack+up%2C+ways+to+speed+up+your+website%2C+and+more&amp;link=http://blog.newrelic.com/2012/01/27/community-news-how-ruby-php-and-python-stack-up-ways-to-speed-up-your-website-and-more/&amp;notes=In%20this%20week%E2%80%99s%20roundup%20find%20out%20how%20to%20speed%20up%20your%20website%2C%20look%20at%20how%20Ruby%2C%20PHP%20and%20Python%20stack%20up%2C%20and%20learn%20the%20new%20rules%20for%20enterprise%20applications.%0D%0A-%20The%20Website%20Performance%20Alliance%20takes%20a%20look%20at%20the%20top%20100%20ecommerce%20sites%20in%20the%20UK%20and%20describes%20five%20ways%20to%20speed%20up%20your%20website.%0D&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D%2Bvia%2B%2540NewRelic&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li
class="shr-linkedin"> <a
href="http://www.shareaholic.com/api/share/?title=Community+News%3A+How+Ruby%2C+PHP+and+Python+stack+up%2C+ways+to+speed+up+your+website%2C+and+more&amp;link=http://blog.newrelic.com/2012/01/27/community-news-how-ruby-php-and-python-stack-up-ways-to-speed-up-your-website-and-more/&amp;notes=In%20this%20week%E2%80%99s%20roundup%20find%20out%20how%20to%20speed%20up%20your%20website%2C%20look%20at%20how%20Ruby%2C%20PHP%20and%20Python%20stack%20up%2C%20and%20learn%20the%20new%20rules%20for%20enterprise%20applications.%0D%0A-%20The%20Website%20Performance%20Alliance%20takes%20a%20look%20at%20the%20top%20100%20ecommerce%20sites%20in%20the%20UK%20and%20describes%20five%20ways%20to%20speed%20up%20your%20website.%0D&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a></li><li
class="shr-reddit"> <a
href="http://www.shareaholic.com/api/share/?title=Community+News%3A+How+Ruby%2C+PHP+and+Python+stack+up%2C+ways+to+speed+up+your+website%2C+and+more&amp;link=http://blog.newrelic.com/2012/01/27/community-news-how-ruby-php-and-python-stack-up-ways-to-speed-up-your-website-and-more/&amp;notes=In%20this%20week%E2%80%99s%20roundup%20find%20out%20how%20to%20speed%20up%20your%20website%2C%20look%20at%20how%20Ruby%2C%20PHP%20and%20Python%20stack%20up%2C%20and%20learn%20the%20new%20rules%20for%20enterprise%20applications.%0D%0A-%20The%20Website%20Performance%20Alliance%20takes%20a%20look%20at%20the%20top%20100%20ecommerce%20sites%20in%20the%20UK%20and%20describes%20five%20ways%20to%20speed%20up%20your%20website.%0D&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li
class="shr-mail"> <a
href="http://www.shareaholic.com/api/share/?title=Community%20News%3A%20How%20Ruby%2C%20PHP%20and%20Python%20stack%20up%2C%20ways%20to%20speed%20up%20your%20website%2C%20and%20more&amp;link=http://blog.newrelic.com/2012/01/27/community-news-how-ruby-php-and-python-stack-up-ways-to-speed-up-your-website-and-more/&amp;notes=In%20this%20week%E2%80%99s%20roundup%20find%20out%20how%20to%20speed%20up%20your%20website%2C%20look%20at%20how%20Ruby%2C%20PHP%20and%20Python%20stack%20up%2C%20and%20learn%20the%20new%20rules%20for%20enterprise%20applications.%0D%0A-%20The%20Website%20Performance%20Alliance%20takes%20a%20look%20at%20the%20top%20100%20ecommerce%20sites%20in%20the%20UK%20and%20describes%20five%20ways%20to%20speed%20up%20your%20website.%0D&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a></li><li
class="shr-stumbleupon"> <a
href="http://www.shareaholic.com/api/share/?title=Community+News%3A+How+Ruby%2C+PHP+and+Python+stack+up%2C+ways+to+speed+up+your+website%2C+and+more&amp;link=http://blog.newrelic.com/2012/01/27/community-news-how-ruby-php-and-python-stack-up-ways-to-speed-up-your-website-and-more/&amp;notes=In%20this%20week%E2%80%99s%20roundup%20find%20out%20how%20to%20speed%20up%20your%20website%2C%20look%20at%20how%20Ruby%2C%20PHP%20and%20Python%20stack%20up%2C%20and%20learn%20the%20new%20rules%20for%20enterprise%20applications.%0D%0A-%20The%20Website%20Performance%20Alliance%20takes%20a%20look%20at%20the%20top%20100%20ecommerce%20sites%20in%20the%20UK%20and%20describes%20five%20ways%20to%20speed%20up%20your%20website.%0D&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li></ul><div
style="clear: both;"></div></div>]]></content:encoded> <wfw:commentRss>http://blog.newrelic.com/2012/01/27/community-news-how-ruby-php-and-python-stack-up-ways-to-speed-up-your-website-and-more/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Removing the Operating System Barrier with Platform as a Service (PaaS), Part 2 &#8211; a guest post from Adron Hall</title><link>http://blog.newrelic.com/2012/01/26/removing-the-operating-system-barrier-with-platform-as-a-service-paas-part-2-a-guest-post-from-adron-hall/</link> <comments>http://blog.newrelic.com/2012/01/26/removing-the-operating-system-barrier-with-platform-as-a-service-paas-part-2-a-guest-post-from-adron-hall/#comments</comments> <pubDate>Thu, 26 Jan 2012 17:27:20 +0000</pubDate> <dc:creator>Leigh Shevchik</dc:creator> <category><![CDATA[Performance Tech Tips]]></category><guid
isPermaLink="false">http://blog.newrelic.com/?p=7155</guid> <description><![CDATA[Welcome to Part 2 of my series on Removing the OS Barrier with PaaS. In Part 1, I covered the Platform as a Service (PaaS) product based on Open Source Software (OSS) Cloud Foundry and the .NET fork called Iron Foundry. In this entry I want to dive into some of the various parts, configuration, [...]]]></description> <content:encoded><![CDATA[<p>Welcome to Part 2 of my series on Removing the OS Barrier with PaaS. In <a
href="http://blog.newrelic.com/2012/01/11/removing-the-operating-system-barrier-with-platform-as-a-service-paas-a-guest-post-from-adron-hall/" target="_blank">Part 1</a>, I covered the Platform as a Service (PaaS) product based on Open Source Software (OSS) <a
href="http://www.cloudfoundry.com/" target="_blank">Cloud Foundry</a> and the .NET fork called <a
href="http://www.ironfoundry.org/" target="_blank">Iron Foundry</a>. In this entry I want to dive into some of the various parts, configuration, and setup of these products.</p><p><strong>Running with Cloud Foundry</strong><br
/> The easiest way to get up and running with Cloud Foundry is to use one of the existing services that use Cloud Foundry such as <a
href="http://www.appfog.com/" target="_blank">AppFog</a> or <a
href="http://www.cloudfoundry.com/" target="_blank">CloudFoundry.com</a>. But I’m not going to take the easy route. Instead I’m going to dive into getting some real instances up and running. I will however talk more about AppFog, Tier3/Iron Foundry and Cloud Foundry services in a later part of this series.</p><p>Another thing to be aware of is the difference in Cloud Foundry sites. They’re working with and for the open source project, but one is <a
href="http://www.cloudfoundry.com" target="_blank">http://www.cloudfoundry.com</a> and the other is <a
href="http://www.cloudfoundry.org" target="_blank">http://www.cloudfoundry.org</a>. The .org site is setup around organizing the Cloud Foundry OSS project, while the .com site is setup around advocating, community, and future offerings of the Cloud Foundry service. While working with the Cloud Foundry product, there are times I refer to the .com or the .org. In these situations, I will write Cloud Foundry and postfix the name with <em>.com </em>or <em>.org.</em></p><p><strong>Getting the Ops in DevOps</strong><br
/> Unless you want to go the completely manual path, the first thing you’ll need to do is sign up for an account. (See the <a
href="#manual">instructions below</a> if you want to install things yourself.) I’d highly suggest signing up so you can participate, or at least lurk, in the <a
href="http://support.cloudfoundry.com/forums" target="_blank">Cloud Foundry community forums</a>. (Don’t worry – the VMware and Cloud Foundry teams won’t spam you.) If you’re working with the .NET stack, you’ll also want to dive into the <a
href="http://help.ironfoundry.org/forums" target="_blank">.NET Iron Foundry forums</a>.</p><p>If you’re interested in the path of least resistance and just want to deploy something as soon as possible, signup and then download the pre-configured image that’s <a
href="https://my.cloudfoundry.com/micro" target="_blank">available</a> on the Cloud Foundry site.</p><p>Once you’ve checked out those sources, you’re ready to install things manually to learn all the nitty gritty details or have downloaded the VMware image to get started deploying. (If  you’ve done the latter, skip to the <a
href="#targeting">Targeting for Deployment</a> section.)</p><p><strong>CloudFoundry Manual Setup</strong><br
/> First you’ll need to get an Ubuntu 10.04.2 Server 64 bit OS image. You can download that from <a
href="http://www.ubuntu.com/download/ubuntu/download" target="_blank">Ubuntu</a> or <a
href="http://www.ubuntu.com/start-download?distro=desktop&amp;bits=64&amp;release=lts" target="_blank">directly</a>. Once the download is complete, build a virtual machine with the image.</p><p><em>Troubleshooting Tip:</em> Whatever virtualization software package you’re using to get your image up and running, you’ll want to set your network configuration to NAT instead of Bridged. This is a very common practice to resolve issues that often occur.</p><p>Once the Ubuntu server image is booted up and running bring up a terminal to complete the following process. Open up a terminal to issue commands by clicking on CTRL + Alt + T or navigate through the menu <em>Application -&gt; Accessories -&gt; Terminal</em>. The first thing we’ll need is to update the <span
style="font-family: Courier;">apt-get</span> with the following command in the terminal.</p><p
style="padding-left: 30px;"><span
style="font-family: Courier;">sudo apt-get update</span></p><p>Once <span
style="font-family: Courier;">apt-get</span> updates, then install the open ssh server with the following command.</p><p
style="padding-left: 30px;"><span
style="font-family: Courier;">sudo apt-get install openssh-server</span></p><p>The next step is to run the automated setup process. This process will take some time, probably 45 &#8211; 65 minutes depending on power and speed of the VM. To get curl and run the automated installer code, execute these commands.</p><p
style="padding-left: 30px;"><span
style="font-family: Courier;">sudo apt-get install curl<br
/> bash &lt; &lt;(curl -s -k -B </span><br
/> <span
style="font-family: Courier;">https://raw.github.com/cloudfoundry/vcap/master/setup/install)</span></p><p>In the near future this automated installation code will be replaced by a <a
href="http://www.opscode.com/chef/" target="_blank">Chef recipe</a>. (It works well today too, so don’t hesitate to give it a try.)</p><p>Now connect to the system with SSH. First get the IP of the Linux Machine with <span
style="font-family: Courier;">ifconfig</span>.</p><p
style="padding-left: 30px;"><span
style="font-family: Courier;">ifconfig</span></p><p><a
href="http://blog.newrelic.com/wp-content/uploads/ipconfig1.jpg"><img
class="aligncenter size-full wp-image-7234" title="ipconfig" src="http://blog.newrelic.com/wp-content/uploads/ipconfig1.jpg" alt="" width="567" height="404" /></a></p><p>Open a terminal in Mac or Linux (or if you’re using Windows you’ll need something that executes SSH connections such as <a
href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" target="_blank">PuTTY</a>). Now you can connect with your system account and the IP number.</p><p
style="padding-left: 30px;"><span
style="font-family: Courier;">ssh adron@192.168.108.141</span></p><p>The machine will then connect, request your password, and show the login information.</p><p><a
href="http://blog.newrelic.com/wp-content/uploads/connected-with-sshjpg-M.jpg"><img
class="aligncenter size-full wp-image-7235" title="connected-with-sshjpg-M" src="http://blog.newrelic.com/wp-content/uploads/connected-with-sshjpg-M.jpg" alt="" width="600" height="339" /></a></p><p>Now create a local port tunnel.</p><p
style="padding-left: 30px;"><span
style="font-family: Courier;">sudo ssh –L 80:192.168.108.141:80 adron@192.168.108.141 -N</span></p><p><a
href="http://blog.newrelic.com/wp-content/uploads/got-itjpg-M.jpg"><img
class="aligncenter size-full wp-image-7237" title="got-itjpg-M" src="http://blog.newrelic.com/wp-content/uploads/got-itjpg-M.jpg" alt="" width="600" height="68" /></a></p><p>Just to become more familiar with the setup, check out the directory for Cloud Foundry now. A simple <span
style="font-family: Courier;">ls</span> and <span
style="font-family: Courier;">cd</span> will provide a list for your review.</p><p><a
href="http://blog.newrelic.com/wp-content/uploads/checking-out-the-directory-M.jpg"><img
class="aligncenter size-full wp-image-7239" title="checking-out-the-directory-M" src="http://blog.newrelic.com/wp-content/uploads/checking-out-the-directory-M.jpg" alt="" width="600" height="133" /></a></p><p>The cloudfoundry directory exists within the ~ user directory, while there is a vcap directory within the cloudfoundry directory. If everything looks in order, we’ll keep moving. At this point, we’re at the point the prepackaged VM available from the cloudfoundry.com site.</p><p>Now target your Cloud Founry Ubuntu Instance with the following command and take a look at information about the instance.</p><p
style="padding-left: 30px;"><span
style="font-family: Courier;">vmc target api.vcap.me<br
/> vmc info</span></p><p
style="text-align: center;"><a
href="http://blog.newrelic.com/wp-content/uploads/nodepdx.png"><img
class="aligncenter  wp-image-7240" title="nodepdx" src="http://blog.newrelic.com/wp-content/uploads/nodepdx.png" alt="" width="722" height="255" /></a></p><p>The final step in getting the manual setup completed is adding a user. Issue the following commands and the instance will be all set.</p><p
style="padding-left: 30px;"><span
style="font-family: Courier;">vmc register -email yourAddy@someplace.com &#8211;passwd somePassword<br
/> vmc login -email yourAddy@someplace.com &#8211;passwd somePassword</span></p><p>You&#8217;re set!</p><p><a
name="targeting"></a><strong>Targeting for Deployment</strong><br
/> At this point we have three options for setting up our Cloud Foundry instance:</p><p
style="padding-left: 30px;">- Create a private micro Cloud Foundry instance with the downloaded virtual machine<br
/> - Create a public micro Cloud Foundry instance with the downloaded virtual machine<br
/> - Use the manually created instance that we built with the instructions above</p><p><strong>Private or Offline Micro Cloud Foundry</strong><br
/> The idea behind the private micro Cloud Foundry instance is if you&#8217;ll be offline or disconnected for some reason or another. With a private or offline instance you can develop anywhere, such as with a simple MacBook Air running your development environment and the micro Cloud Foundry virtual machine you’ve created.</p><p>The really great thing is that the micro Cloud Foundry instance requires a very small resource imprint. Some have even run Cloud Foundry on the small 256 MB RAM w/ 10 GB Disk instances at <a
href="http://www.rackspace.com/" target="_blank">Rackspace</a> with great results.</p><p>Instead of just reproducing instructions here, check out the Cloud Foundry blog entry <em><a
href="http://blog.cloudfoundry.com/post/9962996319/working-offline-with-micro-cloud-foundry" target="_blank">Working Offline with Micro Cloud Foundry</a></em> for step-by-step instructions to get running.</p><p><strong>Public Micro Cloud Foundry</strong><br
/> This configuration is setup around being able to always get to the micro Cloud Foundry instance from an Internet accessible machine. This is a great way to setup an instance for experimenting with network configurations, routing, or other things you may need to customize per a specific environment.</p><p>To get setup with a public micro Cloud Foundry instance check out the Cloud Foundry quick start article <em><a
href="http://support.cloudfoundry.com/entries/20316811" target="_blank">Micro Cloud Foundry Installation and Setup</a></em>.</p><p><strong>.NET and Iron Foundry on Windows 2008 Server</strong><br
/> Windows 2008 Server Iron Foundry, the .NET Cloud Foundry fork, will be available in the coming days and posted on the <a
href="http://blog.ironfoundry.org/" target="_blank">Iron Foundry blog</a>. So keep reading and I’ll have more information about Iron Foundry, Cloud Foundry, and the related necessities to get .NET up and running in the Iron Foundry PaaS!</p><p><strong>Summary</strong><br
/> In this entry we’ve covered a lot of topics and target points for Cloud Foundry. With this basic knowledge around the installation and setup of Cloud Foundry an environment can easily be setup on AWS, Rackspace or any environment with virtual instances. In addition, nothing is there to prevent this from being done on systems that are running directly on hardware.</p><p>In my next entry, we’ll step into actually getting some deployments moving forward so that we can get a view of the real power of Cloud Foundry. So keep reading and Part 3 of <em>Removing the Operating System Barrier with Platform as a Service</em> will be coming to you in two weeks!</p><p><em>This is the second of five guest posts from writer <a
href="https://twitter.com/#!/adron" target="_blank">Adron Hall</a>. Adron is a jovial, TDD, BDD, get things done well software architect, engineer, coder and jack of all trades. He runs the gamut of dev stack from Ruby on Rails to Node.js to.NET (though his favorite these days is Ruby with a growing admiration for the chaos of JavaScript). He’s passionate about DevOps and loves to get involved in hackathons, user groups, and other tech community events. He tries diligently to keep improving and writes about his adventures at his blog <a
href="http://compositecode.com/" target="_blank">Composite Code</a>.</em></p><div
class="shr-bookmarks shr-bookmarks-spaced"><ul
class="socials"><li
class="shr-hackernews"> <a
href="http://www.shareaholic.com/api/share/?title=Removing+the+Operating+System+Barrier+with+Platform+as+a+Service+%28PaaS%29%2C+Part+2+-+a+guest+post+from+Adron+Hall&amp;link=http://blog.newrelic.com/2012/01/26/removing-the-operating-system-barrier-with-platform-as-a-service-paas-part-2-a-guest-post-from-adron-hall/&amp;notes=Welcome%20to%20Part%202%20of%20my%20series%20on%20Removing%20the%20OS%20Barrier%20with%20PaaS.%20In%20Part%201%2C%20I%20covered%20the%20Platform%20as%20a%20Service%20%28PaaS%29%20product%20based%20on%20Open%20Source%20Software%20%28OSS%29%20Cloud%20Foundry%20and%20the%20.NET%20fork%20called%20Iron%20Foundry.%20In%20this%20entry%20I%20want%20to%20dive%20into%20some%20of%20the%20various%20parts%2C%20configuration%2C%20and%20&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=202&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a></li><li
class="shr-facebook"> <a
href="http://www.shareaholic.com/api/share/?title=Removing+the+Operating+System+Barrier+with+Platform+as+a+Service+%28PaaS%29%2C+Part+2+-+a+guest+post+from+Adron+Hall&amp;link=http://blog.newrelic.com/2012/01/26/removing-the-operating-system-barrier-with-platform-as-a-service-paas-part-2-a-guest-post-from-adron-hall/&amp;notes=Welcome%20to%20Part%202%20of%20my%20series%20on%20Removing%20the%20OS%20Barrier%20with%20PaaS.%20In%20Part%201%2C%20I%20covered%20the%20Platform%20as%20a%20Service%20%28PaaS%29%20product%20based%20on%20Open%20Source%20Software%20%28OSS%29%20Cloud%20Foundry%20and%20the%20.NET%20fork%20called%20Iron%20Foundry.%20In%20this%20entry%20I%20want%20to%20dive%20into%20some%20of%20the%20various%20parts%2C%20configuration%2C%20and%20&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a></li><li
class="shr-twitter"> <a
href="http://www.shareaholic.com/api/share/?title=Removing+the+Operating+System+Barrier+with+Platform+as+a+Service+%28PaaS%29%2C+Part+2+-+a+guest+post+from+Adron+Hall&amp;link=http://blog.newrelic.com/2012/01/26/removing-the-operating-system-barrier-with-platform-as-a-service-paas-part-2-a-guest-post-from-adron-hall/&amp;notes=Welcome%20to%20Part%202%20of%20my%20series%20on%20Removing%20the%20OS%20Barrier%20with%20PaaS.%20In%20Part%201%2C%20I%20covered%20the%20Platform%20as%20a%20Service%20%28PaaS%29%20product%20based%20on%20Open%20Source%20Software%20%28OSS%29%20Cloud%20Foundry%20and%20the%20.NET%20fork%20called%20Iron%20Foundry.%20In%20this%20entry%20I%20want%20to%20dive%20into%20some%20of%20the%20various%20parts%2C%20configuration%2C%20and%20&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D%2Bvia%2B%2540NewRelic&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li
class="shr-linkedin"> <a
href="http://www.shareaholic.com/api/share/?title=Removing+the+Operating+System+Barrier+with+Platform+as+a+Service+%28PaaS%29%2C+Part+2+-+a+guest+post+from+Adron+Hall&amp;link=http://blog.newrelic.com/2012/01/26/removing-the-operating-system-barrier-with-platform-as-a-service-paas-part-2-a-guest-post-from-adron-hall/&amp;notes=Welcome%20to%20Part%202%20of%20my%20series%20on%20Removing%20the%20OS%20Barrier%20with%20PaaS.%20In%20Part%201%2C%20I%20covered%20the%20Platform%20as%20a%20Service%20%28PaaS%29%20product%20based%20on%20Open%20Source%20Software%20%28OSS%29%20Cloud%20Foundry%20and%20the%20.NET%20fork%20called%20Iron%20Foundry.%20In%20this%20entry%20I%20want%20to%20dive%20into%20some%20of%20the%20various%20parts%2C%20configuration%2C%20and%20&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a></li><li
class="shr-reddit"> <a
href="http://www.shareaholic.com/api/share/?title=Removing+the+Operating+System+Barrier+with+Platform+as+a+Service+%28PaaS%29%2C+Part+2+-+a+guest+post+from+Adron+Hall&amp;link=http://blog.newrelic.com/2012/01/26/removing-the-operating-system-barrier-with-platform-as-a-service-paas-part-2-a-guest-post-from-adron-hall/&amp;notes=Welcome%20to%20Part%202%20of%20my%20series%20on%20Removing%20the%20OS%20Barrier%20with%20PaaS.%20In%20Part%201%2C%20I%20covered%20the%20Platform%20as%20a%20Service%20%28PaaS%29%20product%20based%20on%20Open%20Source%20Software%20%28OSS%29%20Cloud%20Foundry%20and%20the%20.NET%20fork%20called%20Iron%20Foundry.%20In%20this%20entry%20I%20want%20to%20dive%20into%20some%20of%20the%20various%20parts%2C%20configuration%2C%20and%20&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li
class="shr-mail"> <a
href="http://www.shareaholic.com/api/share/?title=Removing%20the%20Operating%20System%20Barrier%20with%20Platform%20as%20a%20Service%20%28PaaS%29%2C%20Part%202%20-%20a%20guest%20post%20from%20Adron%20Hall&amp;link=http://blog.newrelic.com/2012/01/26/removing-the-operating-system-barrier-with-platform-as-a-service-paas-part-2-a-guest-post-from-adron-hall/&amp;notes=Welcome%20to%20Part%202%20of%20my%20series%20on%20Removing%20the%20OS%20Barrier%20with%20PaaS.%20In%20Part%201%2C%20I%20covered%20the%20Platform%20as%20a%20Service%20%28PaaS%29%20product%20based%20on%20Open%20Source%20Software%20%28OSS%29%20Cloud%20Foundry%20and%20the%20.NET%20fork%20called%20Iron%20Foundry.%20In%20this%20entry%20I%20want%20to%20dive%20into%20some%20of%20the%20various%20parts%2C%20configuration%2C%20and%20&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a></li><li
class="shr-stumbleupon"> <a
href="http://www.shareaholic.com/api/share/?title=Removing+the+Operating+System+Barrier+with+Platform+as+a+Service+%28PaaS%29%2C+Part+2+-+a+guest+post+from+Adron+Hall&amp;link=http://blog.newrelic.com/2012/01/26/removing-the-operating-system-barrier-with-platform-as-a-service-paas-part-2-a-guest-post-from-adron-hall/&amp;notes=Welcome%20to%20Part%202%20of%20my%20series%20on%20Removing%20the%20OS%20Barrier%20with%20PaaS.%20In%20Part%201%2C%20I%20covered%20the%20Platform%20as%20a%20Service%20%28PaaS%29%20product%20based%20on%20Open%20Source%20Software%20%28OSS%29%20Cloud%20Foundry%20and%20the%20.NET%20fork%20called%20Iron%20Foundry.%20In%20this%20entry%20I%20want%20to%20dive%20into%20some%20of%20the%20various%20parts%2C%20configuration%2C%20and%20&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li></ul><div
style="clear: both;"></div></div>]]></content:encoded> <wfw:commentRss>http://blog.newrelic.com/2012/01/26/removing-the-operating-system-barrier-with-platform-as-a-service-paas-part-2-a-guest-post-from-adron-hall/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Control application sprawl with our new Enterprise APM program</title><link>http://blog.newrelic.com/2012/01/25/control-application-sprawl-with-our-new-enterprise-apm-program/</link> <comments>http://blog.newrelic.com/2012/01/25/control-application-sprawl-with-our-new-enterprise-apm-program/#comments</comments> <pubDate>Thu, 26 Jan 2012 02:24:58 +0000</pubDate> <dc:creator>Leigh Shevchik</dc:creator> <category><![CDATA[Cloud Computing]]></category> <category><![CDATA[Company News]]></category> <category><![CDATA[News]]></category> <category><![CDATA[APM]]></category> <category><![CDATA[enterprise]]></category> <category><![CDATA[White paper]]></category><guid
isPermaLink="false">http://blog.newrelic.com/?p=7287</guid> <description><![CDATA[Cloud computing, the consumerization of IT, and the rise of the do-it yourself developer all make creating and deploying apps easier. InfoWorld calls this the biggest shift in IT since the start of the PC-era in the early 1980s. And the speed of this change is only accelerating. But one unintended side effect of today&#8217;s [...]]]></description> <content:encoded><![CDATA[<p>Cloud computing, the consumerization of IT, and the rise of the do-it yourself developer all make creating and deploying apps easier. InfoWorld calls this the <a
href="http://www.infoworld.com/t/consumerization-of-it/game-the-consumerization-of-it-184726" target="_blank">biggest shift in IT</a> since the start of the PC-era in the early 1980s. And the speed of this change is only accelerating. But one unintended side effect of today&#8217;s incredibly fast-paced development cycles is that app monitoring and management tools often times can&#8217;t keep pace, resulting in the deployment of apps with limited visibility. This introduces risk into projects and amplifies the effort required to ensure ongoing performance and availability of web applications.</p><p><a
href="https://twitter.com/#!/jkowall" target="_blank">Jonah Kowall</a>, Research Director at <a
href="http://www.gartner.com/technology/home.jsp" target="_blank">Gartner, Inc.</a> said today “With changes in both the way applications are developed and deployed there is an ever increasing complexity, but also unprecedented agility. Enterprises need to deploy tools which are easily implemented, maintained, and provide business value. The cloud is driving many of these new approaches to IT management, which provide visibility while still being adaptable to keep pace with the rapid pace of change.”</p><p>Today we released a <a
title="New Relic for the Enterprise" href="http://newrelic.com/enterprise" target="_blank">white paper</a> describing five best practices companies can implement to take advantage of the benefits of rapid app development and deployment while regaining control over app performance. Organizations that successfully implement these processes can improve online service delivery, respond faster to changing market conditions, and increase employee morale and productivity.</p><p>To help enterprises take advantage of these benefits, we have launched a new program that guides organizations through an evaluation of our APM tool. Highlights of the program include:</p><p>- A free trial of New Relic on 100 (or more) managed servers<br
/> - Support from a dedicated technical expert<br
/> - A detailed installation planning session<br
/> - In-depth technical training<br
/> - An end-of-trial performance review</p><p>If your organization is interested in taking advantage of the program, check out our <a
href="http://newrelic.com/enterprise">Enterprise site</a>.</p><div
class="shr-bookmarks shr-bookmarks-spaced"><ul
class="socials"><li
class="shr-hackernews"> <a
href="http://www.shareaholic.com/api/share/?title=Control+application+sprawl+with+our+new+Enterprise+APM+program&amp;link=http://blog.newrelic.com/2012/01/25/control-application-sprawl-with-our-new-enterprise-apm-program/&amp;notes=Cloud%20computing%2C%20the%20consumerization%20of%20IT%2C%20and%20the%20rise%20of%20the%20do-it%20yourself%20developer%20all%20make%20creating%20and%20deploying%20apps%20easier.%20InfoWorld%20calls%20this%20the%20biggest%20shift%20in%20IT%20since%20the%20start%20of%20the%20PC-era%20in%20the%20early%201980s.%20And%20the%20speed%20of%20this%20change%20is%20only%20accelerating.%20But%20one%20unintended%20s&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=202&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a></li><li
class="shr-facebook"> <a
href="http://www.shareaholic.com/api/share/?title=Control+application+sprawl+with+our+new+Enterprise+APM+program&amp;link=http://blog.newrelic.com/2012/01/25/control-application-sprawl-with-our-new-enterprise-apm-program/&amp;notes=Cloud%20computing%2C%20the%20consumerization%20of%20IT%2C%20and%20the%20rise%20of%20the%20do-it%20yourself%20developer%20all%20make%20creating%20and%20deploying%20apps%20easier.%20InfoWorld%20calls%20this%20the%20biggest%20shift%20in%20IT%20since%20the%20start%20of%20the%20PC-era%20in%20the%20early%201980s.%20And%20the%20speed%20of%20this%20change%20is%20only%20accelerating.%20But%20one%20unintended%20s&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a></li><li
class="shr-twitter"> <a
href="http://www.shareaholic.com/api/share/?title=Control+application+sprawl+with+our+new+Enterprise+APM+program&amp;link=http://blog.newrelic.com/2012/01/25/control-application-sprawl-with-our-new-enterprise-apm-program/&amp;notes=Cloud%20computing%2C%20the%20consumerization%20of%20IT%2C%20and%20the%20rise%20of%20the%20do-it%20yourself%20developer%20all%20make%20creating%20and%20deploying%20apps%20easier.%20InfoWorld%20calls%20this%20the%20biggest%20shift%20in%20IT%20since%20the%20start%20of%20the%20PC-era%20in%20the%20early%201980s.%20And%20the%20speed%20of%20this%20change%20is%20only%20accelerating.%20But%20one%20unintended%20s&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D%2Bvia%2B%2540NewRelic&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li
class="shr-linkedin"> <a
href="http://www.shareaholic.com/api/share/?title=Control+application+sprawl+with+our+new+Enterprise+APM+program&amp;link=http://blog.newrelic.com/2012/01/25/control-application-sprawl-with-our-new-enterprise-apm-program/&amp;notes=Cloud%20computing%2C%20the%20consumerization%20of%20IT%2C%20and%20the%20rise%20of%20the%20do-it%20yourself%20developer%20all%20make%20creating%20and%20deploying%20apps%20easier.%20InfoWorld%20calls%20this%20the%20biggest%20shift%20in%20IT%20since%20the%20start%20of%20the%20PC-era%20in%20the%20early%201980s.%20And%20the%20speed%20of%20this%20change%20is%20only%20accelerating.%20But%20one%20unintended%20s&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a></li><li
class="shr-reddit"> <a
href="http://www.shareaholic.com/api/share/?title=Control+application+sprawl+with+our+new+Enterprise+APM+program&amp;link=http://blog.newrelic.com/2012/01/25/control-application-sprawl-with-our-new-enterprise-apm-program/&amp;notes=Cloud%20computing%2C%20the%20consumerization%20of%20IT%2C%20and%20the%20rise%20of%20the%20do-it%20yourself%20developer%20all%20make%20creating%20and%20deploying%20apps%20easier.%20InfoWorld%20calls%20this%20the%20biggest%20shift%20in%20IT%20since%20the%20start%20of%20the%20PC-era%20in%20the%20early%201980s.%20And%20the%20speed%20of%20this%20change%20is%20only%20accelerating.%20But%20one%20unintended%20s&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li
class="shr-mail"> <a
href="http://www.shareaholic.com/api/share/?title=Control%20application%20sprawl%20with%20our%20new%20Enterprise%20APM%20program&amp;link=http://blog.newrelic.com/2012/01/25/control-application-sprawl-with-our-new-enterprise-apm-program/&amp;notes=Cloud%20computing%2C%20the%20consumerization%20of%20IT%2C%20and%20the%20rise%20of%20the%20do-it%20yourself%20developer%20all%20make%20creating%20and%20deploying%20apps%20easier.%20InfoWorld%20calls%20this%20the%20biggest%20shift%20in%20IT%20since%20the%20start%20of%20the%20PC-era%20in%20the%20early%201980s.%20And%20the%20speed%20of%20this%20change%20is%20only%20accelerating.%20But%20one%20unintended%20s&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a></li><li
class="shr-stumbleupon"> <a
href="http://www.shareaholic.com/api/share/?title=Control+application+sprawl+with+our+new+Enterprise+APM+program&amp;link=http://blog.newrelic.com/2012/01/25/control-application-sprawl-with-our-new-enterprise-apm-program/&amp;notes=Cloud%20computing%2C%20the%20consumerization%20of%20IT%2C%20and%20the%20rise%20of%20the%20do-it%20yourself%20developer%20all%20make%20creating%20and%20deploying%20apps%20easier.%20InfoWorld%20calls%20this%20the%20biggest%20shift%20in%20IT%20since%20the%20start%20of%20the%20PC-era%20in%20the%20early%201980s.%20And%20the%20speed%20of%20this%20change%20is%20only%20accelerating.%20But%20one%20unintended%20s&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li></ul><div
style="clear: both;"></div></div>]]></content:encoded> <wfw:commentRss>http://blog.newrelic.com/2012/01/25/control-application-sprawl-with-our-new-enterprise-apm-program/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Want to go to LA Ruby Conf? Get your free pass here!</title><link>http://blog.newrelic.com/2012/01/25/want-to-go-to-la-ruby-conf-get-your-free-pass-here/</link> <comments>http://blog.newrelic.com/2012/01/25/want-to-go-to-la-ruby-conf-get-your-free-pass-here/#comments</comments> <pubDate>Wed, 25 Jan 2012 19:24:12 +0000</pubDate> <dc:creator>Leigh Shevchik</dc:creator> <category><![CDATA[Company News]]></category><guid
isPermaLink="false">http://blog.newrelic.com/?p=7207</guid> <description><![CDATA[For the past four years, we&#8217;ve been a Silver Sponsor of LA Ruby Conf, a three day event focusing on hands on Ruby training, code immersion and skill improvement. The 2012 conference takes place February 2 &#8211; 4 at the Holiday Inn Media Center in Burbank, CA. Congrats to our winner Dave Proffer!  We hope [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://blog.newrelic.com/wp-content/uploads/laruby_conf.jpeg"><img
class="alignleft size-thumbnail wp-image-7210" title="laruby_conf" src="http://blog.newrelic.com/wp-content/uploads/laruby_conf-150x150.jpg" alt="" width="150" height="150" /></a>For the past four years, we&#8217;ve been a Silver Sponsor of <a
href="http://www.larubyconf.com/" target="_blank">LA Ruby Conf</a>, a three day event focusing on hands on Ruby training, code immersion and skill improvement. The 2012 conference takes place February 2 &#8211; 4 at the <a
href="http://www.holidayinn.com/hotels/us/en/burbank/laxbb/hoteldetail" target="_blank">Holiday Inn Media Center</a> in Burbank, CA.</p><p>Congrats to our winner Dave Proffer!  We hope to see you there.</p><div
class="shr-bookmarks shr-bookmarks-spaced"><ul
class="socials"><li
class="shr-hackernews"> <a
href="http://www.shareaholic.com/api/share/?title=Want+to+go+to+LA+Ruby+Conf%3F+Get+your+free+pass+here%21+&amp;link=http://blog.newrelic.com/2012/01/25/want-to-go-to-la-ruby-conf-get-your-free-pass-here/&amp;notes=For%20the%20past%20four%20years%2C%20we%27ve%20been%20a%20Silver%20Sponsor%20of%20LA%20Ruby%20Conf%2C%20a%20three%20day%20event%20focusing%20on%20hands%20on%20Ruby%20training%2C%20code%20immersion%20and%20skill%20improvement.%20The%202012%20conference%20takes%20place%20February%202%20-%204%20at%20the%20Holiday%20Inn%20Media%20Center%20in%20Burbank%2C%20CA.%0D%0A%0D%0ACongrats%20to%20our%20winner%20Dave%20Proffer%21%20%C2%A0W&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=202&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a></li><li
class="shr-facebook"> <a
href="http://www.shareaholic.com/api/share/?title=Want+to+go+to+LA+Ruby+Conf%3F+Get+your+free+pass+here%21+&amp;link=http://blog.newrelic.com/2012/01/25/want-to-go-to-la-ruby-conf-get-your-free-pass-here/&amp;notes=For%20the%20past%20four%20years%2C%20we%27ve%20been%20a%20Silver%20Sponsor%20of%20LA%20Ruby%20Conf%2C%20a%20three%20day%20event%20focusing%20on%20hands%20on%20Ruby%20training%2C%20code%20immersion%20and%20skill%20improvement.%20The%202012%20conference%20takes%20place%20February%202%20-%204%20at%20the%20Holiday%20Inn%20Media%20Center%20in%20Burbank%2C%20CA.%0D%0A%0D%0ACongrats%20to%20our%20winner%20Dave%20Proffer%21%20%C2%A0W&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a></li><li
class="shr-twitter"> <a
href="http://www.shareaholic.com/api/share/?title=Want+to+go+to+LA+Ruby+Conf%3F+Get+your+free+pass+here%21+&amp;link=http://blog.newrelic.com/2012/01/25/want-to-go-to-la-ruby-conf-get-your-free-pass-here/&amp;notes=For%20the%20past%20four%20years%2C%20we%27ve%20been%20a%20Silver%20Sponsor%20of%20LA%20Ruby%20Conf%2C%20a%20three%20day%20event%20focusing%20on%20hands%20on%20Ruby%20training%2C%20code%20immersion%20and%20skill%20improvement.%20The%202012%20conference%20takes%20place%20February%202%20-%204%20at%20the%20Holiday%20Inn%20Media%20Center%20in%20Burbank%2C%20CA.%0D%0A%0D%0ACongrats%20to%20our%20winner%20Dave%20Proffer%21%20%C2%A0W&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D%2Bvia%2B%2540NewRelic&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li
class="shr-linkedin"> <a
href="http://www.shareaholic.com/api/share/?title=Want+to+go+to+LA+Ruby+Conf%3F+Get+your+free+pass+here%21+&amp;link=http://blog.newrelic.com/2012/01/25/want-to-go-to-la-ruby-conf-get-your-free-pass-here/&amp;notes=For%20the%20past%20four%20years%2C%20we%27ve%20been%20a%20Silver%20Sponsor%20of%20LA%20Ruby%20Conf%2C%20a%20three%20day%20event%20focusing%20on%20hands%20on%20Ruby%20training%2C%20code%20immersion%20and%20skill%20improvement.%20The%202012%20conference%20takes%20place%20February%202%20-%204%20at%20the%20Holiday%20Inn%20Media%20Center%20in%20Burbank%2C%20CA.%0D%0A%0D%0ACongrats%20to%20our%20winner%20Dave%20Proffer%21%20%C2%A0W&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a></li><li
class="shr-reddit"> <a
href="http://www.shareaholic.com/api/share/?title=Want+to+go+to+LA+Ruby+Conf%3F+Get+your+free+pass+here%21+&amp;link=http://blog.newrelic.com/2012/01/25/want-to-go-to-la-ruby-conf-get-your-free-pass-here/&amp;notes=For%20the%20past%20four%20years%2C%20we%27ve%20been%20a%20Silver%20Sponsor%20of%20LA%20Ruby%20Conf%2C%20a%20three%20day%20event%20focusing%20on%20hands%20on%20Ruby%20training%2C%20code%20immersion%20and%20skill%20improvement.%20The%202012%20conference%20takes%20place%20February%202%20-%204%20at%20the%20Holiday%20Inn%20Media%20Center%20in%20Burbank%2C%20CA.%0D%0A%0D%0ACongrats%20to%20our%20winner%20Dave%20Proffer%21%20%C2%A0W&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li
class="shr-mail"> <a
href="http://www.shareaholic.com/api/share/?title=Want%20to%20go%20to%20LA%20Ruby%20Conf%3F%20Get%20your%20free%20pass%20here%21%20&amp;link=http://blog.newrelic.com/2012/01/25/want-to-go-to-la-ruby-conf-get-your-free-pass-here/&amp;notes=For%20the%20past%20four%20years%2C%20we%27ve%20been%20a%20Silver%20Sponsor%20of%20LA%20Ruby%20Conf%2C%20a%20three%20day%20event%20focusing%20on%20hands%20on%20Ruby%20training%2C%20code%20immersion%20and%20skill%20improvement.%20The%202012%20conference%20takes%20place%20February%202%20-%204%20at%20the%20Holiday%20Inn%20Media%20Center%20in%20Burbank%2C%20CA.%0D%0A%0D%0ACongrats%20to%20our%20winner%20Dave%20Proffer%21%20%C2%A0W&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a></li><li
class="shr-stumbleupon"> <a
href="http://www.shareaholic.com/api/share/?title=Want+to+go+to+LA+Ruby+Conf%3F+Get+your+free+pass+here%21+&amp;link=http://blog.newrelic.com/2012/01/25/want-to-go-to-la-ruby-conf-get-your-free-pass-here/&amp;notes=For%20the%20past%20four%20years%2C%20we%27ve%20been%20a%20Silver%20Sponsor%20of%20LA%20Ruby%20Conf%2C%20a%20three%20day%20event%20focusing%20on%20hands%20on%20Ruby%20training%2C%20code%20immersion%20and%20skill%20improvement.%20The%202012%20conference%20takes%20place%20February%202%20-%204%20at%20the%20Holiday%20Inn%20Media%20Center%20in%20Burbank%2C%20CA.%0D%0A%0D%0ACongrats%20to%20our%20winner%20Dave%20Proffer%21%20%C2%A0W&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li></ul><div
style="clear: both;"></div></div>]]></content:encoded> <wfw:commentRss>http://blog.newrelic.com/2012/01/25/want-to-go-to-la-ruby-conf-get-your-free-pass-here/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Attention Data Nerds &#8211; Why New Relic gives away t-shirts</title><link>http://blog.newrelic.com/2012/01/25/attention-data-nerds-why-new-relic-gives-away-t-shirts/</link> <comments>http://blog.newrelic.com/2012/01/25/attention-data-nerds-why-new-relic-gives-away-t-shirts/#comments</comments> <pubDate>Wed, 25 Jan 2012 17:30:04 +0000</pubDate> <dc:creator>Patrick Moran</dc:creator> <category><![CDATA[Company News]]></category><guid
isPermaLink="false">http://blog.newrelic.com/?p=7090</guid> <description><![CDATA[T-shirts here!  Get your free t-shirts here! TL;DR: What’s with all the t-shirt giveaways lately?  First and foremost, we love developers and we want you to have one of our shirts when you deploy New Relic. So go deploy us now and get your free shirt here. Secondly, New Relic is on a mission. We [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://newrelic.com"><img
class="alignleft size-full wp-image-7091" title="datanerd" src="http://blog.newrelic.com/wp-content/uploads/photo.jpg" alt="#DataNerd" width="380" height="380" /></a><strong>T-shirts here!  Get your <a
href="http://newrelic.com">free t-shirts</a> here!</strong></p><p><strong>TL;DR: </strong></p><p><strong>What’s with all the t-shirt giveaways lately? </strong></p><p>First and foremost, we love <a
href="http://newrelic.com/developers">developers</a> and we want you to have one of our shirts when you deploy New Relic. So go deploy us now and get your free shirt <a
href="http://newrelic.com/">here</a>.</p><p>Secondly, New Relic is on a mission. We are creating <a
href="http://newrelic.com/features/performance-analytics">app management</a> that ANY organization with a business-critical web app can use. We think EVERY developer will benefit from a New Relic account, hooked up to WHATEVER app they are working on.  <a
href="http://newrelic.com/enterprise">Big apps.</a>  Small apps.  We&#8217;ve worked VERY hard to make our product an experience that people <a
href="http://twitter.com/newrelic">fall in love </a>with the moment they start using it.</p><p>The other reality at play here is that New Relic is a high-volume, high-transaction online business. We are interested in acquiring new customers and are doing what we can to achieve our business objectives. The thing is &#8212; New Relic is a new concept; sure, we have over <a
href="http://newrelic.com/about/customers">15,000 active accounts</a> and many times more users than that, but the idea of a SaaS app performance tool is still pretty new to a lot of people. To get people over the hump of &#8220;hey, neat idea &#8211; maybe I&#8217;ll try it someday&#8221;, and move &#8216;em to &#8220;Rockin&#8217;, now&#8217;s the time!&#8221; We offer incentives.  We&#8217;ve tried RC helicopters, but t-shirts are much more cost effective.  So far, we&#8217;ve given a few hundred of these incentives away, and we&#8217;re not going to stop.</p><p><strong>At the end of the day though, we are providing a service that we know will help you deliver and maintain high performance web apps. We are invested in your success. </strong></p><p>Here&#8217;s our formula for YOUR success:</p><p><strong>1) Try it.<br
/> 2) You&#8217;ll love it.<br
/> 3) But you have to do step 1 before step 2</strong></p><p>This model works at this company because we believe we have a truly useful, unique, magical, wonderful product. If we didn&#8217;t, this type of marketing would be wasteful.</p><p><strong>Where we&#8217;d prefer our money to go, anyway!</strong></p><p>Even more important, we look at our marketing budget this way:  We&#8217;d prefer to spend a little money outfitting our users in cool shirts rather than giving it to google for expensive adwords. We end up doing both, but we love the idea of you wearing our shirts to your next local meetup.  We&#8217;re a global company, but hey&#8230;we act locally.</p><p><strong>Only new people who come to New Relic?  What about existing customers!?</strong></p><p>We haven&#8217;t forgotten about you and are taking steps to ensure that you have the chance to participate in our online promotions going forward. Case in point: we&#8217;ve been overwhelmed with the interest in our t-shirts from our existing customers.  As mentioned above, we use the Ts to help us acquire new customers.</p><p>We can&#8217;t buy 60,000+ t-shirts for all New Relic users around the world, but here&#8217;s what we can do, it&#8217;s simple:</p><p>1.  <a
href="http://newrelic.extole.com/m/1111400482">Share</a> New Relic with friends, developers, etc.</p><p>2.  When one of your friends signs up AND deploys our agent into their app, we&#8217;ll notify you and send you a T-shirt!</p><p>3.  Your friend who followed your link and deployed will get a free RC helicopter! (or T-shirt if we run out)</p><p>4.  Bam!  That&#8217;s it.</p><p><strong>Seriously! NO Purchase Necessary (But please don&#8217;t rip us off; we&#8217;re good people )</strong></p><p>We know there will be a few bad apples who will inevitably try to beat the system for a $20 t-shirt (it&#8217;s a nice american apparel shirt!). They will install our agent in their app, claim victory, demand a tshirt, then rip us out of the app.  Please don&#8217;t do this.  We have a free version &#8211; we think you&#8217;ll like it!  Our model works like many freemium models (like, say&#8230; Dropbox).  You try us.  80% of you will never buy from us. But 20% will, and we make money on that math.</p><p><strong>Proof that this isn&#8217;t a scam?  </strong></p><p>It isn&#8217;t.  Here&#8217;s two customers who have tweeted about receiving their tshirts.  How much did they pay?  Zip.  But now they see the power of New Relic!</p><p>So go ahead, please consider telling all your friends about this initiative.  Share this post on Twitter.  Let&#8217;s double this customer base of active accounts together!</p><p><a
href="http://blog.newrelic.com/wp-content/uploads/data_nerd.jpg"><img
class="alignleft size-medium wp-image-7095" title="data_nerd" src="http://blog.newrelic.com/wp-content/uploads/data_nerd-225x300.jpg" alt="" width="225" height="300" /></a></p><p>&nbsp;</p><p><a
href="http://blog.newrelic.com/wp-content/uploads/PastedGraphic-11.png"><img
class="alignleft size-medium wp-image-7096" title="PastedGraphic-11" src="http://blog.newrelic.com/wp-content/uploads/PastedGraphic-11-283x300.png" alt="" width="283" height="300" /></a></p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>In case you missed it, here&#8217;s our holiday video.  We LOVE developers.  And we want them all wearing our schwag!</p><p><iframe
name="wistia_embed" src="http://fast.wistia.com/embed/iframe/6ab70438d4?videoWidth=640&amp;videoHeight=360&amp;controlsVisibleOnLoad=true" frameborder="0" width="640" height="360"></iframe></p><p>&nbsp;</p><p>&nbsp;</p><div
class="shr-bookmarks shr-bookmarks-spaced"><ul
class="socials"><li
class="shr-hackernews"> <a
href="http://www.shareaholic.com/api/share/?title=Attention+Data+Nerds+-+Why+New+Relic+gives+away+t-shirts&amp;link=http://blog.newrelic.com/2012/01/25/attention-data-nerds-why-new-relic-gives-away-t-shirts/&amp;notes=T-shirts%20here%21%20%C2%A0Get%20your%20free%20t-shirts%20here%21%0D%0A%0D%0ATL%3BDR%3A%20%0D%0A%0D%0AWhat%E2%80%99s%20with%20all%20the%20t-shirt%20giveaways%20lately%3F%C2%A0%0D%0A%0D%0AFirst%20and%20foremost%2C%20we%20love%20developers%20and%20we%20want%20you%20to%20have%20one%20of%20our%20shirts%20when%20you%20deploy%20New%20Relic.%20So%20go%20deploy%20us%20now%20and%20get%20your%20free%20shirt%20here.%0D%0A%0D%0ASecondly%2C%20New%20Relic%20is%20on%20&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=202&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a></li><li
class="shr-facebook"> <a
href="http://www.shareaholic.com/api/share/?title=Attention+Data+Nerds+-+Why+New+Relic+gives+away+t-shirts&amp;link=http://blog.newrelic.com/2012/01/25/attention-data-nerds-why-new-relic-gives-away-t-shirts/&amp;notes=T-shirts%20here%21%20%C2%A0Get%20your%20free%20t-shirts%20here%21%0D%0A%0D%0ATL%3BDR%3A%20%0D%0A%0D%0AWhat%E2%80%99s%20with%20all%20the%20t-shirt%20giveaways%20lately%3F%C2%A0%0D%0A%0D%0AFirst%20and%20foremost%2C%20we%20love%20developers%20and%20we%20want%20you%20to%20have%20one%20of%20our%20shirts%20when%20you%20deploy%20New%20Relic.%20So%20go%20deploy%20us%20now%20and%20get%20your%20free%20shirt%20here.%0D%0A%0D%0ASecondly%2C%20New%20Relic%20is%20on%20&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a></li><li
class="shr-twitter"> <a
href="http://www.shareaholic.com/api/share/?title=Attention+Data+Nerds+-+Why+New+Relic+gives+away+t-shirts&amp;link=http://blog.newrelic.com/2012/01/25/attention-data-nerds-why-new-relic-gives-away-t-shirts/&amp;notes=T-shirts%20here%21%20%C2%A0Get%20your%20free%20t-shirts%20here%21%0D%0A%0D%0ATL%3BDR%3A%20%0D%0A%0D%0AWhat%E2%80%99s%20with%20all%20the%20t-shirt%20giveaways%20lately%3F%C2%A0%0D%0A%0D%0AFirst%20and%20foremost%2C%20we%20love%20developers%20and%20we%20want%20you%20to%20have%20one%20of%20our%20shirts%20when%20you%20deploy%20New%20Relic.%20So%20go%20deploy%20us%20now%20and%20get%20your%20free%20shirt%20here.%0D%0A%0D%0ASecondly%2C%20New%20Relic%20is%20on%20&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D%2Bvia%2B%2540NewRelic&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li
class="shr-linkedin"> <a
href="http://www.shareaholic.com/api/share/?title=Attention+Data+Nerds+-+Why+New+Relic+gives+away+t-shirts&amp;link=http://blog.newrelic.com/2012/01/25/attention-data-nerds-why-new-relic-gives-away-t-shirts/&amp;notes=T-shirts%20here%21%20%C2%A0Get%20your%20free%20t-shirts%20here%21%0D%0A%0D%0ATL%3BDR%3A%20%0D%0A%0D%0AWhat%E2%80%99s%20with%20all%20the%20t-shirt%20giveaways%20lately%3F%C2%A0%0D%0A%0D%0AFirst%20and%20foremost%2C%20we%20love%20developers%20and%20we%20want%20you%20to%20have%20one%20of%20our%20shirts%20when%20you%20deploy%20New%20Relic.%20So%20go%20deploy%20us%20now%20and%20get%20your%20free%20shirt%20here.%0D%0A%0D%0ASecondly%2C%20New%20Relic%20is%20on%20&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a></li><li
class="shr-reddit"> <a
href="http://www.shareaholic.com/api/share/?title=Attention+Data+Nerds+-+Why+New+Relic+gives+away+t-shirts&amp;link=http://blog.newrelic.com/2012/01/25/attention-data-nerds-why-new-relic-gives-away-t-shirts/&amp;notes=T-shirts%20here%21%20%C2%A0Get%20your%20free%20t-shirts%20here%21%0D%0A%0D%0ATL%3BDR%3A%20%0D%0A%0D%0AWhat%E2%80%99s%20with%20all%20the%20t-shirt%20giveaways%20lately%3F%C2%A0%0D%0A%0D%0AFirst%20and%20foremost%2C%20we%20love%20developers%20and%20we%20want%20you%20to%20have%20one%20of%20our%20shirts%20when%20you%20deploy%20New%20Relic.%20So%20go%20deploy%20us%20now%20and%20get%20your%20free%20shirt%20here.%0D%0A%0D%0ASecondly%2C%20New%20Relic%20is%20on%20&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li
class="shr-mail"> <a
href="http://www.shareaholic.com/api/share/?title=Attention%20Data%20Nerds%20-%20Why%20New%20Relic%20gives%20away%20t-shirts&amp;link=http://blog.newrelic.com/2012/01/25/attention-data-nerds-why-new-relic-gives-away-t-shirts/&amp;notes=T-shirts%20here%21%20%C2%A0Get%20your%20free%20t-shirts%20here%21%0D%0A%0D%0ATL%3BDR%3A%20%0D%0A%0D%0AWhat%E2%80%99s%20with%20all%20the%20t-shirt%20giveaways%20lately%3F%C2%A0%0D%0A%0D%0AFirst%20and%20foremost%2C%20we%20love%20developers%20and%20we%20want%20you%20to%20have%20one%20of%20our%20shirts%20when%20you%20deploy%20New%20Relic.%20So%20go%20deploy%20us%20now%20and%20get%20your%20free%20shirt%20here.%0D%0A%0D%0ASecondly%2C%20New%20Relic%20is%20on%20&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a></li><li
class="shr-stumbleupon"> <a
href="http://www.shareaholic.com/api/share/?title=Attention+Data+Nerds+-+Why+New+Relic+gives+away+t-shirts&amp;link=http://blog.newrelic.com/2012/01/25/attention-data-nerds-why-new-relic-gives-away-t-shirts/&amp;notes=T-shirts%20here%21%20%C2%A0Get%20your%20free%20t-shirts%20here%21%0D%0A%0D%0ATL%3BDR%3A%20%0D%0A%0D%0AWhat%E2%80%99s%20with%20all%20the%20t-shirt%20giveaways%20lately%3F%C2%A0%0D%0A%0D%0AFirst%20and%20foremost%2C%20we%20love%20developers%20and%20we%20want%20you%20to%20have%20one%20of%20our%20shirts%20when%20you%20deploy%20New%20Relic.%20So%20go%20deploy%20us%20now%20and%20get%20your%20free%20shirt%20here.%0D%0A%0D%0ASecondly%2C%20New%20Relic%20is%20on%20&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li></ul><div
style="clear: both;"></div></div>]]></content:encoded> <wfw:commentRss>http://blog.newrelic.com/2012/01/25/attention-data-nerds-why-new-relic-gives-away-t-shirts/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Developer Survey from Zend (The PHP Company) &#8211; 2012 Cloud and Mobile Trends</title><link>http://blog.newrelic.com/2012/01/22/php-developer-survey-zend-pulse/</link> <comments>http://blog.newrelic.com/2012/01/22/php-developer-survey-zend-pulse/#comments</comments> <pubDate>Mon, 23 Jan 2012 04:42:30 +0000</pubDate> <dc:creator>Patrick Moran</dc:creator> <category><![CDATA[Performance Tech Tips]]></category><guid
isPermaLink="false">http://blog.newrelic.com/?p=7134</guid> <description><![CDATA[The great folks at Zend, the PHP Company  have assembled their latest &#8220;Zend Developer Pulse&#8221; Report (available for free, here). The report suggests that Developers plan to invest most of their time, talent and energy in mobile and API projects over the coming year — and will continue to code in a variety of languages.  Apparently the survey itself [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://zend.com"><img
class="size-full wp-image-7142 alignleft" title="download" src="http://blog.newrelic.com/wp-content/uploads/download.jpeg" alt="" width="184" height="90" /></a>The great folks at <a
title="The PHP Company - Zend" href="http://zend.com">Zend</a>, the <a
title="PHP" href="http://zend.com">PHP Company</a>  have assembled their latest &#8220;<a
title="Zend PHP Report" href="http://static.zend.com/topics/zend-developer-pulse-survey-report-0112-EN.pdf" target="_blank">Zend Developer Pulse</a>&#8221; Report (available for free, <a
title="Zend Pulse Report" href="http://static.zend.com/topics/zend-developer-pulse-survey-report-0112-EN.pdf" target="_blank">here</a>).</p><p>The report suggests that Developers plan to invest most of their time, talent and energy in <strong>mobile</strong> and <strong>API</strong> projects over the coming year — and will continue to code in a <strong>variety of languages</strong>.  Apparently the survey itself was conducted in late November 2011; around 3,335 respondents were polled.  Zend&#8217;s <a
href="http://zend.com">products</a> are used at over 40,000 companies.  As you surely know, <strong>PHP is the programming language that powers about a third of the Internet</strong>, including Facebook, Wikipedia, WordPress, Zynga and many other household-name-type websites and services.  It is one of the fastest growing segments of <a
href="http://newrelic.com">New Relic</a>&#8216;s Web App Performance business, and is popping up more and more in the cloud &#8211; including Zend&#8217;s <a
title="Zend PHP Cloud" href="http://phpcloud.com">PHPcloud.com</a> and Engine Yard&#8217;s purchase of <a
title="Orchestra PHP" href="http://www.engineyard.com/products/orchestra">Orchestra</a>.</p><p>The <a
title="Zend Pulse Report" href="http://static.zend.com/topics/zend-developer-pulse-survey-report-0112-EN.pdf">Developer Pulse report</a> tells us around two thirds of developers around the world will be working on mobile app development projects in the next 12 months. And a further 67 percent of the developers surveyed said they wanted to improve their mobile app development skills this year.</p><p><img
class="alignnone" style="border-style: initial; border-color: initial;" title="Zend Dev Pulse" src="http://venturebeat.files.wordpress.com/2012/01/dev-pulse.jpg" alt="" width="640" height="339" /></p><p>The report is skewed toward PHP developers (shocker!) but the results are still very interesting and relevant.  Anyway, the report is full of great nuggets about 2012 &#8211; see the charts below.  Feel free to add any comments!  Oh, and the biggest, most important piece of data I learned from the report?  A full 86% of developers like to listen to music while coding.</p><p><img
class="alignnone" title="Zend Dev Pulse" src="http://venturebeat.files.wordpress.com/2012/01/dev-pulse-2.jpg" alt="" width="640" height="295" /></p><p><img
class="alignnone" title="Zend Dev Pulse" src="http://venturebeat.files.wordpress.com/2012/01/dev-pulse-3.jpg" alt="" width="640" height="347" /></p><p><img
class="alignnone" title="Zend Dev Pulse" src="http://venturebeat.files.wordpress.com/2012/01/dev-pulse-4.jpg" alt="" width="640" height="431" /></p><p><img
class="alignnone" title="Zend Pulse" src="http://venturebeat.files.wordpress.com/2012/01/dev-pulse-5.jpg" alt="" width="640" height="431" /></p><p>Thanks to the team at <a
title="Zend - PHP Pulse Report" href="http://zend.com">Zend</a> for the interesting data.  Of course, with all this great new PHP code being written, someone needs to monitor and manage the performance, right?  That&#8217;s where we come in!  Below is borrowed directly from their <a
title="Zend" href="http://www.zend.com/en/company/news/press/339_zend-takes-the-pulse-of-developers-in-the-app-economy">press release</a>:</p><p><strong><em>Key Survey Findings:</em></strong></p><p><strong>Technology investment and developer areas of focus for 2012</strong><br
/> Key areas of technology investment are revealed by the types of projects that developers expect to tackle as well as their priorities for career and skills development in the new year.<br
/> Key project focus areas:</p><ul><li>   66 percent of developers will be engaged in mobile app development projects</li><li>   For each of these four key technology areas —cloud, social media integration, big data/analytics, and producing APIs — between 40-50 percent of developers said they will have projects underway in 2012</li></ul><p>Career and skills development priorities:</p><ul><li>   Next-generation UI development scored high both in the large enterprise and overall (75 percent)</li><li>   67 percent of all developers surveyed are looking to hone their app development skills on mobile platforms, and 46 percent in cloud application development</li><li>  As one might expect, among corporate developers at companies over 100 employees, another priority is gaining expertise with Big Data/analytics (44 percent)</li></ul><p><strong>Strong Interest in Cloud Development</strong></p><ul><li>   More than 60 percent intend to use some form of public cloud in their development projects, with Amazon ranked the most popular at 30 percent</li><li>   As far as skills are concerned, 46 percent of all developers surveyed are looking to hone their skills in cloud computing, with a high desire to gain expertise among 52 percent of developers in large enterprises. This result is consistent with the high level of interest that Zend is seeing at <a
href="http://www.phpcloud.com/">phpcloud.com</a> (launched in October 2011), where developers are actively building apps for the cloud, in the cloud, in the <a
href="http://www.phpcloud.com/develop">Zend Developer Cloud</a> sandbox.</li></ul><p><strong>State of Languages</strong><br
/> The new norm among developers is use of multiple languages, and rising use of dynamic open source languages, and the Zend Developer Pulse™ survey echoes this trend.<strong></strong></p><ul><li>  Four languages, PHP, C, Java and Javascript dominated survey results, with a number of other languages trailing far behind</li><li>  Two-thirds of all developers surveyed spend more than 50 percent of their time with PHP, using PHP as their core language; this includes an uptake of PHP in the enterprise</li><li>  Developers reported that in addition to PHP, they use 1-2 other languages on a regular basis; as high as 33 percent of enterprise developers report using both PHP and Java</li></ul><p><strong>Demand for PHP Skills</strong><br
/> Survey results show that developers see rising demand for PHP skills in 2011-12 compared to previous years, and independent data strongly support this trend.</p><ul><li>  From an employment perspective, more than half of developers surveyed see increasing demand for PHP skills in 2011-12. This finding is supported by data from <a
href="https://www.odesk.com/trends/php">oDesk</a>, an online employment platform, which posts an average of more than 4,000 new PHP jobs per month and reports PHP as its #1 job posting.</li><li>  Looking to bolster its talent pool with experts in PHP and several other leading programming languages, <a
href="http://www.itbusinessedge.com/cm/blogs/hall/facebook-puts-wanna-be-coders-to-the-test/?cs=48931">Facebook</a> recently bypassed the standard résumé request in favor of setting up online coding tests to pre-qualify candidates for phone interviews.</li></ul><p>According to Andi Gutmans, CEO and co-founder of Zend, <em>“As our survey and other industry findings confirm, 2012 brings with it escalating requirements for cloud, mobile and social apps</em><em>. </em><em> Enterprises are investing in PHP development projects and skills, and turning to Zend to help meet these requirements so they can build and deploy business-critical PHP apps that drive real business value.”</em></p><div
class="shr-bookmarks shr-bookmarks-spaced"><ul
class="socials"><li
class="shr-hackernews"> <a
href="http://www.shareaholic.com/api/share/?title=Developer+Survey+from+Zend+%28The+PHP+Company%29+-+2012+Cloud+and+Mobile+Trends&amp;link=http://blog.newrelic.com/2012/01/22/php-developer-survey-zend-pulse/&amp;notes=The%20great%20folks%20at%20Zend%2C%C2%A0the%20PHP%20Company%C2%A0%C2%A0have%20assembled%20their%20latest%20%22Zend%20Developer%20Pulse%22%20Report%20%28available%20for%20free%2C%20here%29.%0D%0A%0D%0AThe%20report%20suggests%20that%C2%A0Developers%20plan%20to%20invest%20most%20of%20their%20time%2C%20talent%20and%20energy%20in%20mobile%20and%20API%20projects%20over%20the%20coming%20year%20%E2%80%94%20and%20will%20continue%20to%20cod&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=202&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a></li><li
class="shr-facebook"> <a
href="http://www.shareaholic.com/api/share/?title=Developer+Survey+from+Zend+%28The+PHP+Company%29+-+2012+Cloud+and+Mobile+Trends&amp;link=http://blog.newrelic.com/2012/01/22/php-developer-survey-zend-pulse/&amp;notes=The%20great%20folks%20at%20Zend%2C%C2%A0the%20PHP%20Company%C2%A0%C2%A0have%20assembled%20their%20latest%20%22Zend%20Developer%20Pulse%22%20Report%20%28available%20for%20free%2C%20here%29.%0D%0A%0D%0AThe%20report%20suggests%20that%C2%A0Developers%20plan%20to%20invest%20most%20of%20their%20time%2C%20talent%20and%20energy%20in%20mobile%20and%20API%20projects%20over%20the%20coming%20year%20%E2%80%94%20and%20will%20continue%20to%20cod&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a></li><li
class="shr-twitter"> <a
href="http://www.shareaholic.com/api/share/?title=Developer+Survey+from+Zend+%28The+PHP+Company%29+-+2012+Cloud+and+Mobile+Trends&amp;link=http://blog.newrelic.com/2012/01/22/php-developer-survey-zend-pulse/&amp;notes=The%20great%20folks%20at%20Zend%2C%C2%A0the%20PHP%20Company%C2%A0%C2%A0have%20assembled%20their%20latest%20%22Zend%20Developer%20Pulse%22%20Report%20%28available%20for%20free%2C%20here%29.%0D%0A%0D%0AThe%20report%20suggests%20that%C2%A0Developers%20plan%20to%20invest%20most%20of%20their%20time%2C%20talent%20and%20energy%20in%20mobile%20and%20API%20projects%20over%20the%20coming%20year%20%E2%80%94%20and%20will%20continue%20to%20cod&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D%2Bvia%2B%2540NewRelic&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li
class="shr-linkedin"> <a
href="http://www.shareaholic.com/api/share/?title=Developer+Survey+from+Zend+%28The+PHP+Company%29+-+2012+Cloud+and+Mobile+Trends&amp;link=http://blog.newrelic.com/2012/01/22/php-developer-survey-zend-pulse/&amp;notes=The%20great%20folks%20at%20Zend%2C%C2%A0the%20PHP%20Company%C2%A0%C2%A0have%20assembled%20their%20latest%20%22Zend%20Developer%20Pulse%22%20Report%20%28available%20for%20free%2C%20here%29.%0D%0A%0D%0AThe%20report%20suggests%20that%C2%A0Developers%20plan%20to%20invest%20most%20of%20their%20time%2C%20talent%20and%20energy%20in%20mobile%20and%20API%20projects%20over%20the%20coming%20year%20%E2%80%94%20and%20will%20continue%20to%20cod&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a></li><li
class="shr-reddit"> <a
href="http://www.shareaholic.com/api/share/?title=Developer+Survey+from+Zend+%28The+PHP+Company%29+-+2012+Cloud+and+Mobile+Trends&amp;link=http://blog.newrelic.com/2012/01/22/php-developer-survey-zend-pulse/&amp;notes=The%20great%20folks%20at%20Zend%2C%C2%A0the%20PHP%20Company%C2%A0%C2%A0have%20assembled%20their%20latest%20%22Zend%20Developer%20Pulse%22%20Report%20%28available%20for%20free%2C%20here%29.%0D%0A%0D%0AThe%20report%20suggests%20that%C2%A0Developers%20plan%20to%20invest%20most%20of%20their%20time%2C%20talent%20and%20energy%20in%20mobile%20and%20API%20projects%20over%20the%20coming%20year%20%E2%80%94%20and%20will%20continue%20to%20cod&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li
class="shr-mail"> <a
href="http://www.shareaholic.com/api/share/?title=Developer%20Survey%20from%20Zend%20%28The%20PHP%20Company%29%20-%202012%20Cloud%20and%20Mobile%20Trends&amp;link=http://blog.newrelic.com/2012/01/22/php-developer-survey-zend-pulse/&amp;notes=The%20great%20folks%20at%20Zend%2C%C2%A0the%20PHP%20Company%C2%A0%C2%A0have%20assembled%20their%20latest%20%22Zend%20Developer%20Pulse%22%20Report%20%28available%20for%20free%2C%20here%29.%0D%0A%0D%0AThe%20report%20suggests%20that%C2%A0Developers%20plan%20to%20invest%20most%20of%20their%20time%2C%20talent%20and%20energy%20in%20mobile%20and%20API%20projects%20over%20the%20coming%20year%20%E2%80%94%20and%20will%20continue%20to%20cod&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a></li><li
class="shr-stumbleupon"> <a
href="http://www.shareaholic.com/api/share/?title=Developer+Survey+from+Zend+%28The+PHP+Company%29+-+2012+Cloud+and+Mobile+Trends&amp;link=http://blog.newrelic.com/2012/01/22/php-developer-survey-zend-pulse/&amp;notes=The%20great%20folks%20at%20Zend%2C%C2%A0the%20PHP%20Company%C2%A0%C2%A0have%20assembled%20their%20latest%20%22Zend%20Developer%20Pulse%22%20Report%20%28available%20for%20free%2C%20here%29.%0D%0A%0D%0AThe%20report%20suggests%20that%C2%A0Developers%20plan%20to%20invest%20most%20of%20their%20time%2C%20talent%20and%20energy%20in%20mobile%20and%20API%20projects%20over%20the%20coming%20year%20%E2%80%94%20and%20will%20continue%20to%20cod&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li></ul><div
style="clear: both;"></div></div>]]></content:encoded> <wfw:commentRss>http://blog.newrelic.com/2012/01/22/php-developer-survey-zend-pulse/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Performance Tips &amp; Resources for PHP, Java, .Net, Python and Ruby &#8211; help us crowdsource!</title><link>http://blog.newrelic.com/2012/01/21/performance_tips_php-java-net-python-ruby/</link> <comments>http://blog.newrelic.com/2012/01/21/performance_tips_php-java-net-python-ruby/#comments</comments> <pubDate>Sun, 22 Jan 2012 00:11:44 +0000</pubDate> <dc:creator>Patrick Moran</dc:creator> <category><![CDATA[Performance Tech Tips]]></category><guid
isPermaLink="false">http://blog.newrelic.com/?p=7101</guid> <description><![CDATA[We&#8217;re assembling some helpful performance tips and performance best practices from around the web &#8211; and we want your help!  If you have any more links to share about building high performance apps, add them in the comments and we&#8217;ll keep updating this page. Here&#8217;s a few to get started, but again &#8211; please help me [...]]]></description> <content:encoded><![CDATA[<p>We&#8217;re assembling some helpful performance tips and <a
href="http://newrelic.com/" target="_blank">performance best practices</a> from around the web &#8211; and we want your help!  If you have any more links to share about building high performance apps, add them in the comments and we&#8217;ll keep updating this page. Here&#8217;s a few to get started, but again &#8211; please help me build this post out as a performance resource!</p><p><img
class="alignnone" style="text-align: center; margin: 5px;" title="Java Performance" src="http://newrelic.com/images/logo/platforms/java.png" alt="http://www.javaperformancetuning.com/tips.shtml" width="107" height="76" /><br
/> JAVA</p><p><a
title="Java Performance Tuning" href="http://www.javaperformancetuning.com/" target="_blank">Java Performance Tips<br
/> </a><a
title="Java Performance" href="http://en.wikipedia.org/wiki/Java_performance" target="_blank">Java Performance on Wikipedia<br
/> </a><a
title="Java Performance" href="http://download.intel.com/technology/itj/2003/volume07issue01/art03_java/vol7iss1_art03.pdf" target="_blank">Intel&#8217;s report on Java Performance tips<br
/> </a><a
href="http://www.amazon.com/exec/obidos/ASIN/0596000154/javaperforman-20" target="_blank">Java performance tuning (book)</a></p><p><img
class="alignnone" style="margin: 5px;" title="dotnet performance" src="http://newrelic.com/images/logo/platforms/net.png" alt="" width="139" height="76" /><br
/> .NET</p><p><a
href="http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;id=11711" target="_blank"> .net Performance Tips<br
/> Improving .net performance (book)<br
/> </a><a
href="http://www.devx.com/dotnet/Article/33519" target="_blank">Improving .net and asp performance</a></p><p><img
class="alignnone" style="margin: 5px;" title="PHP Performance" src="http://newrelic.com/images/logo/platforms/php.png" alt="" width="90" height="57" /><br
/> PHP</p><div><a
title="PHP Performance Tips" href="http://survivethedeepend.com/zendframeworkbook/en/1.0/performance.optimisation.for.zend.framework.applications" target="_blank"> PHP Performance Tips<br
/> More on PHP Performance<br
/> Zend Performance </a></div><div><a
href="http://www.youtube.com/watch?v=Sibg0T3wKs4">PHP Performance Tips</a> (youtube)</div><p><img
class="alignnone" style="margin: 5px;" title="Python Performance" src="http://newrelic.com/images/logo/platforms/python.png" alt="" width="146" height="48" /><br
/> PYTHON</p><p><a
title="Python Performance Tips" href="http://digg.com/news/story/Python_Speed_Performance_Tips" target="_blank"> Python Performance Tips<br
/> Python Performance </a>Tips<br
/> <a
href="http://www.algorithm.co.il/blogs/computer-science/10-python-optimization-tips-and-issues/" target="_blank">10 Optimization Tips and Issues</a> (for Python)<br
/> <a
href="http://www-rohan.sdsu.edu/~gawron/aisem/course_core/python_intro/intro_lecture_files/fastpython.html" target="_blank">Python Patterns<br
/> Python Profiling</a></p><p><img
class="alignnone" style="border-image: initial; margin: 5px;" title="Ruby Performance" src="http://newrelic.com/images/logo/platforms/ruby.png" alt="" width="42" height="62" /><br
/> RUBY<a
href="http://typicalnoise.com/entries/ruby/super-simple-ruby-performance-tip" target="_blank"><br
/> Super Simple Ruby Performance Tips<br
/> </a><a
href="http://www.nascenia.com/10-tips-to-boost-up-performance-of-your-ruby-on-rails-application/" target="_blank">10 Controversial Ruby Performance Tips<br
/> 10 Tips to Boost your Ruby on Rails Performance<br
/> </a><a
href="http://railslab.newrelic.com/" target="_blank">Rails Lab</a></p><p>Great resource list from Alex Podelko:  <a
href="http://alexanderpodelko.com/PerfDesign.html" target="_blank">Performance Engineering</a></p><p><strong> GENERAL PERFORMANCE TIPS</strong></p><p>Stoyan Stefanov&#8217; &#8220;<a
href="http://www.bookofspeed.com/" target="_blank">Book of Speed</a>&#8221;<br
/> Strangeloop&#8217;s <a
href="http://www.strangeloopnetworks.com/web-performance-optimization-hub/" target="_blank">Web Performance</a> Hub<br
/> Steve Souder&#8217;s <a
href="http://stevesouders.com/" target="_blank">Web Performance</a> Site<br
/> Yahoo&#8217;s developer center:  <a
href="http://developer.yahoo.com/performance/rules.html/" target="_blank">Web performance<br
/> </a><a
href="http://calendar.perfplanet.com/2011/" target="_blank">Performance Calendar<br
/> </a><a
href="http://www.slideshare.net/sthair/measuring-web-performance-velocity-eu-2011" target="_blank">Presentation on web performance<br
/> </a><a
href="http://www.webperformancematters.com/" target="_blank">Web Performance Matters Blog</a><br
/> <a
href="http://apdex.org/" target="_blank">Apdex</a> &#8211; an <a
href="http://apdex.org/">industry standard</a> for performance measurement<br
/> <a
href="http://alexander.kirk.at/2006/02/02/10-steps-to-a-faster-web-site/" target="_blank">10 Realistic Steps to a Faster Website</a></p><p>PS &#8211; If you haven&#8217;t tried New Relic&#8217;s app performance tool &#8211; now&#8217;s the time &#8211; <a
title="New Relic" href="http://newrelic.com">go here</a> and when you deploy the free service, you&#8217;ll get a free &#8220;data nerd&#8221; t-shirt.</p><div
class="shr-bookmarks shr-bookmarks-spaced"><ul
class="socials"><li
class="shr-hackernews"> <a
href="http://www.shareaholic.com/api/share/?title=Performance+Tips+%26+Resources+for+PHP%2C+Java%2C+.Net%2C+Python+and+Ruby+-+help+us+crowdsource%21&amp;link=http://blog.newrelic.com/2012/01/21/performance_tips_php-java-net-python-ruby/&amp;notes=We%27re%20assembling%20some%20helpful%20performance%20tips%20and%20performance%20best%20practices%20from%20around%20the%20web%20-%20and%20we%20want%20your%20help%21%20%C2%A0If%20you%20have%20any%20more%20links%20to%20share%20about%20building%20high%20performance%20apps%2C%20add%20them%20in%20the%20comments%20and%20we%27ll%20keep%20updating%20this%20page.%C2%A0Here%27s%20a%20few%20to%20get%20started%2C%20but%20again%20-&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=202&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a></li><li
class="shr-facebook"> <a
href="http://www.shareaholic.com/api/share/?title=Performance+Tips+%26+Resources+for+PHP%2C+Java%2C+.Net%2C+Python+and+Ruby+-+help+us+crowdsource%21&amp;link=http://blog.newrelic.com/2012/01/21/performance_tips_php-java-net-python-ruby/&amp;notes=We%27re%20assembling%20some%20helpful%20performance%20tips%20and%20performance%20best%20practices%20from%20around%20the%20web%20-%20and%20we%20want%20your%20help%21%20%C2%A0If%20you%20have%20any%20more%20links%20to%20share%20about%20building%20high%20performance%20apps%2C%20add%20them%20in%20the%20comments%20and%20we%27ll%20keep%20updating%20this%20page.%C2%A0Here%27s%20a%20few%20to%20get%20started%2C%20but%20again%20-&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a></li><li
class="shr-twitter"> <a
href="http://www.shareaholic.com/api/share/?title=Performance+Tips+%26+Resources+for+PHP%2C+Java%2C+.Net%2C+Python+and+Ruby+-+help+us+crowdsource%21&amp;link=http://blog.newrelic.com/2012/01/21/performance_tips_php-java-net-python-ruby/&amp;notes=We%27re%20assembling%20some%20helpful%20performance%20tips%20and%20performance%20best%20practices%20from%20around%20the%20web%20-%20and%20we%20want%20your%20help%21%20%C2%A0If%20you%20have%20any%20more%20links%20to%20share%20about%20building%20high%20performance%20apps%2C%20add%20them%20in%20the%20comments%20and%20we%27ll%20keep%20updating%20this%20page.%C2%A0Here%27s%20a%20few%20to%20get%20started%2C%20but%20again%20-&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D%2Bvia%2B%2540NewRelic&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li
class="shr-linkedin"> <a
href="http://www.shareaholic.com/api/share/?title=Performance+Tips+%26+Resources+for+PHP%2C+Java%2C+.Net%2C+Python+and+Ruby+-+help+us+crowdsource%21&amp;link=http://blog.newrelic.com/2012/01/21/performance_tips_php-java-net-python-ruby/&amp;notes=We%27re%20assembling%20some%20helpful%20performance%20tips%20and%20performance%20best%20practices%20from%20around%20the%20web%20-%20and%20we%20want%20your%20help%21%20%C2%A0If%20you%20have%20any%20more%20links%20to%20share%20about%20building%20high%20performance%20apps%2C%20add%20them%20in%20the%20comments%20and%20we%27ll%20keep%20updating%20this%20page.%C2%A0Here%27s%20a%20few%20to%20get%20started%2C%20but%20again%20-&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a></li><li
class="shr-reddit"> <a
href="http://www.shareaholic.com/api/share/?title=Performance+Tips+%26+Resources+for+PHP%2C+Java%2C+.Net%2C+Python+and+Ruby+-+help+us+crowdsource%21&amp;link=http://blog.newrelic.com/2012/01/21/performance_tips_php-java-net-python-ruby/&amp;notes=We%27re%20assembling%20some%20helpful%20performance%20tips%20and%20performance%20best%20practices%20from%20around%20the%20web%20-%20and%20we%20want%20your%20help%21%20%C2%A0If%20you%20have%20any%20more%20links%20to%20share%20about%20building%20high%20performance%20apps%2C%20add%20them%20in%20the%20comments%20and%20we%27ll%20keep%20updating%20this%20page.%C2%A0Here%27s%20a%20few%20to%20get%20started%2C%20but%20again%20-&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li
class="shr-mail"> <a
href="http://www.shareaholic.com/api/share/?title=Performance%20Tips%20%26%20Resources%20for%20PHP%2C%20Java%2C%20.Net%2C%20Python%20and%20Ruby%20-%20help%20us%20crowdsource%21&amp;link=http://blog.newrelic.com/2012/01/21/performance_tips_php-java-net-python-ruby/&amp;notes=We%27re%20assembling%20some%20helpful%20performance%20tips%20and%20performance%20best%20practices%20from%20around%20the%20web%20-%20and%20we%20want%20your%20help%21%20%C2%A0If%20you%20have%20any%20more%20links%20to%20share%20about%20building%20high%20performance%20apps%2C%20add%20them%20in%20the%20comments%20and%20we%27ll%20keep%20updating%20this%20page.%C2%A0Here%27s%20a%20few%20to%20get%20started%2C%20but%20again%20-&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a></li><li
class="shr-stumbleupon"> <a
href="http://www.shareaholic.com/api/share/?title=Performance+Tips+%26+Resources+for+PHP%2C+Java%2C+.Net%2C+Python+and+Ruby+-+help+us+crowdsource%21&amp;link=http://blog.newrelic.com/2012/01/21/performance_tips_php-java-net-python-ruby/&amp;notes=We%27re%20assembling%20some%20helpful%20performance%20tips%20and%20performance%20best%20practices%20from%20around%20the%20web%20-%20and%20we%20want%20your%20help%21%20%C2%A0If%20you%20have%20any%20more%20links%20to%20share%20about%20building%20high%20performance%20apps%2C%20add%20them%20in%20the%20comments%20and%20we%27ll%20keep%20updating%20this%20page.%C2%A0Here%27s%20a%20few%20to%20get%20started%2C%20but%20again%20-&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li></ul><div
style="clear: both;"></div></div>]]></content:encoded> <wfw:commentRss>http://blog.newrelic.com/2012/01/21/performance_tips_php-java-net-python-ruby/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>Community News: Improving JavaScript performance, introducing @devops_borat, and more</title><link>http://blog.newrelic.com/2012/01/20/community-news-improving-javascript-performance-introducing-devops_borat-and-more/</link> <comments>http://blog.newrelic.com/2012/01/20/community-news-improving-javascript-performance-introducing-devops_borat-and-more/#comments</comments> <pubDate>Fri, 20 Jan 2012 23:15:09 +0000</pubDate> <dc:creator>Leigh Shevchik</dc:creator> <category><![CDATA[Company News]]></category><guid
isPermaLink="false">http://blog.newrelic.com/?p=7063</guid> <description><![CDATA[This week we find out how to improve JavaScript performance, learn what DevOps and Borat have in common, and sit in on a post-mortem of an unexpected site outage. - @analyticsseo shows us how they used New Relic to identify the cause of their site’s recent outage. - Steve Souders talks about improving JavaScript performance. [...]]]></description> <content:encoded><![CDATA[<p>This week we find out how to improve JavaScript performance, learn what DevOps and Borat have in common, and sit in on a post-mortem of an unexpected site outage.</p><p
style="padding-left: 30px;">- <a
href="https://twitter.com/#!/analyticsseo" target="_blank">@analyticsseo</a> shows us how they used New Relic to <a
href="http://www.analyticsseo.com/blog/site-downtime-post-mortem" target="_blank">identify the cause</a> of their site’s recent outage.</p><p
style="padding-left: 30px;">- Steve Souders talks about <a
href="http://www.stevesouders.com/blog/2012/01/13/javascript-performance/" target="_blank">improving JavaScript performance</a>.</p><p
style="padding-left: 30px;">- Darren Jones tells us why you should consider using both <a
href="http://rubysource.com/rails-or-sinatra-the-best-of-both-worlds/" target="_blank">Rails and Sinatra</a> for Ruby development.</p><p
style="padding-left: 30px;">- Ben Curtis <a
href="http://www.bencurtis.com/2011/12/deploying-newrelic-server-monitoring-with-chef/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+bencurtis+%28BenCurtis.com%29" target="_blank">describes</a> how he deployed New Relic’s Server Monitoring feature with Chef.</p><p
style="padding-left: 30px;">- Robert Booth of Zenoss tells what <a
href="http://blog.zenoss.com/2012/01/devops-process-person-movement-or-borat/" target="_blank">DevOps and Borat</a> have in common.</p><p
style="padding-left: 30px;">- InfoWorld digs deeper into the <a
href="http://www.infoworld.com/t/java-programming/still-dont-think-open-source-hurts-commercial-software-guess-again-184168?source=footer" target="_blank">open source versus commercial app server</a> debate.</p><p
style="padding-left: 30px;">- Romiko Derbynew discusses <a
href="http://romikoderbynew.com/2012/01/16/neo4j-application-performance-profiling-management-with-new-relic/" target="_blank">Neo4j application performance profiling</a> with New Relic.</p><p
style="padding-left: 30px;">- Pantheon gives their perspective on <a
href="https://getpantheon.com/news/new-relic-drupal-great" target="_blank">our recent partnership</a></p><p
style="padding-left: 30px;">- Randall Degges <a
href="http://rdegges.com/reflections-on-herokus-waza-event?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+rdegges+%28rdegges%29&amp;utm_content=Bloglines" target="_blank">gives his reflections</a> on Waza, Heroku’s developer event.</p><p
style="padding-left: 30px;">- Application Development Trends <a
href="http://adtmag.com/blogs/watersworks/2012/01/2012-dev-predictions-devops-single-language-death.aspx" target="_blank">eulogizes</a> the single-language developer.</p><div
class="shr-bookmarks shr-bookmarks-spaced"><ul
class="socials"><li
class="shr-hackernews"> <a
href="http://www.shareaholic.com/api/share/?title=Community+News%3A+Improving+JavaScript+performance%2C+introducing+%40devops_borat%2C+and+more&amp;link=http://blog.newrelic.com/2012/01/20/community-news-improving-javascript-performance-introducing-devops_borat-and-more/&amp;notes=This%20week%20we%20find%20out%20how%20to%20improve%20JavaScript%20performance%2C%20learn%20what%20DevOps%20and%20Borat%20have%20in%20common%2C%20and%20sit%20in%20on%20a%20post-mortem%20of%20an%20unexpected%20site%20outage.%0D%0A-%20%40analyticsseo%20shows%20us%20how%20they%20used%20New%20Relic%20to%20identify%20the%20cause%20of%20their%20site%E2%80%99s%20recent%20outage.%0D%0A-%20Steve%20Souders%20talks%20about%20imp&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=202&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a></li><li
class="shr-facebook"> <a
href="http://www.shareaholic.com/api/share/?title=Community+News%3A+Improving+JavaScript+performance%2C+introducing+%40devops_borat%2C+and+more&amp;link=http://blog.newrelic.com/2012/01/20/community-news-improving-javascript-performance-introducing-devops_borat-and-more/&amp;notes=This%20week%20we%20find%20out%20how%20to%20improve%20JavaScript%20performance%2C%20learn%20what%20DevOps%20and%20Borat%20have%20in%20common%2C%20and%20sit%20in%20on%20a%20post-mortem%20of%20an%20unexpected%20site%20outage.%0D%0A-%20%40analyticsseo%20shows%20us%20how%20they%20used%20New%20Relic%20to%20identify%20the%20cause%20of%20their%20site%E2%80%99s%20recent%20outage.%0D%0A-%20Steve%20Souders%20talks%20about%20imp&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a></li><li
class="shr-twitter"> <a
href="http://www.shareaholic.com/api/share/?title=Community+News%3A+Improving+JavaScript+performance%2C+introducing+%40devops_borat%2C+and+more&amp;link=http://blog.newrelic.com/2012/01/20/community-news-improving-javascript-performance-introducing-devops_borat-and-more/&amp;notes=This%20week%20we%20find%20out%20how%20to%20improve%20JavaScript%20performance%2C%20learn%20what%20DevOps%20and%20Borat%20have%20in%20common%2C%20and%20sit%20in%20on%20a%20post-mortem%20of%20an%20unexpected%20site%20outage.%0D%0A-%20%40analyticsseo%20shows%20us%20how%20they%20used%20New%20Relic%20to%20identify%20the%20cause%20of%20their%20site%E2%80%99s%20recent%20outage.%0D%0A-%20Steve%20Souders%20talks%20about%20imp&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D%2Bvia%2B%2540NewRelic&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li
class="shr-linkedin"> <a
href="http://www.shareaholic.com/api/share/?title=Community+News%3A+Improving+JavaScript+performance%2C+introducing+%40devops_borat%2C+and+more&amp;link=http://blog.newrelic.com/2012/01/20/community-news-improving-javascript-performance-introducing-devops_borat-and-more/&amp;notes=This%20week%20we%20find%20out%20how%20to%20improve%20JavaScript%20performance%2C%20learn%20what%20DevOps%20and%20Borat%20have%20in%20common%2C%20and%20sit%20in%20on%20a%20post-mortem%20of%20an%20unexpected%20site%20outage.%0D%0A-%20%40analyticsseo%20shows%20us%20how%20they%20used%20New%20Relic%20to%20identify%20the%20cause%20of%20their%20site%E2%80%99s%20recent%20outage.%0D%0A-%20Steve%20Souders%20talks%20about%20imp&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a></li><li
class="shr-reddit"> <a
href="http://www.shareaholic.com/api/share/?title=Community+News%3A+Improving+JavaScript+performance%2C+introducing+%40devops_borat%2C+and+more&amp;link=http://blog.newrelic.com/2012/01/20/community-news-improving-javascript-performance-introducing-devops_borat-and-more/&amp;notes=This%20week%20we%20find%20out%20how%20to%20improve%20JavaScript%20performance%2C%20learn%20what%20DevOps%20and%20Borat%20have%20in%20common%2C%20and%20sit%20in%20on%20a%20post-mortem%20of%20an%20unexpected%20site%20outage.%0D%0A-%20%40analyticsseo%20shows%20us%20how%20they%20used%20New%20Relic%20to%20identify%20the%20cause%20of%20their%20site%E2%80%99s%20recent%20outage.%0D%0A-%20Steve%20Souders%20talks%20about%20imp&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li
class="shr-mail"> <a
href="http://www.shareaholic.com/api/share/?title=Community%20News%3A%20Improving%20JavaScript%20performance%2C%20introducing%20%40devops_borat%2C%20and%20more&amp;link=http://blog.newrelic.com/2012/01/20/community-news-improving-javascript-performance-introducing-devops_borat-and-more/&amp;notes=This%20week%20we%20find%20out%20how%20to%20improve%20JavaScript%20performance%2C%20learn%20what%20DevOps%20and%20Borat%20have%20in%20common%2C%20and%20sit%20in%20on%20a%20post-mortem%20of%20an%20unexpected%20site%20outage.%0D%0A-%20%40analyticsseo%20shows%20us%20how%20they%20used%20New%20Relic%20to%20identify%20the%20cause%20of%20their%20site%E2%80%99s%20recent%20outage.%0D%0A-%20Steve%20Souders%20talks%20about%20imp&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a></li><li
class="shr-stumbleupon"> <a
href="http://www.shareaholic.com/api/share/?title=Community+News%3A+Improving+JavaScript+performance%2C+introducing+%40devops_borat%2C+and+more&amp;link=http://blog.newrelic.com/2012/01/20/community-news-improving-javascript-performance-introducing-devops_borat-and-more/&amp;notes=This%20week%20we%20find%20out%20how%20to%20improve%20JavaScript%20performance%2C%20learn%20what%20DevOps%20and%20Borat%20have%20in%20common%2C%20and%20sit%20in%20on%20a%20post-mortem%20of%20an%20unexpected%20site%20outage.%0D%0A-%20%40analyticsseo%20shows%20us%20how%20they%20used%20New%20Relic%20to%20identify%20the%20cause%20of%20their%20site%E2%80%99s%20recent%20outage.%0D%0A-%20Steve%20Souders%20talks%20about%20imp&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li></ul><div
style="clear: both;"></div></div>]]></content:encoded> <wfw:commentRss>http://blog.newrelic.com/2012/01/20/community-news-improving-javascript-performance-introducing-devops_borat-and-more/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Notes from Waza, Heroku&#8217;s first developer event</title><link>http://blog.newrelic.com/2012/01/18/notes-from-waza-herokus-first-developer-event/</link> <comments>http://blog.newrelic.com/2012/01/18/notes-from-waza-herokus-first-developer-event/#comments</comments> <pubDate>Wed, 18 Jan 2012 22:38:14 +0000</pubDate> <dc:creator>Leigh Shevchik</dc:creator> <category><![CDATA[Company News]]></category> <category><![CDATA[Performance Tech Tips]]></category><guid
isPermaLink="false">http://blog.newrelic.com/?p=7041</guid> <description><![CDATA[We spent last Wednesday at Waza, Heroku’s first developer event. (Waza is the Japanese word for art and technique.) New Relic was invited to give a talk that proposed and investigated a particular development method. Held at Yoshi&#8217;s San Francisco, Waza was one of the most polished events we’ve attended. Adam Seligman and his team did an [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://blog.newrelic.com/wp-content/uploads/Waza1.jpg"><img
class="alignleft size-thumbnail wp-image-7042" title="Waza1" src="http://blog.newrelic.com/wp-content/uploads/Waza1-150x150.jpg" alt="" width="150" height="150" /></a></p><p>We spent last Wednesday at Waza, <a
href="http://www.heroku.com/" target="_blank">Heroku’s</a> first developer event. (<a
href="http://waza.heroku.com/" target="_blank">Waza</a> is the Japanese word for art and technique.) New Relic was invited to give a talk that proposed and investigated a particular development method.</p><p>Held at Yoshi&#8217;s San Francisco, Waza was one of the most polished events we’ve attended. <a
href="http://twitter.com/adamse" target="_blank">Adam Seligman</a> and his team did an amazing job focusing on the developer experience, putting careful consideration into ensuring high value conversations all around the venue.</p><p>Our own <a
href="http://twitter.com/darinrs">Darin Swanson</a> gave a talk about ‘Ripping Needles out of the Haystack’ in which he &#8216;ran&#8217; through the parallels of development technique and ultrarunning races. In both, you not only need to train to race, but you also need to race to race. Much like training is not racing, your staging environment is not production. Therefore, it’s critical to incorporate post-production feedback into your development process since no race plan survives past the starting line. Darin rounded out the talk with a real-life story of how New Relic incorporated post-deploy feedback to identify and resolve an issue (a bot that hit our Documentation app) and improve our application performance.</p><p>If you missed Darin’s talk, don’t worry, the entire event was recorded. We’ll update this post with the recordings as soon as they’re available, so check back soon.</p><div
class="shr-bookmarks shr-bookmarks-spaced"><ul
class="socials"><li
class="shr-hackernews"> <a
href="http://www.shareaholic.com/api/share/?title=Notes+from+Waza%2C+Heroku%27s+first+developer+event&amp;link=http://blog.newrelic.com/2012/01/18/notes-from-waza-herokus-first-developer-event/&amp;notes=%0D%0A%0D%0AWe%20spent%20last%20Wednesday%20at%20Waza%2C%C2%A0Heroku%E2%80%99s%20first%20developer%20event.%20%28Waza%C2%A0is%20the%20Japanese%20word%20for%20art%20and%20technique.%29%20New%20Relic%20was%20invited%20to%20give%20a%20talk%20that%20proposed%20and%20investigated%20a%20particular%20development%20method.%0D%0A%0D%0AHeld%20at%20Yoshi%27s%20San%20Francisco%2C%20Waza%20was%20one%20of%20the%20most%20polished%20events%20&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=202&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a></li><li
class="shr-facebook"> <a
href="http://www.shareaholic.com/api/share/?title=Notes+from+Waza%2C+Heroku%27s+first+developer+event&amp;link=http://blog.newrelic.com/2012/01/18/notes-from-waza-herokus-first-developer-event/&amp;notes=%0D%0A%0D%0AWe%20spent%20last%20Wednesday%20at%20Waza%2C%C2%A0Heroku%E2%80%99s%20first%20developer%20event.%20%28Waza%C2%A0is%20the%20Japanese%20word%20for%20art%20and%20technique.%29%20New%20Relic%20was%20invited%20to%20give%20a%20talk%20that%20proposed%20and%20investigated%20a%20particular%20development%20method.%0D%0A%0D%0AHeld%20at%20Yoshi%27s%20San%20Francisco%2C%20Waza%20was%20one%20of%20the%20most%20polished%20events%20&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a></li><li
class="shr-twitter"> <a
href="http://www.shareaholic.com/api/share/?title=Notes+from+Waza%2C+Heroku%27s+first+developer+event&amp;link=http://blog.newrelic.com/2012/01/18/notes-from-waza-herokus-first-developer-event/&amp;notes=%0D%0A%0D%0AWe%20spent%20last%20Wednesday%20at%20Waza%2C%C2%A0Heroku%E2%80%99s%20first%20developer%20event.%20%28Waza%C2%A0is%20the%20Japanese%20word%20for%20art%20and%20technique.%29%20New%20Relic%20was%20invited%20to%20give%20a%20talk%20that%20proposed%20and%20investigated%20a%20particular%20development%20method.%0D%0A%0D%0AHeld%20at%20Yoshi%27s%20San%20Francisco%2C%20Waza%20was%20one%20of%20the%20most%20polished%20events%20&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D%2Bvia%2B%2540NewRelic&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li
class="shr-linkedin"> <a
href="http://www.shareaholic.com/api/share/?title=Notes+from+Waza%2C+Heroku%27s+first+developer+event&amp;link=http://blog.newrelic.com/2012/01/18/notes-from-waza-herokus-first-developer-event/&amp;notes=%0D%0A%0D%0AWe%20spent%20last%20Wednesday%20at%20Waza%2C%C2%A0Heroku%E2%80%99s%20first%20developer%20event.%20%28Waza%C2%A0is%20the%20Japanese%20word%20for%20art%20and%20technique.%29%20New%20Relic%20was%20invited%20to%20give%20a%20talk%20that%20proposed%20and%20investigated%20a%20particular%20development%20method.%0D%0A%0D%0AHeld%20at%20Yoshi%27s%20San%20Francisco%2C%20Waza%20was%20one%20of%20the%20most%20polished%20events%20&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a></li><li
class="shr-reddit"> <a
href="http://www.shareaholic.com/api/share/?title=Notes+from+Waza%2C+Heroku%27s+first+developer+event&amp;link=http://blog.newrelic.com/2012/01/18/notes-from-waza-herokus-first-developer-event/&amp;notes=%0D%0A%0D%0AWe%20spent%20last%20Wednesday%20at%20Waza%2C%C2%A0Heroku%E2%80%99s%20first%20developer%20event.%20%28Waza%C2%A0is%20the%20Japanese%20word%20for%20art%20and%20technique.%29%20New%20Relic%20was%20invited%20to%20give%20a%20talk%20that%20proposed%20and%20investigated%20a%20particular%20development%20method.%0D%0A%0D%0AHeld%20at%20Yoshi%27s%20San%20Francisco%2C%20Waza%20was%20one%20of%20the%20most%20polished%20events%20&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li
class="shr-mail"> <a
href="http://www.shareaholic.com/api/share/?title=Notes%20from%20Waza%2C%20Heroku%27s%20first%20developer%20event&amp;link=http://blog.newrelic.com/2012/01/18/notes-from-waza-herokus-first-developer-event/&amp;notes=%0D%0A%0D%0AWe%20spent%20last%20Wednesday%20at%20Waza%2C%C2%A0Heroku%E2%80%99s%20first%20developer%20event.%20%28Waza%C2%A0is%20the%20Japanese%20word%20for%20art%20and%20technique.%29%20New%20Relic%20was%20invited%20to%20give%20a%20talk%20that%20proposed%20and%20investigated%20a%20particular%20development%20method.%0D%0A%0D%0AHeld%20at%20Yoshi%27s%20San%20Francisco%2C%20Waza%20was%20one%20of%20the%20most%20polished%20events%20&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a></li><li
class="shr-stumbleupon"> <a
href="http://www.shareaholic.com/api/share/?title=Notes+from+Waza%2C+Heroku%27s+first+developer+event&amp;link=http://blog.newrelic.com/2012/01/18/notes-from-waza-herokus-first-developer-event/&amp;notes=%0D%0A%0D%0AWe%20spent%20last%20Wednesday%20at%20Waza%2C%C2%A0Heroku%E2%80%99s%20first%20developer%20event.%20%28Waza%C2%A0is%20the%20Japanese%20word%20for%20art%20and%20technique.%29%20New%20Relic%20was%20invited%20to%20give%20a%20talk%20that%20proposed%20and%20investigated%20a%20particular%20development%20method.%0D%0A%0D%0AHeld%20at%20Yoshi%27s%20San%20Francisco%2C%20Waza%20was%20one%20of%20the%20most%20polished%20events%20&amp;short_link=&amp;shortener=google&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li></ul><div
style="clear: both;"></div></div>]]></content:encoded> <wfw:commentRss>http://blog.newrelic.com/2012/01/18/notes-from-waza-herokus-first-developer-event/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using memcached

Served from: blog.newrelic.com @ 2012-01-30 15:00:25 -->
