<?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>SoftLayer Blog &#187; solution</title>
	<atom:link href="http://blog.softlayer.com/tag/solution/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.softlayer.com</link>
	<description>A Behind the Scenes Look at the Best Hosting Provider in the World</description>
	<lastBuildDate>Wed, 15 May 2013 15:33:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>High Performance Computing &#8211; GPU v. CPU</title>
		<link>http://blog.softlayer.com/2012/high-performance-computing-gpu-v-cpu/</link>
		<comments>http://blog.softlayer.com/2012/high-performance-computing-gpu-v-cpu/#comments</comments>
		<pubDate>Tue, 21 Aug 2012 19:15:23 +0000</pubDate>
		<dc:creator>Phil Jackson</dc:creator>
				<category><![CDATA[SoftLayer]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[computations]]></category>
		<category><![CDATA[CPU]]></category>
		<category><![CDATA[GPU]]></category>
		<category><![CDATA[graphics processing unit]]></category>
		<category><![CDATA[high performance computing]]></category>
		<category><![CDATA[HPC]]></category>
		<category><![CDATA[NVIDIA]]></category>
		<category><![CDATA[parallel]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[Tesla]]></category>

		<guid isPermaLink="false">http://blog.softlayer.com/?p=9147</guid>
		<description><![CDATA[Sometimes, technical conversations can sound like people are just making up tech-sounding words and acronyms: &#8220;If you want HPC to handle Gigaflops of computational operations, you probably need to supplement your server&#8217;s CPU and RAM with a GPU or two.&#8221; It&#8217;s like hearing a shady auto mechanic talk about replacing gaskets on double overhead flange [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes, technical conversations can sound like people are just making up tech-sounding words and acronyms: &#8220;If you want HPC to handle Gigaflops of computational operations, you probably need to supplement your server&#8217;s CPU and RAM with a GPU or two.&#8221; It&#8217;s like hearing a shady auto mechanic talk about replacing gaskets on double overhead flange valves or hearing Chris Farley (in Tommy Boy) explain that he was &#8220;just checking the specs on the endline for the rotary girder&#8221; &#8230; You don&#8217;t know exactly what they&#8217;re talking about, but you&#8217;re pretty sure they&#8217;re lying.</p>
<p>When we talk about high performance computing (HPC), a natural tendency is to go straight into technical specifications and acronyms, but that makes the learning curve steeper for people who are trying to understand why a solution is better suited for certain types of workloads than technology they are already familiar with. With that in mind, I thought I&#8217;d share a quick explanation of graphics processing units (GPUs) in the context of central processing units (CPUs).</p>
<p>The first thing that usually confuses people about GPUs is the name: &#8220;Why do I need a graphics processing unit on a server? I don&#8217;t need to render the visual textures from <a href="http://www.ea.com/crysis">Crysis</a> on my database server &#8230; A GPU is not going to benefit me.&#8221; It&#8217;s true that you don&#8217;t need cutting-edge graphics on your server, but a GPU&#8217;s power isn&#8217;t limited to &#8220;graphics&#8221; operations. The &#8220;graphics&#8221; part of the name reflects the original intention for kind of processing GPUs perform, but in the last ten years or so, developers and engineers have come to adapt the processing power for more general-purpose computing power.</p>
<p>GPUs were designed in a highly parallel structure that allows large blocks of data to be processed at one time &mdash; similar computations are being made on data at the same time (rather than in order). If you assigned the task of rendering a 3D environment to a CPU, it would slow to a crawl &mdash; it handles requests more linearly. Because GPUs are better at performing repetitive tasks on large blocks of data than CPUs, you start see the benefit of enlisting a GPU in a server environment.</p>
<p>The <a href="http://folding.stanford.edu/English/HomePage">Folding@home</a> project and <a href="http://en.wikipedia.org/wiki/Bitcoin">bitcoin mining</a> are two of the most visible distributed computing projects that GPUs are accelerating, and they&#8217;re perfect examples of workloads made exponentially faster with the parallel processing power of graphics processing units. You don&#8217;t need to be folding protein or completing a blockchain to get the performance benefits, though; if you are taxing your CPUs with repetitive compute tasks, a GPU could make your life a lot easier.</p>
<p>If that still doesn&#8217;t make sense, I&#8217;ll turn the floor over to the <a href="http://dsc.discovery.com/tv/mythbusters/">Mythbusters</a> in a presentation for our friends at <a href="http://www.nvidia.com/page/home.html">NVIDIA</a>:</p>
<div class="yt560"><iframe src="http://www.youtube.com/embed/XtGf0HaW7x4?hd=1" frameborder="0" width="560" height="349"></iframe></div>
<p>SoftLayer uses NVIDIA Tesla GPUs in our <a href="https://www.softlayer.com/dedicated-servers/high-performance-computing">high performance computing servers</a>, so developers can use &#8220;Compute Unified Device Architecture&#8221; (<a href="http://en.wikipedia.org/wiki/CUDA">CUDA</a>) to easily take advantage of their GPU&#8217;s capabilities.</p>
<p>Hopefully, this quick rundown is helpful in demystifying the &#8220;technobabble&#8221; about GPUs and HPC &#8230; As a quick test, see if this sentence makes more sense now than it did when you started this blog: &#8220;If you want HPC to handle Gigaflops of computational operations, you probably need to supplement your server&#8217;s CPU and RAM with a GPU or two.&#8221;</p>
<p>-Phil </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softlayer.com/2012/high-performance-computing-gpu-v-cpu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MODX: Tech Partner Spotlight</title>
		<link>http://blog.softlayer.com/2011/modx-tech-partner-spotlight/</link>
		<comments>http://blog.softlayer.com/2011/modx-tech-partner-spotlight/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 15:15:20 +0000</pubDate>
		<dc:creator>Guest Blog</dc:creator>
				<category><![CDATA[Partner Marketplace]]></category>
		<category><![CDATA[SoftLayer]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[content management]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[customer]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[experience]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[partner marketplace]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[tecnology]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.softlayer.com/?p=5815</guid>
		<description><![CDATA[This is a guest blog from the MODX team. MODX offers an intuitive, feature-rich, open source content management platform that can easily integrate with other applications as the heart of your Customer Experience Management solution. Company Website: http://modx.com/Tech Partners Marketplace: http://www.softlayer.com/marketplace/modx Free your Website with MODX CMS Just having a website or a blog is [...]]]></description>
			<content:encoded><![CDATA[<p class="attribution">This is a guest blog from the MODX team. <a href="http://modx.com">MODX</a> offers an intuitive, feature-rich, open source content management platform that can easily integrate with other applications as the heart of your Customer Experience Management solution.</p>
<div class="yt560"><iframe width="560" height="349" src="http://www.youtube.com/embed/TyTiqTp4gqU?hd=1" frameborder="0" allowfullscreen></iframe></div>
<div class="more-info"><strong>Company Website:</strong> <a href="http://modx.com/">http://modx.com/</a><br/><strong>Tech Partners Marketplace:</strong> <a href="http://www.softlayer.com/marketplace/modx">http://www.softlayer.com/marketplace/modx</a></div>
<h3>Free your Website with MODX CMS</h3>
<p>Just having a website or a blog is no longer a viable online strategy for smart businesses. Today&#8217;s interconnected world requires engaging customers &mdash; from the first impression, to developing leads, educating, selling, empowering customer service and beyond. This key shift in online interaction is known as Customer Experience Management, or CXM. </p>
<p>For businesses to have success with CXM, they need an efficient way to connect all facets of their communications and information together with a modern and consistent look and feel, and without long learning curves or frustrating user experiences. You don&#8217;t want a Content Management System (CMS) that restricts your ability to meet brand standards, that lives in isolation from your other systems and data, or that fails to fulfil your businesses needs. </p>
<p>MODX is a content management platform that gives you the creative freedom to build custom websites limited only by your imagination. It certainly can play the central role in managing your customer experience.</p>
<p><span id="more-5815"></span></p>
<p><strong>Freedom from Hassle &#038; Frustration</strong><br />
The most productive tools are those that simply allow you get your work done. To make life easy for content editors MODX uses familiar concepts like a hierarchical tree &ndash; similar to the folders and files on your computer. This allows content editors to relate their content to the overall website structure. But, like everything else in MODX, you aren&#8217;t limited to hierarchical content and can easily employ taxonomy-, list- or category-based structures.</p>
<p>Similarly, editing documents should be easy. With MODX, anyone who can open a web browser and send email has the skillset to create and edit content in MODX. Most tasks are a matter of filling out simple form fields into which content is placed and is accompanied by a sensible MS Word-like editor for your main content. Furthermore, site builders and developers are able to create custom fields for custom content types and custom data allowing non-technical employees to work in an intuitive, tailored environment.</p>
<p><strong>Total Creative Freedom</strong><br />
Your website is one of the most visible parts of your brand and you certainly don&#8217;t want it limited by your CMS. MODX makes it possible to do anything that&#8217;s on the modern web now &mdash; you don&#8217;t have to wait for a year or hack the core to launch an HTML5 or mobile optimized site. MODX can do it all now, and even what&#8217;s coming next. It outputs exactly and only what you or your site builder dictate. </p>
<p>MODX uses a brilliantly simple template engine that allows web designers to work with what they already know, like HTML, CSS and any JavaScript library they chose. MODX can even output things not typically associated with most content management platforms like XML, JSON or even Comma Separated Value (CSV) files that automatically download to your desktop.</p>
<p><strong>Freedom to Extend</strong><br />
MODX provides all the requisite tools for CMS, but it also functions as a fully capable web development platform upon which you can extend functionality, employ custom applications and do just about anything you can dream up. In fact, the &#8220;X&#8221; in MODX comes from the word &#8220;extensible&#8221;. Whether you want to build a Member-only website, Client Extranet, Resort Booking and Reservations system or private Social Network, you can do it on MODX.</p>
<p>For developers the fully-documented Object Oriented API and xPDO, MODXs database layer, provide all you need to build almost anything with MODX, even extending or overriding its core functionality. Critically, you can do all this using the API and retain a painless upgrade path without hacking the core. The MODX API architecture provides all the flexibility you or your developer might need to make MODX your own without painting your self into a corner. </p>
<p><strong>Freedom from Bottlenecks</strong><br />
Modern web pages are made up of many component parts &ndash; site-wide headers and footers, navigation menus, articles, products and more. At some point, all these pieces need to be put together and delivered to the visitor as a single page that users expect to load quickly or they&#8217;ll leave your site. </p>
<p>To deliver pages fast, top-performing sites use server-side caching to take all those pieces and pre-process them for fast delivery to a browser. The problem with many CMS applications is that they manually rebuild pages every single time someone visits your site. That&#8217;s fine if you only have a few visitors, but your site can bog down or even fail under moderate traffic. In these circumstances, it would be disastrous if your website is featured on an industry magazine or website, national media or on a popular TV show. Your site could literally grind to a halt, costing you customers, damaging your reputation and ultimately making a bad first impression.</p>
<p>MODX&#8217;s native page caching delivers your site quickly by default. Additionally, MODX can use high-end caching like memcache to further improve performance under load. To handle millions of pageviews daily, you need robust servers and you need to optimize your environment &#8230; That&#8217;s where scaling across multiple servers and replication with SoftLayer works perfectly with MODX.</p>
<p><strong>Free Your Legacy Systems</strong><br />
Keeping your data, content and business information in disconnected silos is ineffective and costly. Accessing existing systems, like an Active Directory or Enterprise Content repository, makes huge difference in getting your work done headache-free. You don&#8217;t have to worry about data duplication across systems, significant extra work to make everything work or synchronization issues. A new website platform should increase your productivity and enable your employees, customers and everyone else surrounding your business to find what they need and to interact efficiently and effectively. </p>
<p>MODX works with the tools and technology that organizations already have in place. It can easily interact with external web services or data feeds and can drive other applications via RESTful web services.</p>
<p><strong>Security and Freedom to Rest Easy</strong><br />
Website Security is a topic that rarely surfaces during the early stages of a web project and often never comes up until your site has been compromised. </p>
<p>A high-quality hosting environment like those from SoftLayer are the foundation of website security. Your web CMS and its add-ons, plugin-ins or modules should not be a liability. MODX is designed with security at its core to protect your valuable website from malicious attacks. Every input is filtered, and every database query using the API eliminates the possibility of SQL injection compromises. Most importantly, the development team rigorously and continuously audits MODX to make sure its up to date and patching any new issues that may arise.</p>
<p><strong>Freedom in the Community</strong><br />
With MODX and the MODX Community you&#8217;re not alone. There are hundreds of thousands of websites built on MODX and we have a friendly, active and growing community of raving fans over 37,000 strong to whom you can look for assistance, support, education and camaraderie. </p>
<p>In fact, the MODX Community is one of our greatest assets. </p>
<p>They provide mentorship, assistance and help make MODX software better through active reporting of issues and feature requests and contributing improvements for integration by the core team.</p>
<p>If you&#8217;re not a site builder or developer, but you want your website powered by MODX, one of the best places to start is with a <a href="http://modx.com/partners/solution/">MODX Solution Partner</a>. Our network of 90+ global Solution Partners enables you to get the right-fit expertise for your project and in many cases work locally. Solution Partners are experts at MODX and know how to do things right. </p>
<p><strong>Get Free</strong><br />
There really is a cure for the all too often restrictive, unintuitive and frustrating experience of putting content on the web. Get on the road to content management freedom with MODX. It&#8217;s easy to start since MODX Revolution itself is <strong>free to download and use</strong>. </p>
<p>Learn more at <a href="http://modx.com/">http://modx.com/</a>.</p>
<p>-Jay Gilmore, <a href="http://modx.com">MODX</a></p>
<div class="tpm-note">This guest blog series highlights companies in SoftLayer&#8217;s <a href="http://www.softlayer.com/marketplace">Technology Partners Marketplace</a>. <br/>These <a href="http://blog.softlayer.com/partner-marketplace/">Partners</a> have built their businesses on the SoftLayer Platform, and we&#8217;re excited for them to tell their stories. New Partners will be added to the Marketplace each month, so stay tuned for many more come.</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.softlayer.com/2011/modx-tech-partner-spotlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Native Rank: Tech Partner Spotlight</title>
		<link>http://blog.softlayer.com/2011/nativerank-tech-partner-spotlight/</link>
		<comments>http://blog.softlayer.com/2011/nativerank-tech-partner-spotlight/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 15:45:38 +0000</pubDate>
		<dc:creator>Guest Blog</dc:creator>
				<category><![CDATA[Partner Marketplace]]></category>
		<category><![CDATA[SoftLayer]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[marketplace]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[partner]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[visibility]]></category>

		<guid isPermaLink="false">http://blog.softlayer.com/?p=5755</guid>
		<description><![CDATA[This is a guest blog from Native Rank. Native Rank provides an effective solution for improving your visibility across search engines, social networks and web maps. They are a full-service search and advertising solution for small to large businesses both on a local and national level. Company Website: http://nativerank.com/Tech Partners Marketplace: http://www.softlayer.com/marketplace/nativerank Ranking Well != [...]]]></description>
			<content:encoded><![CDATA[<p class="attribution">This is a guest blog from Native Rank. <a href="http://nativerank.com">Native Rank</a> provides an effective solution for improving your visibility across search engines, social networks and web maps. They are a full-service search and advertising solution for small to large businesses both on a local and national level.</p>
<div class="yt560"><iframe width="560" height="349" src="http://www.youtube.com/embed/igKiOv8p354?hd=1" frameborder="0" allowfullscreen></iframe></div>
<div class="more-info"><strong>Company Website:</strong> <a href="http://nativerank.com/">http://nativerank.com/</a><br/><strong>Tech Partners Marketplace:</strong> <a href="http://www.softlayer.com/marketplace/nativerank">http://www.softlayer.com/marketplace/nativerank</a></div>
<h3>Ranking Well != Being Well Ranked</h3>
<p>There is a common misconception in Search Engine Optimization: That if Company A was just on the first page for some random keyword, the sky would open up and leads would fall from the heavens. This is not always the case, and a better place to start the process of deciding what Key Words will be most effective for a client to rank for can be assessed in 3 easy steps: </p>
<ol>
<li>In depth keyword analysis for terms that your customers <em>actually use</em> to find a business like yours. If you specialize in DUI law, keywords structured around your area of expertise will lead to a higher quality of lead than the search term, &#8220;Denver Attorney.&#8221;</li>
<li>Be realistic about who your competitors are and find where they are ranking organically. There is no need to reinvent the wheel. This will give you a good road map for what your competitors are doing and they are creating success.</li>
<li>If you have a physical location make sure your local maps listings for Google, Yahoo and Bing are optimized and Owner Verified. The Search Engines want to show your business to Searchers that are in your Geographic area..Please let them!</li>
</ol>
<p>Once you have gone through those three easy steps, make sure that the SEO company you are working with has the same expectations that you have for your business. Targeted success metrics and milestones need to be at the core of your SEO strategy. Ranking for 50 Keywords that bounce at 90% will not result in more customers through your door. It is very important that the SEO firm you use has your business objectives in mind. If not you may find yourselves three or six months down the road having a very uncomfortable conversation about what success is.</p>
<p>If you&#8217;ve never made a concerted effort into SEO and SEM strategy, we&#8217;d be happy to share some of the tools we&#8217;ve developed to get you ranking well whether you consider yourself a <a href="http://nativerank.com/local">local</a> business or a <a href="http://nativerank.com/enterprise">national</a> one. Head over to <a href="http://nativerank.com/">http://nativerank.com/</a> to see a few of our products in action and learn a little more about our service.</p>
<p>-Winston Cook, <a href="http://nativerank.com">Native Rank</a></p>
<div class="tpm-note">This guest blog series highlights companies in SoftLayer&#8217;s <a href="http://www.softlayer.com/marketplace">Technology Partners Marketplace</a>. <br/>These <a href="http://blog.softlayer.com/partner-marketplace/">Partners</a> have built their businesses on the SoftLayer Platform, and we&#8217;re excited for them to tell their stories. New Partners will be added to the Marketplace each month, so stay tuned for many more come.</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.softlayer.com/2011/nativerank-tech-partner-spotlight/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adding &#8216;Moore&#8217; Storage Solutions</title>
		<link>http://blog.softlayer.com/2011/adding-moore-storage-solutions/</link>
		<comments>http://blog.softlayer.com/2011/adding-moore-storage-solutions/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 18:20:24 +0000</pubDate>
		<dc:creator>Nathan Day</dc:creator>
				<category><![CDATA[Executive Blog]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[SoftLayer]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[capacity]]></category>
		<category><![CDATA[customers]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[drives]]></category>
		<category><![CDATA[hard drives]]></category>
		<category><![CDATA[nas]]></category>
		<category><![CDATA[offering]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[reliability]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[scalability]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[space]]></category>
		<category><![CDATA[terabytes]]></category>

		<guid isPermaLink="false">http://blog.softlayer.com/?p=5746</guid>
		<description><![CDATA[In 1965, Intel co-founder Gordon Moore observed an interesting trend:&#8221;The complexity for minimum component costs has increased at a rate of roughly a factor of two per year &#8230; Certainly over the short term this rate can be expected to continue, if not to increase.&#8221; Moore was initially noting the number of transistors that can [...]]]></description>
			<content:encoded><![CDATA[<p>In 1965, Intel co-founder Gordon Moore observed an interesting trend:&#8221;The complexity for minimum component costs has increased at a rate of roughly a factor of two per year &#8230; Certainly over the short term this rate can be expected to continue, if not to increase.&#8221; </p>
<p>Moore was initially noting the number of transistors that can be placed on an integrated circuit at a relatively constant minimal cost. Because that measure has proven so representative of the progress of our technological manufacturing abilities, &#8220;Moore&#8217;s Law&#8221; has become a cornerstone in discussions of pricing, capacity and speed of almost anything in the computer realm. You&#8217;ve probably heard the law used generically to refer to the constant improvements in technology: In two years, you can purchase twice as much capacity, speed, bandwidth or any other easily-measureable and relevant technology metric for the price you would pay today and for the current levels of production.</p>
<p>Think back to your first computer. How much storage capacity did it have? You were excited to be counting in bytes and kilobytes &#8230; &#8220;Look at all this space!&#8221; A few years later, you heard about people at NASA using &#8220;gigabytes&#8221; of space, and you were dumbfounded. Fastforward a few more years, and you wonder how long your 32GB flash drive will last before you need to upgrade the capacity.</p>
<p><img class="centered" src="http://cdn.softlayer.com/innerlayer/32thumb.jpg" alt="32GB Thumb Drive"/></p>
<p>As manufacturers have found ways to build bigger and faster drives, users have found ways to fill them up. As a result of this behavior, we generally go from &#8220;being able to use&#8221; a certain capacity to &#8220;needing to use&#8221; that capacity. From a hosting provider perspective, we&#8217;ve seen the same trend from our customers &#8230; We&#8217;ll introduce new high-capacity hard drives, and within weeks, we&#8217;re getting calls about when we can double it. That&#8217;s why we&#8217;re always on the lookout for opportunities to incorporate product offerings that meet and (at least temporarily) exceed our customers&#8217; needs.</p>
<p>Today, we announced <a href="http://www.softlayer.com/press/release/1401/softlayer-launches-quantastor-storage-servers">Quantastor Storage Servers</a>, dedicated mass storage appliances with exceptional cost-effectiveness, control and scalability. Built on <a href="http://www.softlayer.com/dedicated/specialty-mass-storage/">SoftLayer Mass Storage dedicated servers</a> with the <a href="http://www.osnexus.com/storage-appliance-os/">OS NEXUS QuantaStor Storage Appliance OS</a>, the solution supports up to 48TB of data with the perfect combination of performance economics, scalability and manageability. To give you a frame of reference, this is 48TB worth of hard drives:</p>
<p><img class="centered" src="http://cdn.softlayer.com/innerlayer/48tb.jpg" alt="48TB"/></p>
<p>If you&#8217;ve been looking for a fantastic, high-capacity storage solution, you should give our QuantaStor offering a spin. The SAN (iSCSI) + NAS (NFS) storage system delivers advanced storage features including, thin-provisioning, and remote-replication. These capabilities make it ideally suited for a broad set of applications including VM application deployments, virtual desktops, as well as web and application servers. From what I&#8217;ve seen, it&#8217;s at the top of the game right now, and it looks like it&#8217;s a perfect option for long-term reliability and scalability.</p>
<p>-<a href="http://twitter.com/nday91">@nday91</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softlayer.com/2011/adding-moore-storage-solutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Introduction to Redis</title>
		<link>http://blog.softlayer.com/2011/an-introduction-to-redis/</link>
		<comments>http://blog.softlayer.com/2011/an-introduction-to-redis/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 15:15:07 +0000</pubDate>
		<dc:creator>Tim Ariyeh</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[Redis]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[store]]></category>

		<guid isPermaLink="false">http://blog.softlayer.com/?p=5174</guid>
		<description><![CDATA[I recently had the opportunity to get re-acquainted with Redis while evaluating solutions for a project on the Product Innovation team here at SoftLayer. I&#8217;d actually played with it a couple of times before, but this time it &#8220;clicked.&#8221; Or my brain broke. Either way, I see a lot of potential for Redis now. No [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had the opportunity to get re-acquainted with <a href="http://redis.io/">Redis</a> while evaluating solutions for a project on the Product Innovation team here at SoftLayer. I&#8217;d actually played with it a couple of times before, but this time it &#8220;clicked.&#8221; Or my brain broke. Either way, I see a lot of potential for Redis now.</p>
<p>No one product is a perfect fit for all of your data storage needs, of course. There are such fundamental tradeoffs to be made in designing storage architectures that you should be immediately suspicious of any product that claims to fit every need.</p>
<p>The best solutions tend to be products that actually embrace these tradeoffs. Redis, for instance, has sacrificed a small amount of data durability in exchange for being awesome.</p>
<h3>What is it?</h3>
<p>Redis is a <a href="http://en.wikipedia.org/wiki/Redis_%28data_store%29">key/value store</a>, but describing it that way is sort of like calling a helicopter a &#8220;vehicle.&#8221; It&#8217;s a technically correct description, but it leaves out some important stuff.</p>
<p>You can think of it like a sophisticated older brother of Memcached. It presents a flat keyspace, and you can set those keys to string values. Another feature of Memcached is the ability to perform remote atomic operations, like &#8220;incr&#8221; and &#8220;append.&#8221; These are really handy, because you have the ability to modify remote data without fetching, and you have an assurance that you&#8217;re the only one performing that operation at that instant.</p>
<p>Redis takes this concept of remote commands on data and goes completely nuts with it. The database is aware of data structures like hashes, lists and sets in addition to simple string values. You can sort, union, intersect, slice and dice to your heart&#8217;s content without fetching any data. Redis is a data structure server. You can treat it like remote memory, and this has an awesome immediate benefit for a programmer: your code and brain are already optimized for these data types.</p>
<p>But it&#8217;s not just about making storage simpler. It&#8217;s fast, too. Crazy fast. If you make intelligent use of its data structures, it&#8217;s possible to serve a lot of traffic from relatively modest hardware. Redis 2.4 can easily handle ~50k list appends a second on my notebook. With batching, it can <a href="http://antirez.com/post/everything-about-redis-24.html">append 2 million items to a list on a remote host in about 1.28 seconds</a>.</p>
<p>It allows the remote, atomic and performant manipulation of data structures. It took me a little while to realize exactly how useful that is.</p>
<h3>What&#8217;s wrong with it?</h3>
<p>Nothing. Move along.</p>
<p>OK, it&#8217;s a little short on durability. Redis uses memory as its primary store and periodically flushes to disk. A common configuration is to do so every second.</p>
<p>That <em>sounds</em> pretty reasonable. If a server goes down, you could lose a second of data. Keep in mind, however, how many operations Redis can perform in a second. If you&#8217;re in a high-volume environment, that could be a lot of data. It&#8217;s not for your financial transactions.</p>
<p>It also supports relatively limited availability options. Currently, it only supports master/slave replication. Clustering support is planned for an upcoming release. It&#8217;s looking pretty powerful, but it will take some real-world testing to know its performance impact.</p>
<p>These challenges should be taken into consideration, and it&#8217;s probably clear if you&#8217;re in a situation where the current tradeoffs aren&#8217;t a good fit.</p>
<p>In my experience, a lot of developers seriously overestimate the consequences of their application losing small amounts of data. Also consider whether or not the chance of losing a second (or less) of data genuinely represents a bigger threat to your application than any other compromises you might have made.</p>
<p><strong>More Information</strong><br />
You can check out the <a href="http://redis.io/documentation">slightly aging docs</a> or browse <a href="https://github.com/antirez/redis">the impressively simple source</a>. There are probably already <a href="http://redis.io/clients">bindings for your language of choice</a> as well.</p>
<p>-Tim</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softlayer.com/2011/an-introduction-to-redis/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Challenges of Cloud Security Below 10,000 Feet</title>
		<link>http://blog.softlayer.com/2011/the-challenges-of-cloud-security-below-10000-feet/</link>
		<comments>http://blog.softlayer.com/2011/the-challenges-of-cloud-security-below-10000-feet/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 13:30:38 +0000</pubDate>
		<dc:creator>Guest Blog</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[analyst]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[practices]]></category>
		<category><![CDATA[provider]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[small business]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://blog.softlayer.com/?p=5014</guid>
		<description><![CDATA[This guest blog was contributed by Wendy Nather, Research Director, Enterprise Security Practice at The 451 Group. Her post comes on the heels of the highly anticipated launch of StillSecure&#8217;s Cloud SMS, and it provides some great context for the importance of security in the cloud. For more information about Cloud SMS, visit www.stillsecure.com and [...]]]></description>
			<content:encoded><![CDATA[<p><em>This guest blog was contributed by Wendy Nather, Research Director, Enterprise Security Practice at <a href="http://www.451group.com/">The 451 Group</a>. Her post comes on the heels of the highly anticipated launch of StillSecure&#8217;s <a href="http://www.stillsecure.com/cloud-sms/">Cloud SMS</a>, and it provides some great context for the importance of security in the cloud. For more information about Cloud SMS, visit <a href="http://www.stillsecure.com">www.stillsecure.com</a> and follow the latest updates on StillSecure&#8217;s blog, <a href="http://www.thesecuritysamurai.com/">The Security Samurai</a>.</em></p>
<p>If you&#8217;re a large enterprise, you&#8217;re in pretty good shape for the cloud: you know what kind of security you want and need, you have security staff who can validate what you&#8217;re getting from the provider, and you can hold up your end of the deal – since it takes both customer and provider working together to build a complete security program. Most of the security providers out there are building for you, because that&#8217;s where the money is; and they&#8217;re eager to work on scaling up to meet the requirements for your big business. If you want custom security clauses in a contract, chances are, you&#8217;ll get them.</p>
<p>But at the other end of the scale there are the cloud customers I refer to as being &#8220;below the security poverty line.&#8221; These are the small shops (like your doctor&#8217;s medical practice) that may not have an IT staff at all. These small businesses tend to be very dependent on third party providers, and when it comes to security, they have no way to know what they need. Do they really need DLP, a web application firewall, single sign-on, log management, and all the premium security bells and whistles? Even if you gave them a free appliance or a dedicated firewall VM, they wouldn&#8217;t know what to do with it or have anyone to run it. </p>
<p>And when a small business has only a couple of servers in a decommissioned restroom<strong>*</strong>, the provider may be able to move them to their cloud, but it may not be able to scale a security solution down far enough to make it simple to run and cost-effective for either side. This is the great challenge today: to make cloud security both effective and affordable, both above and below 10,000 feet, no matter whether you&#8217;re flying a jumbo airliner or a Cessna. </p>
<p>-Wendy Nather, <a href="http://www.451group.com">The 451 Group</a></p>
<p><em><strong>*</strong>True story. I had to run some there.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softlayer.com/2011/the-challenges-of-cloud-security-below-10000-feet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Art of the Apology</title>
		<link>http://blog.softlayer.com/2009/the-art-of-the-apology/</link>
		<comments>http://blog.softlayer.com/2009/the-art-of-the-apology/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 16:13:00 +0000</pubDate>
		<dc:creator>Suzy Fulton</dc:creator>
				<category><![CDATA[Funny]]></category>
		<category><![CDATA[apology]]></category>
		<category><![CDATA[culture]]></category>
		<category><![CDATA[employees]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[lesson]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://theinnerlayer.softlayer.com/?p=1135</guid>
		<description><![CDATA[I wrote a blog but it got ixnayed by legal. (That should be funny because I am “legal.” At this time I shall choose to remain cryptic, but as God is my witness, I’ll publish that blog someday after X, Y, and Z happens). Now, where was I – ah, yes, a new and different [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote a blog but it got ixnayed by legal.  (That should be funny because I am “legal.”  At this time I shall choose to remain cryptic, but as God is my witness, I’ll publish that blog someday after X, Y, and Z happens).  Now, where was I – ah, yes, a new and different blog.</p>
<p>Today, boys and girls, we shall talk about the art of the apology.  Since we were little, we’ve been taught to say “sorry.”  (Well, most of us, but maybe not he whose names starts with J and ends in O-N-E-S, but I digress again).  “Little Johnny, say sorry to your sister for bonking her on the head.”  And Little Johnny will usually say sorry to avoid your wrath, rather than actually being sorry for the head bonking.  This is the first lesson in the art of the apology – make sure it is sincere and that you mean it.  Otherwise, it is really better if you say nothing at all.  Maybe wait until it can become sincere, and if it can never become sincere, go back to step one and don’t say anything at all.  The Boy often gets in trouble for head bonkings and other various and sundry misdeeds committed upon The Girl.  He gets sent to time-out and then is supposed to apologize to The Girl.  More often than not The Boy gets extremely defiant and grunts out a “sor-ry” as belligerently as he can.  This only serves to piss The Mommy off and gets The Boy in even more trouble.  (Can I use that word?)  The takeaway on this is that The Boy needs to say sorry like he means it, or not bother getting out of time-out until he can do so.  Another example of an apology that is better left unsaid is the disingenuous-apology-that-is-really-not-an-apology apology.  Example:  “I’m sorry you are an idiot, but….”  Go back to time-out!!</p>
<p>Often a simple, sincere heart-felt apology can go a long way towards diffusing a situation that might otherwise result in hurt feelings, anger, and bitterness or, in my world, lawsuits.  Maybe a manager loses his/her cool with an employee in one of the many stressful situations we face on a daily basis.  When the manager calms down, an apology may be the cure to a situation that might later spiral out of control and explode.  Maybe you have two feuding employees – an apology by one or both parties may be all it takes to turn a situation that may have resulted in a termination or two into one in which the working relationship is restored. This might involve a situation with your co-worker, your friend, your spouse or a client.  Many times what happens is that we want to be right, rather than do what’s right.  A meaningful apology to a client might save a $30,000/month account, but dad gummit, you are right and the client is wrong and they are an idiot and you are not.  All of that may be true, but is it worth it?  Is it really, really worth it?  Is it worth that account? Is it worth that friendship? Is it worth your job?  Is it worth that marriage?</p>
<p>Here, let me practice:  “Mike, I am sorry you are mean and that I implied your upbringing was nothing less than stellar…..”  Alright, alright – I’ll keep practicing.</p>
<p>*Note:  This blog was inspired by the esteemed labor and employment lawyer Michael Maslanka and one of his recent blogs at <a href="http://texaslawyer.typepad.com/work_matters/2009/10/rudeness-and-resulting-resentment-can-foster-cheating.html">http://texaslawyer.typepad.com/work_matters/2009/10/rudeness-and-resulting-resentment-can-foster-cheating.html</a>, which I forwarded to our managers for their digestion.</p>
<p>I deeply and sincerely apologize in advance for any copyright infringement or any other legal no-no’s in my blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.softlayer.com/2009/the-art-of-the-apology/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
