<?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>beer planet &#187; server</title> <atom:link href="http://beerpla.net/tag/server/feed/" rel="self" type="application/rss+xml" /><link>http://beerpla.net</link> <description>where things have nothing to do with beer - tutorials, tips, how-tos, thoughts, hacks, and other techy nonsense</description> <lastBuildDate>Fri, 06 Jan 2012 08:50:59 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel='hub' href='http://beerpla.net/?pushpress=hub'/> <item><title>Comparison Between Solr And Sphinx Search Servers (Solr Vs Sphinx &#8211; Fight!)</title><link>http://beerpla.net/2009/09/03/comparison-between-solr-and-sphinx-search-servers-solr-vs-sphinx-fight/</link> <comments>http://beerpla.net/2009/09/03/comparison-between-solr-and-sphinx-search-servers-solr-vs-sphinx-fight/#comments</comments> <pubDate>Thu, 03 Sep 2009 15:00:00 +0000</pubDate> <dc:creator>Artem Russakovskii</dc:creator> <category><![CDATA[Databases]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[Solr]]></category> <category><![CDATA[backend]]></category> <category><![CDATA[compare]]></category> <category><![CDATA[comparison]]></category> <category><![CDATA[engine]]></category> <category><![CDATA[enterprise]]></category> <category><![CDATA[fulltext]]></category> <category><![CDATA[indexing]]></category> <category><![CDATA[search]]></category> <category><![CDATA[server]]></category> <category><![CDATA[sphinx]]></category> <guid
isPermaLink="false">http://beerpla.net/2009/09/03/detailed-comparison-between-solr-and-sphinx/</guid> <description><![CDATA[<p>In the past few weeks I&#039;ve been implementing advanced search at <a
rel="nofollow" href="http://www.plaxo.com">Plaxo</a>, working quite closely with <a
rel="nofollow" href="http://lucene.apache.org/solr/">Solr</a> enterprise search server. Today, I saw this relatively detailed comparison between Solr and its main competitor <a
rel="nofollow" href="http://www.sphinxsearch.com/">Sphinx</a> (full credit goes to StackOverflow user <a
rel="nofollow" href="http://stackoverflow.com/users/21239/mausch">mausch</a> who had been using Solr for the past 2 years). For those still confused, Solr and Sphinx are similar to MySQL FULLTEXT search, or for those even more confused, think Google (yeah, this is a bit of a stretch, I know).</p><h2>Similarities</h2><ul><li>Both Solr and Sphinx satisfy all of your requirements. They&#039;re fast and designed to index and search large bodies of data efficiently.</li><li>Both have a long list of</li></ul><p>...<div
class=clear></div> <a
href="http://beerpla.net/2009/09/03/comparison-between-solr-and-sphinx-search-servers-solr-vs-sphinx-fight/" class="read_more"><div
class=excerpt-end>Read the rest of this article &#187;</div></a></p>]]></description> <content:encoded><![CDATA[<p>In the past few weeks I&#039;ve been implementing advanced search at <a
rel="nofollow" href="http://www.plaxo.com">Plaxo</a>, working quite closely with <a
rel="nofollow" href="http://lucene.apache.org/solr/">Solr</a> enterprise search server. Today, I saw this relatively detailed comparison between Solr and its main competitor <a
rel="nofollow" href="http://www.sphinxsearch.com/">Sphinx</a> (full credit goes to StackOverflow user <a
rel="nofollow" href="http://stackoverflow.com/users/21239/mausch">mausch</a> who had been using Solr for the past 2 years). For those still confused, Solr and Sphinx are similar to MySQL FULLTEXT search, or for those even more confused, think Google (yeah, this is a bit of a stretch, I know).</p><h2>Similarities</h2><ul><li>Both Solr and Sphinx satisfy all of your requirements. They&#039;re fast and designed to index and search large bodies of data efficiently.</li><li>Both have a long list of high-traffic sites using them (<a
rel="nofollow" href="http://wiki.apache.org/solr/PublicServers">Solr</a>, <a
rel="nofollow" href="http://www.sphinxsearch.com/powered.html">Sphinx</a>)</li><li>Both offer commercial support. (<a
rel="nofollow" href="http://www.lucidimagination.com/">Solr</a>, <a
rel="nofollow" href="http://www.sphinxsearch.com/consulting.html">Sphinx</a>)</li><li>Both offer client API bindings for several platforms/languages (<a
rel="nofollow" href="http://www.sphinxsearch.com/contribs.html">Sphinx</a>, <a
rel="nofollow" href="http://wiki.apache.org/solr/#head-ab1768efa59b26cbd30f1acd03b633f1d110ed47">Solr</a>)</li><li>Both can be distributed to increase speed and capacity (<a
rel="nofollow" href="http://www.sphinxsearch.com/docs/current.html#distributed">Sphinx</a>, <a
rel="nofollow" href="http://wiki.apache.org/solr/DistributedSearch">Solr</a>)</li></ul><h2>Here are some differences</h2><ul><li>Solr, being an Apache project, is obviously is Apache2-licensed. <a
rel="nofollow" href="http://www.sphinxsearch.com/licensing.html">Sphinx is GPLv2</a>. This means that if you ever need to embed or extend (not just &#034;use&#034;) Sphinx in a commercial application, you&#039;ll have to buy a commercial license.</li><li>Solr is <a
rel="nofollow" href="http://wiki.apache.org/solr/Solrj#head-02003c15f194db1a691f8b9bb909145a60ccf498">easily embeddable</a> in Java applications.</li><li>Solr is built on top of Lucene, which is a proven technology over <a
rel="nofollow" href="http://svn.apache.org/viewvc/lucene/java/tags/LUCENE%5F1%5F0%5F1/">7 years old</a> with a <a
rel="nofollow" href="http://wiki.apache.org/lucene-java/PoweredBy">huge user base</a> (this is only a small part). Whenever Lucene gets a new feature or speedup, Solr gets it too. Many of the devs committing to Solr are also Lucene committers.</li><li>Sphinx integrates more tightly with RDBMSs, especially MySQL.</li><li>Solr can be <a
rel="nofollow" href="http://highscalability.com/how-rackspace-now-uses-mapreduce-and-hadoop-query-terabytes-data">integrated with Hadoop to build distributed applications</a></li><li>Solr can be <a
rel="nofollow" href="http://stackoverflow.com/questions/211411/using-nutch-crawler-with-solr">integrated with Nutch to quickly build a fully-fledged web search engine with crawler</a>.</li><li>Solr can <a
rel="nofollow" href="http://wiki.apache.org/solr/ExtractingRequestHandler">index proprietary formats like Microsoft Word, PDF, etc</a>. Sphinx <a
rel="nofollow" href="http://stackoverflow.com/questions/1207995/indexing-word-documents-and-pdfs-with-sphinx">can&#039;t</a>.</li><li>Solr comes with a <a
rel="nofollow" href="http://wiki.apache.org/solr/SpellCheckComponent">spell-checker out of the box</a>.</li><li>Solr comes with <a
rel="nofollow" href="http://wiki.apache.org/solr/SolrFacetingOverview">facet support out of the box</a>. Faceting in Sphinx <a
rel="nofollow" href="http://api-meal.eu/memo/128-faceted-search-with-sphinx-and-php/">takes more work</a>.</li><li><a
rel="nofollow" href="http://stackoverflow.com/questions/737275/pros-cons-of-full-text-search-engine-lucene-sphinx-postgresql-full-text-searc/737931#737931">Sphinx doesn&#039;t allow partial index updates for field data</a>.</li><li>In Sphinx, <a
rel="nofollow" href="http://www.sphinxsearch.com/docs/current.html#data-restrictions">all document ids must be unique unsigned non-zero integer numbers</a>. Solr <a
rel="nofollow" href="http://wiki.apache.org/solr/UniqueKey">doesn&#039;t even require a unique key for many operations</a>, and unique keys can be either integers or strings.</li><li>Solr supports <a
href="http://wiki.apache.org/solr/FieldCollapsing">field collapsing</a> to avoid duplicating similar results. Sphinx doesn&#039;t seem to provide any feature like this.</li></ul><h2>Related questions</h2><ul><li><a
title="http://stackoverflow.com/questions/1284083/choosing-a-stand-alone-full-text-search-server-sphinx-or-solr" rel="nofollow" href="http://stackoverflow.com/questions/1284083/choosing-a-stand-alone-full-text-search-server-sphinx-or-solr">http://stackoverflow.com/questions/1284083/choosing-a-stand-alone-full-text-search-server-sphinx-or-solr</a></li><li><a
rel="nofollow" href="http://stackoverflow.com/questions/1132284/full-text-searching-with-rails">http://stackoverflow.com/questions/1132284/full-text-searching-with-rails</a></li><li><a
rel="nofollow" href="http://stackoverflow.com/questions/737275/pros-cons-of-full-text-search-engine-lucene-sphinx-postgresql-full-text-searc">http://stackoverflow.com/questions/737275/pros-cons-of-full-text-search-engine-lucene-sphinx-postgresql-full-text-searc</a></li></ul><h2>Conclusion</h2><p>In my experience, Solr is very-very fast on the query side. It is also very powerful. The indexing side is very CPU and memory intensive and is an unfortunate side effect of having such a feature-rich, fast application. Nevertheless, I highly recommend Solr.</p><p>For disclaimer purposes, I have not had much experience with Sphinx and, again, all credit for this comparison goes to <a
rel="nofollow" href="http://stackoverflow.com/users/21239/mausch">mausch</a>.</p><p>By the way, here&#039;s a really good resource for Solr 1.4 that just came out: <a
href="http://www.amazon.com/dp/1847195881/?tag=beepla-20">Solr 1.4 Enterprise Search</a>. I have this book and it&#039;s quite helpful in explaining such topics as multicore setup, search methods, replication, etc.</p><p
align="center"><iframe
src="http://rcm.amazon.com/e/cm?lt1=_blank&#038;bc1=000000&#038;IS2=1&#038;bg1=FFFFFF&#038;fc1=000000&#038;lc1=0000FF&#038;t=beepla-20&#038;o=1&#038;p=8&#038;l=as1&#038;m=amazon&#038;f=ifr&#038;md=10FE9736YVPPT7A0FBG2&#038;asins=1847195881" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></p><div
class='post_blob_1'>We offer the best quality <a
href="http://www.test-king.com/exams/70-648.htm">70-648</a> resources. Use our latest <a
href="http://www.test-king.com/exams/1Y0-A08.htm">1Y0-A08</a> questions and <a
href="http://www.test-king.com/exams/642-357.htm">642-357</a> answers to pass your certification exams.</div><div
class="shr-bookmarks shr-bookmarks-expand"><ul
class="socials"><li
class="shr-twitter"> <a
href="http://www.shareaholic.com/api/share/?title=Comparison+Between+Solr+And+Sphinx+Search+Servers+%28Solr+Vs+Sphinx+-+Fight%21%29&amp;link=http://beerpla.net/2009/09/03/comparison-between-solr-and-sphinx-search-servers-solr-vs-sphinx-fight/&amp;notes=In%20the%20past%20few%20weeks%20I%27ve%20been%20implementing%20advanced%20search%20at%20Plaxo%2C%20working%20quite%20closely%20with%20Solr%20enterprise%20search%20server.%20Today%2C%20I%20saw%20this%20relatively%20detailed%20comparison%20between%20Solr%20and%20its%20main%20competitor%20Sphinx%20%28full%20credit%20goes%20to%20StackOverflow%20user%20mausch%20who%20had%20been%20using%20Solr%20for%20the&amp;short_link=http://bit.ly/9TGaBF&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li
class="shr-facebook"> <a
href="http://www.shareaholic.com/api/share/?title=Comparison+Between+Solr+And+Sphinx+Search+Servers+%28Solr+Vs+Sphinx+-+Fight%21%29&amp;link=http://beerpla.net/2009/09/03/comparison-between-solr-and-sphinx-search-servers-solr-vs-sphinx-fight/&amp;notes=In%20the%20past%20few%20weeks%20I%27ve%20been%20implementing%20advanced%20search%20at%20Plaxo%2C%20working%20quite%20closely%20with%20Solr%20enterprise%20search%20server.%20Today%2C%20I%20saw%20this%20relatively%20detailed%20comparison%20between%20Solr%20and%20its%20main%20competitor%20Sphinx%20%28full%20credit%20goes%20to%20StackOverflow%20user%20mausch%20who%20had%20been%20using%20Solr%20for%20the&amp;short_link=http://bit.ly/9TGaBF&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-googlebuzz"> <a
href="http://www.shareaholic.com/api/share/?title=Comparison+Between+Solr+And+Sphinx+Search+Servers+%28Solr+Vs+Sphinx+-+Fight%21%29&amp;link=http://beerpla.net/2009/09/03/comparison-between-solr-and-sphinx-search-servers-solr-vs-sphinx-fight/&amp;notes=In%20the%20past%20few%20weeks%20I%27ve%20been%20implementing%20advanced%20search%20at%20Plaxo%2C%20working%20quite%20closely%20with%20Solr%20enterprise%20search%20server.%20Today%2C%20I%20saw%20this%20relatively%20detailed%20comparison%20between%20Solr%20and%20its%20main%20competitor%20Sphinx%20%28full%20credit%20goes%20to%20StackOverflow%20user%20mausch%20who%20had%20been%20using%20Solr%20for%20the&amp;short_link=http://bit.ly/9TGaBF&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a></li><li
class="shr-reddit"> <a
href="http://www.shareaholic.com/api/share/?title=Comparison+Between+Solr+And+Sphinx+Search+Servers+%28Solr+Vs+Sphinx+-+Fight%21%29&amp;link=http://beerpla.net/2009/09/03/comparison-between-solr-and-sphinx-search-servers-solr-vs-sphinx-fight/&amp;notes=In%20the%20past%20few%20weeks%20I%27ve%20been%20implementing%20advanced%20search%20at%20Plaxo%2C%20working%20quite%20closely%20with%20Solr%20enterprise%20search%20server.%20Today%2C%20I%20saw%20this%20relatively%20detailed%20comparison%20between%20Solr%20and%20its%20main%20competitor%20Sphinx%20%28full%20credit%20goes%20to%20StackOverflow%20user%20mausch%20who%20had%20been%20using%20Solr%20for%20the&amp;short_link=http://bit.ly/9TGaBF&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-hackernews"> <a
href="http://www.shareaholic.com/api/share/?title=Comparison+Between+Solr+And+Sphinx+Search+Servers+%28Solr+Vs+Sphinx+-+Fight%21%29&amp;link=http://beerpla.net/2009/09/03/comparison-between-solr-and-sphinx-search-servers-solr-vs-sphinx-fight/&amp;notes=In%20the%20past%20few%20weeks%20I%27ve%20been%20implementing%20advanced%20search%20at%20Plaxo%2C%20working%20quite%20closely%20with%20Solr%20enterprise%20search%20server.%20Today%2C%20I%20saw%20this%20relatively%20detailed%20comparison%20between%20Solr%20and%20its%20main%20competitor%20Sphinx%20%28full%20credit%20goes%20to%20StackOverflow%20user%20mausch%20who%20had%20been%20using%20Solr%20for%20the&amp;short_link=http://bit.ly/9TGaBF&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-delicious"> <a
href="http://www.shareaholic.com/api/share/?title=Comparison+Between+Solr+And+Sphinx+Search+Servers+%28Solr+Vs+Sphinx+-+Fight%21%29&amp;link=http://beerpla.net/2009/09/03/comparison-between-solr-and-sphinx-search-servers-solr-vs-sphinx-fight/&amp;notes=In%20the%20past%20few%20weeks%20I%27ve%20been%20implementing%20advanced%20search%20at%20Plaxo%2C%20working%20quite%20closely%20with%20Solr%20enterprise%20search%20server.%20Today%2C%20I%20saw%20this%20relatively%20detailed%20comparison%20between%20Solr%20and%20its%20main%20competitor%20Sphinx%20%28full%20credit%20goes%20to%20StackOverflow%20user%20mausch%20who%20had%20been%20using%20Solr%20for%20the&amp;short_link=http://bit.ly/9TGaBF&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li
class="shr-stumbleupon"> <a
href="http://www.shareaholic.com/api/share/?title=Comparison+Between+Solr+And+Sphinx+Search+Servers+%28Solr+Vs+Sphinx+-+Fight%21%29&amp;link=http://beerpla.net/2009/09/03/comparison-between-solr-and-sphinx-search-servers-solr-vs-sphinx-fight/&amp;notes=In%20the%20past%20few%20weeks%20I%27ve%20been%20implementing%20advanced%20search%20at%20Plaxo%2C%20working%20quite%20closely%20with%20Solr%20enterprise%20search%20server.%20Today%2C%20I%20saw%20this%20relatively%20detailed%20comparison%20between%20Solr%20and%20its%20main%20competitor%20Sphinx%20%28full%20credit%20goes%20to%20StackOverflow%20user%20mausch%20who%20had%20been%20using%20Solr%20for%20the&amp;short_link=http://bit.ly/9TGaBF&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><li
class="shr-mail"> <a
href="http://www.shareaholic.com/api/share/?title=Comparison%20Between%20Solr%20And%20Sphinx%20Search%20Servers%20%28Solr%20Vs%20Sphinx%20-%20Fight%21%29&amp;link=http://beerpla.net/2009/09/03/comparison-between-solr-and-sphinx-search-servers-solr-vs-sphinx-fight/&amp;notes=In%20the%20past%20few%20weeks%20I%27ve%20been%20implementing%20advanced%20search%20at%20Plaxo%2C%20working%20quite%20closely%20with%20Solr%20enterprise%20search%20server.%20Today%2C%20I%20saw%20this%20relatively%20detailed%20comparison%20between%20Solr%20and%20its%20main%20competitor%20Sphinx%20%28full%20credit%20goes%20to%20StackOverflow%20user%20mausch%20who%20had%20been%20using%20Solr%20for%20the&amp;short_link=http://bit.ly/9TGaBF&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></ul><div
style="clear: both;"></div></div> Similar Posts:<ul><li><a
href="http://beerpla.net/2009/09/21/solr-how-to-fix-java-io-ioexception-directory-foo-exists-and-is-a-directory-but-cannot-be-listed-list-returned-null/" rel="bookmark" title="September 21, 2009">[Solr] How To Fix java.io.IOException: directory FOO exists and is a directory, but cannot be listed: list() returned null</a></li><li><a
href="http://beerpla.net/2009/08/18/delicious-com-quietly-rolls-out-domain-and-url-searchingfiltering-finally/" rel="bookmark" title="August 18, 2009">Delicious.com [Quietly] Rolls Out Domain And Url Searching/Filtering. Finally!</a></li><li><a
href="http://beerpla.net/2009/06/21/hidden-features-of-perl-php-javascript-c-c-c-java-ruby-python-and-others-collection-of-incredibly-useful-lists/" rel="bookmark" title="June 21, 2009">Hidden Features Of Perl, PHP, Javascript, C, C++, C#, Java, Ruby, Python, And Others [Collection Of Incredibly Useful Lists]</a></li><li><a
href="http://beerpla.net/2008/04/13/my-mysql-conference-schedule/" rel="bookmark" title="April 13, 2008">My MySQL Conference Schedule</a></li><li><a
href="http://beerpla.net/2011/06/13/goodbye-outlook-i-dont-need-you-anymore-gmail-now-lets-you-paste-images-directly-from-clipboard/" rel="bookmark" title="June 13, 2011">[Updated x3] Goodbye Outlook, I Don&#039;t Need You Anymore &#8211; Gmail Now Lets You Paste Images Directly From Clipboard</a></li></ul><p><a
class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbeerpla.net%2F2009%2F09%2F03%2Fcomparison-between-solr-and-sphinx-search-servers-solr-vs-sphinx-fight%2F&amp;title=Comparison%20Between%20Solr%20And%20Sphinx%20Search%20Servers%20%28Solr%20Vs%20Sphinx%20%26%238211%3B%20Fight%21%29" id="wpa2a_2"><img
src="http://beerpla.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded> <wfw:commentRss>http://beerpla.net/2009/09/03/comparison-between-solr-and-sphinx-search-servers-solr-vs-sphinx-fight/feed/</wfw:commentRss> <slash:comments>13</slash:comments> </item> <item><title>How To Fix Palm Pre&#039;s &quot;Error Sending Mail&quot; Problem</title><link>http://beerpla.net/2009/07/14/how-to-fix-palm-pres-error-sending-mail-problem-7/</link> <comments>http://beerpla.net/2009/07/14/how-to-fix-palm-pres-error-sending-mail-problem-7/#comments</comments> <pubDate>Tue, 14 Jul 2009 23:53:37 +0000</pubDate> <dc:creator>Artem Russakovskii</dc:creator> <category><![CDATA[Personal]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[error]]></category> <category><![CDATA[IMAP]]></category> <category><![CDATA[incoming]]></category> <category><![CDATA[mail]]></category> <category><![CDATA[outgoing]]></category> <category><![CDATA[palm]]></category> <category><![CDATA[POP]]></category> <category><![CDATA[pop3]]></category> <category><![CDATA[pre]]></category> <category><![CDATA[problem]]></category> <category><![CDATA[sending]]></category> <category><![CDATA[server]]></category> <category><![CDATA[settings]]></category> <category><![CDATA[smtp]]></category> <category><![CDATA[solution]]></category> <guid
isPermaLink="false">http://beerpla.net/2009/07/14/how-to-fix-palm-pres-error-sending-mail-problem-7/</guid> <description><![CDATA[<h2><a
href="http://beerpla.net/wp-content/uploads/HowToFixPalmPresErrorSendingMailProblem_AA8/image_4.png" class="lightview" rel="gallery['1090']" title="image"><img
style="margin: 0px 15px 15px 0px; display: inline" title="image" alt="image" align="left" src="http://beerpla.net/wp-content/uploads/HowToFixPalmPresErrorSendingMailProblem_AA8/image_thumb_4.png" width="200" height="300" /></a>The Problem</h2><p>My fiancée Emilie has had her Palm Pre for about 2 weeks now, and one specific problem that started showing up last week has been incredibly annoying, causing us all kinds of trouble.</p><p>After Emilie got the phone, she added 3 email accounts &#8211; Gmail, Hotmail, and Yahoo. One day, after sending an email through the Pre, a popup showed up that said &#34;Error sending&#34; followed by the subject of that specific email. Swiping the error away didn&#039;t help &#8211; it just came back 5 minutes later. In fact, it has been coming back every 5 minutes of every day since, lighting up the screen each time. Thus, not only it was annoying, but it was running down...<div
class=clear></div> <a
href="http://beerpla.net/2009/07/14/how-to-fix-palm-pres-error-sending-mail-problem-7/" class="read_more"><div
class=excerpt-end>Read the rest of this article &#187;</div></a></p>]]></description> <content:encoded><![CDATA[<h2><a
href="http://beerpla.net/wp-content/uploads/HowToFixPalmPresErrorSendingMailProblem_AA8/image_4.png" class="lightview" rel="gallery['1090']" title="image"><img
style="margin: 0px 15px 15px 0px; display: inline" title="image" alt="image" align="left" src="http://beerpla.net/wp-content/uploads/HowToFixPalmPresErrorSendingMailProblem_AA8/image_thumb_4.png" width="200" height="300" /></a>The Problem</h2><p>My fiancée Emilie has had her Palm Pre for about 2 weeks now, and one specific problem that started showing up last week has been incredibly annoying, causing us all kinds of trouble.</p><p>After Emilie got the phone, she added 3 email accounts &#8211; Gmail, Hotmail, and Yahoo. One day, after sending an email through the Pre, a popup showed up that said &quot;Error sending&quot; followed by the subject of that specific email. Swiping the error away didn&#039;t help &#8211; it just came back 5 minutes later. In fact, it has been coming back every 5 minutes of every day since, lighting up the screen each time. Thus, not only it was annoying, but it was running down the battery like crazy &#8211; a full charge lasted between 1/2 and 3/4 of the day with very mild usage.</p><p>I deleted the problematic message from the Outbox a long time ago. The error didn&#039;t disappear and kept popping up. Additionally, whichever Outbox clicking on the annoying popup led to was having trouble refreshing, even though it wouldn&#039;t display what the error actually was &#8211; just a yellow exclamation sign would show up. Refreshing the folder didn&#039;t help and would take an unusually long time.</p><p>Well, finally, I got sick of waiting for Palm to update its OS with possible fixes and set out to find one myself.</p><p>Turns out a ton of people are having the same issue, as evident in all Palm Pre forums. For example, <a
href="http://forums.palm.com/palm/board/message?board.id=wireless_email&amp;thread.id=8394&amp;view=by_date_ascending&amp;page=1" rel="nofollow">Palm.com forum</a> or <a
href="http://forums.precentral.net/webos-synergy-synchronization/183313-error-sending-email.html" rel="nofollow">Precentral.net forum</a>. I really didn&#039;t like the common suggestion to delete and re-add the problematic account because</p><ul><li>that just most likely temporarily pushes the problem back as I&#039;m sure it would come back again to haunt me</li><li>this could potentially erase or disconnect all contacts associated with that account</li><li>my engineering mind would be left puzzled</li><li>I wasn&#039;t sure which account was having the problem (later it turned out the culprit was Yahoo)</li></ul><p>Surprisingly, I found <a
href="http://answers.yahoo.com/question/index?qid=20090624085549AAWWP7n" rel="nofollow">the clue</a> that led me to the solution on Yahoo Answers &#8211; yeah, that place where nothing intelligent is allowed to exist (with certain <a
href="http://imgur.com/mCUfG.jpg" class="lightview" rel="gallery['1090']" rel="nofollow">exceptions</a>).</p><h2>The Solution</h2><p>To make a long story short, Pre messed up Yahoo&#039;s outgoing mail settings. My particular problem was the SMTP (that&#039;s the <strong><em>outgoing</em> </strong>mail server) port was set to 995, which is in fact an <strong><em>incoming</em></strong> POP3 mail server port. I don&#039;t know how it happened or if it even worked in the first place but the fact is: the right outgoing port for secure (SSL) SMTP connections is 465. Also, for some reason the SMTP username was blank but the password was filled in. WTF, Pre?</p><p>When I changed SMTP port to 465 and entered the username, as specified in that <a
href="http://answers.yahoo.com/question/index?qid=20090624085549AAWWP7n" rel="nofollow">Yahoo Answers post</a> (without the @yahoo.com part), the error message went away and the Outbox refreshed just fine. BTW, my Pre has the incoming mail server set to POP3, while the Yahoo Answers post was set to IMAP &#8211; again, why the differences? I&#039;d frankly prefer IMAP anyway.</p><p>To get to your mail account settings, open up your email application, go to the <em>Email</em> menu in Pre&#039;s top left corner, tap <em>Preferences &amp; Accounts</em>, then tap the offending account, scroll down, and tap Change Login Settings. When you are done, just swipe back (half swipe from right to left in the gesture area). Here&#039;s a handy screenshot I took of the relevant area:</p><p
align="center"><a
href="http://beerpla.net/wp-content/uploads/HowToFixPalmPresErrorSendingMailProblem_AA8/image.png" class="lightview" rel="gallery['1090']" title="image"><img
style="display: inline; margin-left: 0px; margin-right: 0px" title="image" alt="image" src="http://beerpla.net/wp-content/uploads/HowToFixPalmPresErrorSendingMailProblem_AA8/image_thumb.png" width="200" height="301" /></a> -&amp;gt; <a
href="http://beerpla.net/wp-content/uploads/HowToFixPalmPresErrorSendingMailProblem_AA8/image_3.png" class="lightview" rel="gallery['1090']" title="image"><img
style="display: inline; margin-left: 0px; margin-right: 0px" title="image" alt="image" src="http://beerpla.net/wp-content/uploads/HowToFixPalmPresErrorSendingMailProblem_AA8/image_thumb_3.png" width="200" height="299" /></a></p><p><div
class="note"><div
class="notetip">Confused by all the technical definitions, like SMTP, IMAP, POP3, SSL, incoming and outgoing accounts? Have a look at <a
href="http://www.emailaddressmanager.com/tips/mail-servers.html" rel="nofollow">this helpful FAQ page</a>, hopefully it&#039;ll clear things up.</p><p>In the meantime, here&#039;s a handy excerpt with port numbers for various connection and server types:</p><p><ul>POP3 &#8211; port <strong>110</strong></ul><ul>IMAP &#8211; port <strong>143</strong></ul><ul>SMTP &#8211; port <strong>25</strong></ul><ul>HTTP &#8211; port <strong>80</strong></ul><ul>Secure SMTP (SSMTP) &#8211; port <strong>465</strong></ul><ul>Secure IMAP (IMAP4-SSL) &#8211; port <strong>585</strong></ul><ul>IMAP4 over SSL (IMAPS) &#8211; port <strong>993</strong></ul><ul>Secure POP3 (SSL-POP) &#8211; port <strong>995</strong></ul><p></div></div></p><p>If you are experiencing the same symptoms, check ALL your mail settings, not just the ones I mentioned. Who knows what else your Pre may have messed up?</p><p><strong>Update:</strong> if you are having trouble sending your mail only while on WiFi, it is possible that your home broadband router is blocking the needed ports. Try to edit the router configuration and open the ports used by your Pre&#039;s mail configuration &#8211; hopefully the problem will be solved.</p><h2>Conclusion</h2><p>Palm, are you hearing us? We are not happy with the bugs and the unhelpful error messages (or lack thereof altogether)! <a
href="http://kb.palm.com/wps/portal/kb/na/pre/p100eww/sprint/solutions/article/50607_en.html" rel="nofollow">3 measly updates</a> in the last 2 months is quite pathetic. I hope you are working on a much bigger update behind the scenes.</p><div
class='post_blob_1'>Looking for a new home broadband router? Broadband Genie allows you to <a
href="http://www.broadbandgenie.co.uk/broadband/comparison" rel="follow">compare broadband</a> deals and offers in an unbiased environment.</div><div
class="shr-bookmarks shr-bookmarks-expand"><ul
class="socials"><li
class="shr-twitter"> <a
href="http://www.shareaholic.com/api/share/?title=How+To+Fix+Palm+Pre%27s+%26quot%3BError+Sending+Mail%26quot%3B+Problem&amp;link=http://beerpla.net/2009/07/14/how-to-fix-palm-pres-error-sending-mail-problem-7/&amp;notes=The%20Problem%0D%0AMy%20fianc%C3%A9e%20Emilie%20has%20had%20her%20Palm%20Pre%20for%20about%202%20weeks%20now%2C%20and%20one%20specific%20problem%20that%20started%20showing%20up%20last%20week%20has%20been%20incredibly%20annoying%2C%20causing%20us%20all%20kinds%20of%20trouble.%0D%0AAfter%20Emilie%20got%20the%20phone%2C%20she%20added%203%20email%20accounts%20-%20Gmail%2C%20Hotmail%2C%20and%20Yahoo.%20One%20day%2C%20after%20se&amp;short_link=http://bit.ly/d5Q4cy&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li
class="shr-facebook"> <a
href="http://www.shareaholic.com/api/share/?title=How+To+Fix+Palm+Pre%27s+%26quot%3BError+Sending+Mail%26quot%3B+Problem&amp;link=http://beerpla.net/2009/07/14/how-to-fix-palm-pres-error-sending-mail-problem-7/&amp;notes=The%20Problem%0D%0AMy%20fianc%C3%A9e%20Emilie%20has%20had%20her%20Palm%20Pre%20for%20about%202%20weeks%20now%2C%20and%20one%20specific%20problem%20that%20started%20showing%20up%20last%20week%20has%20been%20incredibly%20annoying%2C%20causing%20us%20all%20kinds%20of%20trouble.%0D%0AAfter%20Emilie%20got%20the%20phone%2C%20she%20added%203%20email%20accounts%20-%20Gmail%2C%20Hotmail%2C%20and%20Yahoo.%20One%20day%2C%20after%20se&amp;short_link=http://bit.ly/d5Q4cy&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-googlebuzz"> <a
href="http://www.shareaholic.com/api/share/?title=How+To+Fix+Palm+Pre%27s+%26quot%3BError+Sending+Mail%26quot%3B+Problem&amp;link=http://beerpla.net/2009/07/14/how-to-fix-palm-pres-error-sending-mail-problem-7/&amp;notes=The%20Problem%0D%0AMy%20fianc%C3%A9e%20Emilie%20has%20had%20her%20Palm%20Pre%20for%20about%202%20weeks%20now%2C%20and%20one%20specific%20problem%20that%20started%20showing%20up%20last%20week%20has%20been%20incredibly%20annoying%2C%20causing%20us%20all%20kinds%20of%20trouble.%0D%0AAfter%20Emilie%20got%20the%20phone%2C%20she%20added%203%20email%20accounts%20-%20Gmail%2C%20Hotmail%2C%20and%20Yahoo.%20One%20day%2C%20after%20se&amp;short_link=http://bit.ly/d5Q4cy&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a></li><li
class="shr-reddit"> <a
href="http://www.shareaholic.com/api/share/?title=How+To+Fix+Palm+Pre%27s+%26quot%3BError+Sending+Mail%26quot%3B+Problem&amp;link=http://beerpla.net/2009/07/14/how-to-fix-palm-pres-error-sending-mail-problem-7/&amp;notes=The%20Problem%0D%0AMy%20fianc%C3%A9e%20Emilie%20has%20had%20her%20Palm%20Pre%20for%20about%202%20weeks%20now%2C%20and%20one%20specific%20problem%20that%20started%20showing%20up%20last%20week%20has%20been%20incredibly%20annoying%2C%20causing%20us%20all%20kinds%20of%20trouble.%0D%0AAfter%20Emilie%20got%20the%20phone%2C%20she%20added%203%20email%20accounts%20-%20Gmail%2C%20Hotmail%2C%20and%20Yahoo.%20One%20day%2C%20after%20se&amp;short_link=http://bit.ly/d5Q4cy&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-hackernews"> <a
href="http://www.shareaholic.com/api/share/?title=How+To+Fix+Palm+Pre%27s+%26quot%3BError+Sending+Mail%26quot%3B+Problem&amp;link=http://beerpla.net/2009/07/14/how-to-fix-palm-pres-error-sending-mail-problem-7/&amp;notes=The%20Problem%0D%0AMy%20fianc%C3%A9e%20Emilie%20has%20had%20her%20Palm%20Pre%20for%20about%202%20weeks%20now%2C%20and%20one%20specific%20problem%20that%20started%20showing%20up%20last%20week%20has%20been%20incredibly%20annoying%2C%20causing%20us%20all%20kinds%20of%20trouble.%0D%0AAfter%20Emilie%20got%20the%20phone%2C%20she%20added%203%20email%20accounts%20-%20Gmail%2C%20Hotmail%2C%20and%20Yahoo.%20One%20day%2C%20after%20se&amp;short_link=http://bit.ly/d5Q4cy&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-delicious"> <a
href="http://www.shareaholic.com/api/share/?title=How+To+Fix+Palm+Pre%27s+%26quot%3BError+Sending+Mail%26quot%3B+Problem&amp;link=http://beerpla.net/2009/07/14/how-to-fix-palm-pres-error-sending-mail-problem-7/&amp;notes=The%20Problem%0D%0AMy%20fianc%C3%A9e%20Emilie%20has%20had%20her%20Palm%20Pre%20for%20about%202%20weeks%20now%2C%20and%20one%20specific%20problem%20that%20started%20showing%20up%20last%20week%20has%20been%20incredibly%20annoying%2C%20causing%20us%20all%20kinds%20of%20trouble.%0D%0AAfter%20Emilie%20got%20the%20phone%2C%20she%20added%203%20email%20accounts%20-%20Gmail%2C%20Hotmail%2C%20and%20Yahoo.%20One%20day%2C%20after%20se&amp;short_link=http://bit.ly/d5Q4cy&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li
class="shr-stumbleupon"> <a
href="http://www.shareaholic.com/api/share/?title=How+To+Fix+Palm+Pre%27s+%26quot%3BError+Sending+Mail%26quot%3B+Problem&amp;link=http://beerpla.net/2009/07/14/how-to-fix-palm-pres-error-sending-mail-problem-7/&amp;notes=The%20Problem%0D%0AMy%20fianc%C3%A9e%20Emilie%20has%20had%20her%20Palm%20Pre%20for%20about%202%20weeks%20now%2C%20and%20one%20specific%20problem%20that%20started%20showing%20up%20last%20week%20has%20been%20incredibly%20annoying%2C%20causing%20us%20all%20kinds%20of%20trouble.%0D%0AAfter%20Emilie%20got%20the%20phone%2C%20she%20added%203%20email%20accounts%20-%20Gmail%2C%20Hotmail%2C%20and%20Yahoo.%20One%20day%2C%20after%20se&amp;short_link=http://bit.ly/d5Q4cy&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><li
class="shr-mail"> <a
href="http://www.shareaholic.com/api/share/?title=How%20To%20Fix%20Palm%20Pre%27s%20%26quot%3BError%20Sending%20Mail%26quot%3B%20Problem&amp;link=http://beerpla.net/2009/07/14/how-to-fix-palm-pres-error-sending-mail-problem-7/&amp;notes=The%20Problem%0D%0AMy%20fianc%C3%A9e%20Emilie%20has%20had%20her%20Palm%20Pre%20for%20about%202%20weeks%20now%2C%20and%20one%20specific%20problem%20that%20started%20showing%20up%20last%20week%20has%20been%20incredibly%20annoying%2C%20causing%20us%20all%20kinds%20of%20trouble.%0D%0AAfter%20Emilie%20got%20the%20phone%2C%20she%20added%203%20email%20accounts%20-%20Gmail%2C%20Hotmail%2C%20and%20Yahoo.%20One%20day%2C%20after%20se&amp;short_link=http://bit.ly/d5Q4cy&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></ul><div
style="clear: both;"></div></div> Similar Posts:<ul><li><a
href="http://beerpla.net/2009/11/26/how-i-doubled-my-android-phones-htc-hero-battery-life-or-just-how-much-email-polling-affects-your-battery/" rel="bookmark" title="November 26, 2009">How I Doubled My Android Phone&#039;s (HTC Hero) Battery Life or Just How Much Email Polling Affects Your Battery</a></li><li><a
href="http://beerpla.net/2008/06/14/top-10-reasons-why-digsby-rocks-or-why-you-should-try-digsby-right-now/" rel="bookmark" title="June 14, 2008">Top 10 Reasons Why Digsby ROCKS</a></li><li><a
href="http://beerpla.net/2009/08/17/2-gmail-tricks-i-bet-you-didnt-know-about/" rel="bookmark" title="August 17, 2009">2 Gmail Tricks I Bet You Didn&#039;t Know About</a></li><li><a
href="http://beerpla.net/2010/02/03/how-not-to-implement-a-web-application-that-handles-external-authentication-using-betwittered-com-as-an-example/" rel="bookmark" title="February 3, 2010">How *Not* To Implement A Web Application That Handles External Authentication, Using BeTwittered.com As An Example</a></li><li><a
href="http://beerpla.net/2009/05/18/how-to-fix-redrawing-problems-in-your-vnc/" rel="bookmark" title="May 18, 2009">How To Fix Redrawing Problems In Your VNC</a></li></ul><p><a
class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbeerpla.net%2F2009%2F07%2F14%2Fhow-to-fix-palm-pres-error-sending-mail-problem-7%2F&amp;title=How%20To%20Fix%20Palm%20Pre%26%23039%3Bs%20%26quot%3BError%20Sending%20Mail%26quot%3B%20Problem" id="wpa2a_4"><img
src="http://beerpla.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded> <wfw:commentRss>http://beerpla.net/2009/07/14/how-to-fix-palm-pres-error-sending-mail-problem-7/feed/</wfw:commentRss> <slash:comments>36</slash:comments> </item> <item><title>Best MySQL Server Under $10K?</title><link>http://beerpla.net/2008/06/11/best-mysql-server-under-10k/</link> <comments>http://beerpla.net/2008/06/11/best-mysql-server-under-10k/#comments</comments> <pubDate>Wed, 11 Jun 2008 09:30:54 +0000</pubDate> <dc:creator>Artem Russakovskii</dc:creator> <category><![CDATA[Databases]]></category> <category><![CDATA[best]]></category> <category><![CDATA[featured]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[Performance]]></category> <category><![CDATA[server]]></category> <guid
isPermaLink="false">http://beerpla.net/2008/06/11/best-mysql-server-under-10k/</guid> <description><![CDATA[<p><a
href="http://beerpla.net/wp-content/uploads/BestMySQLServerUnder10K_2161/Serverpicture.png" class="lightview" rel="gallery['362']"><img
style="margin: 0px 10px 5px 0px" height="160" alt="Server picture" src="http://beerpla.net/wp-content/uploads/BestMySQLServerUnder10K_2161/Serverpicture_thumb.png" width="240" align="left" /></a> I want to get opinions from outside of my daily circle of people on the best server hardware to use for MySQL. I remember from <a
href="http://beerpla.net/2008/03/24/mysql-conference-2008/">the conference</a> somebody (Pipes?) mentioning a particular Dell server with multiple disk RAID10 that could supposedly be had for about $6k but I completely misplaced the model number (Frank, did you get my email?).</p><p>I know that a multi-disk RAID array with a bunch of fast disks (15k RPM?) is probably the most important method of improving performance, followed by the amount of RAM, so I&#039;m trying to find the best combination/balance of the two. However, server prices on the Internet range so much that I don&#039;t even know where to begin to...<div
class=clear></div> <a
href="http://beerpla.net/2008/06/11/best-mysql-server-under-10k/" class="read_more"><div
class=excerpt-end>Read the rest of this article &#187;</div></a></p>]]></description> <content:encoded><![CDATA[<p><a
href="http://beerpla.net/wp-content/uploads/BestMySQLServerUnder10K_2161/Serverpicture.png" class="lightview" rel="gallery['362']"><img
style="margin: 0px 10px 5px 0px" height="160" alt="Server picture" src="http://beerpla.net/wp-content/uploads/BestMySQLServerUnder10K_2161/Serverpicture_thumb.png" width="240" align="left" /></a> I want to get opinions from outside of my daily circle of people on the best server hardware to use for MySQL. I remember from <a
href="http://beerpla.net/2008/03/24/mysql-conference-2008/">the conference</a> somebody (Pipes?) mentioning a particular Dell server with multiple disk RAID10 that could supposedly be had for about $6k but I completely misplaced the model number (Frank, did you get my email?).</p><p>I know that a multi-disk RAID array with a bunch of fast disks (15k RPM?) is probably the most important method of improving performance, followed by the amount of RAM, so I&#039;m trying to find the best combination/balance of the two. However, server prices on the Internet range so much that I don&#039;t even know where to begin to tell a good deal from a bad one. I don&#039;t think SSDs can play a role here, because we need at least 200GB of usable space per machine. For comparison, we currently use the following spec: Dual quadcore Intel, 16GB RAM, 200GB RAID1 + 1TB RAID1 using SATA drives (eww?) in a 2U rack (a bit too chunky, isn&#039;t it?) made by <a
href="http://www.zantaz.com/">Zantaz</a>. It performs quite nicely but I think it chokes on the amount of writes way too early.</p><p>So, what does everyone think the best configuration is under $10,000? Bonus points if you can provide a link to the vendor site or at least a model number!</p><p><div
class="note"><div
class="notetip"><strong>Edit</strong>: so, here&#039;s the final configuration and quote I got from Silicon Mechanics, which I&#039;m quite happy about. It is way under the $10k budget, so mission accomplished:</p><ul><li>RakX 2U chassis</li><li>2x Intel Xeon E5420 Quad-core 2.5Ghz, 12MB cache CPUs</li><li>32GB (16x 2GB) 667Mhz Fully Buffered RAM</li><li>2x integrated gbit NICs</li><li>IPMI 2.0 remote management card with KVM over LAN</li><li>3Ware 9690SA-4I RAID controller with 512MB cache and battery backup</li><li>12x 74GB Seagate Cheetah 15K.5 15KRPM SAS drives</li><li>redundant 700W power supply</li><li>sliding rail kit</li><li>5 year advance component exchange warranty</li><li>OS RAID: 73GB HW RAID1</li><li>DATA RAID: 365GB HW RAID10</li></ul><p>Total price: <strong>$6176</strong> + tax, free shipping.</div></div></p><div
class="shr-bookmarks shr-bookmarks-expand"><ul
class="socials"><li
class="shr-twitter"> <a
href="http://www.shareaholic.com/api/share/?title=Best+MySQL+Server+Under+%2410K%3F&amp;link=http://beerpla.net/2008/06/11/best-mysql-server-under-10k/&amp;notes=%20I%20want%20to%20get%20opinions%20from%20outside%20of%20my%20daily%20circle%20of%20people%20on%20the%20best%20server%20hardware%20to%20use%20for%20MySQL.%20I%20remember%20from%20the%20conference%20somebody%20%28Pipes%3F%29%20mentioning%20a%20particular%20Dell%20server%20with%20multiple%20disk%20RAID10%20that%20could%20supposedly%20be%20had%20for%20about%20%246k%20but%20I%20completely%20misplaced%20the%20mod&amp;short_link=http://bit.ly/ctscht&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li
class="shr-facebook"> <a
href="http://www.shareaholic.com/api/share/?title=Best+MySQL+Server+Under+%2410K%3F&amp;link=http://beerpla.net/2008/06/11/best-mysql-server-under-10k/&amp;notes=%20I%20want%20to%20get%20opinions%20from%20outside%20of%20my%20daily%20circle%20of%20people%20on%20the%20best%20server%20hardware%20to%20use%20for%20MySQL.%20I%20remember%20from%20the%20conference%20somebody%20%28Pipes%3F%29%20mentioning%20a%20particular%20Dell%20server%20with%20multiple%20disk%20RAID10%20that%20could%20supposedly%20be%20had%20for%20about%20%246k%20but%20I%20completely%20misplaced%20the%20mod&amp;short_link=http://bit.ly/ctscht&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-googlebuzz"> <a
href="http://www.shareaholic.com/api/share/?title=Best+MySQL+Server+Under+%2410K%3F&amp;link=http://beerpla.net/2008/06/11/best-mysql-server-under-10k/&amp;notes=%20I%20want%20to%20get%20opinions%20from%20outside%20of%20my%20daily%20circle%20of%20people%20on%20the%20best%20server%20hardware%20to%20use%20for%20MySQL.%20I%20remember%20from%20the%20conference%20somebody%20%28Pipes%3F%29%20mentioning%20a%20particular%20Dell%20server%20with%20multiple%20disk%20RAID10%20that%20could%20supposedly%20be%20had%20for%20about%20%246k%20but%20I%20completely%20misplaced%20the%20mod&amp;short_link=http://bit.ly/ctscht&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a></li><li
class="shr-reddit"> <a
href="http://www.shareaholic.com/api/share/?title=Best+MySQL+Server+Under+%2410K%3F&amp;link=http://beerpla.net/2008/06/11/best-mysql-server-under-10k/&amp;notes=%20I%20want%20to%20get%20opinions%20from%20outside%20of%20my%20daily%20circle%20of%20people%20on%20the%20best%20server%20hardware%20to%20use%20for%20MySQL.%20I%20remember%20from%20the%20conference%20somebody%20%28Pipes%3F%29%20mentioning%20a%20particular%20Dell%20server%20with%20multiple%20disk%20RAID10%20that%20could%20supposedly%20be%20had%20for%20about%20%246k%20but%20I%20completely%20misplaced%20the%20mod&amp;short_link=http://bit.ly/ctscht&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-hackernews"> <a
href="http://www.shareaholic.com/api/share/?title=Best+MySQL+Server+Under+%2410K%3F&amp;link=http://beerpla.net/2008/06/11/best-mysql-server-under-10k/&amp;notes=%20I%20want%20to%20get%20opinions%20from%20outside%20of%20my%20daily%20circle%20of%20people%20on%20the%20best%20server%20hardware%20to%20use%20for%20MySQL.%20I%20remember%20from%20the%20conference%20somebody%20%28Pipes%3F%29%20mentioning%20a%20particular%20Dell%20server%20with%20multiple%20disk%20RAID10%20that%20could%20supposedly%20be%20had%20for%20about%20%246k%20but%20I%20completely%20misplaced%20the%20mod&amp;short_link=http://bit.ly/ctscht&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-delicious"> <a
href="http://www.shareaholic.com/api/share/?title=Best+MySQL+Server+Under+%2410K%3F&amp;link=http://beerpla.net/2008/06/11/best-mysql-server-under-10k/&amp;notes=%20I%20want%20to%20get%20opinions%20from%20outside%20of%20my%20daily%20circle%20of%20people%20on%20the%20best%20server%20hardware%20to%20use%20for%20MySQL.%20I%20remember%20from%20the%20conference%20somebody%20%28Pipes%3F%29%20mentioning%20a%20particular%20Dell%20server%20with%20multiple%20disk%20RAID10%20that%20could%20supposedly%20be%20had%20for%20about%20%246k%20but%20I%20completely%20misplaced%20the%20mod&amp;short_link=http://bit.ly/ctscht&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li
class="shr-stumbleupon"> <a
href="http://www.shareaholic.com/api/share/?title=Best+MySQL+Server+Under+%2410K%3F&amp;link=http://beerpla.net/2008/06/11/best-mysql-server-under-10k/&amp;notes=%20I%20want%20to%20get%20opinions%20from%20outside%20of%20my%20daily%20circle%20of%20people%20on%20the%20best%20server%20hardware%20to%20use%20for%20MySQL.%20I%20remember%20from%20the%20conference%20somebody%20%28Pipes%3F%29%20mentioning%20a%20particular%20Dell%20server%20with%20multiple%20disk%20RAID10%20that%20could%20supposedly%20be%20had%20for%20about%20%246k%20but%20I%20completely%20misplaced%20the%20mod&amp;short_link=http://bit.ly/ctscht&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><li
class="shr-mail"> <a
href="http://www.shareaholic.com/api/share/?title=Best%20MySQL%20Server%20Under%20%2410K%3F&amp;link=http://beerpla.net/2008/06/11/best-mysql-server-under-10k/&amp;notes=%20I%20want%20to%20get%20opinions%20from%20outside%20of%20my%20daily%20circle%20of%20people%20on%20the%20best%20server%20hardware%20to%20use%20for%20MySQL.%20I%20remember%20from%20the%20conference%20somebody%20%28Pipes%3F%29%20mentioning%20a%20particular%20Dell%20server%20with%20multiple%20disk%20RAID10%20that%20could%20supposedly%20be%20had%20for%20about%20%246k%20but%20I%20completely%20misplaced%20the%20mod&amp;short_link=http://bit.ly/ctscht&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></ul><div
style="clear: both;"></div></div> Similar Posts:<ul><li><a
href="http://beerpla.net/2006/06/13/amd-plans-major-cpu-price-drops-day-after-conroe/" rel="bookmark" title="June 13, 2006">AMD Plans Major CPU Price Drops Day After Conroe</a></li><li><a
href="http://beerpla.net/2008/04/15/mysql-conference-presentation-at-the-kickfire-booth/" rel="bookmark" title="April 15, 2008">MySQL Conference: Presentation At The Kickfire Booth</a></li><li><a
href="http://beerpla.net/2006/06/12/beer-planet-is-fast-again/" rel="bookmark" title="June 12, 2006">Beer Planet is Fast Again</a></li><li><a
href="http://beerpla.net/2008/04/17/mysql-conference-liveblogging-optimizing-mysql-for-high-volume-data-logging-applications-thursday-250pm/" rel="bookmark" title="April 17, 2008">MySQL Conference Liveblogging: Optimizing MySQL For High Volume Data Logging Applications (Thursday 2:50PM)</a></li><li><a
href="http://beerpla.net/2008/09/05/mysql-slave-lag-delay-explained-and-7-ways-to-battle-it/" rel="bookmark" title="September 5, 2008">MySQL Slave Lag (Delay) Explained And 7 Ways To Battle It</a></li></ul><p><a
class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbeerpla.net%2F2008%2F06%2F11%2Fbest-mysql-server-under-10k%2F&amp;title=Best%20MySQL%20Server%20Under%20%2410K%3F" id="wpa2a_6"><img
src="http://beerpla.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded> <wfw:commentRss>http://beerpla.net/2008/06/11/best-mysql-server-under-10k/feed/</wfw:commentRss> <slash:comments>22</slash:comments> </item> <item><title>Central Room of Potatoes</title><link>http://beerpla.net/2008/03/13/central-room-of-potatoes/</link> <comments>http://beerpla.net/2008/03/13/central-room-of-potatoes/#comments</comments> <pubDate>Thu, 13 Mar 2008 21:31:07 +0000</pubDate> <dc:creator>Artem Russakovskii</dc:creator> <category><![CDATA[Humor]]></category> <category><![CDATA[WTF?]]></category> <category><![CDATA[chinese]]></category> <category><![CDATA[potatoes]]></category> <category><![CDATA[room]]></category> <category><![CDATA[server]]></category> <guid
isPermaLink="false">http://beerpla.net/2008/03/13/central-room-of-potatoes/</guid> <description><![CDATA[<p>Today <a
href="http://sivart13.livejournal.com">Travis</a> was messing around with a Chinese site blinkx has indexed a short while ago <a
href="http://www.tudou.com">http://www.tudou.com</a> and saw a cryptic error message that started coming up on all pages. The message looked something like this:</p><p
align="center"><a
href="http://beerpla.net/wp-content/uploads/CentralRoomofPotatoes_C9CC/image.png" class="lightview" rel="gallery['290']"><img
height="176" alt="image" src="http://beerpla.net/wp-content/uploads/CentralRoomofPotatoes_C9CC/image_thumb.png" width="602"/></a></p><p
align="center"><strong>各位土豆</strong>：<br
/>为了给大家提供更好的服务，我们正在搬迁扩建土豆的中心机房。<br
/>3月14日凌晨0:00 ~ 夜间24:00，我们的服务暂停24小时。<br
/>3月15日凌晨0:00 新机房就搬迁完成了，土豆会准时回家。</p><p>Now, neither Travis nor I know the language of Chinese, so what do we do? Go to <a
href="http://translate.google.com">Google Translate</a>, of course. Here&#039;s what Google Translate <a
href="http://translate.google.com/translate?u=http%3A%2F%2Ftudou.com%2F&#38;langpair=zh%7Cen&#38;hl=en&#38;ie=UTF8">produced</a>:</p><p
align="center"><a
href="http://beerpla.net/wp-content/uploads/CentralRoomofPotatoes_C9CC/image_3.png" class="lightview" rel="gallery['290']"><img
height="311" alt="image" src="http://beerpla.net/wp-content/uploads/CentralRoomofPotatoes_C9CC/image_thumb_3.png" width="640"/></a></p><p>That&#039;s:</p><p
align="center"><strong>Members potatoes:</strong><br
/>In order to provide you with better service, we are expanding the relocation of the central room of potatoes.<br
/>March 14 at 0:00 to 24:00 at night, our services will be suspended for 24 hours.<br
/>March 15 at 0:00...<div
class=clear></div> <a
href="http://beerpla.net/2008/03/13/central-room-of-potatoes/" class="read_more"><div
class=excerpt-end>Read the rest of this article &#187;</div></a></p>]]></description> <content:encoded><![CDATA[<p>Today <a
href="http://sivart13.livejournal.com">Travis</a> was messing around with a Chinese site blinkx has indexed a short while ago <a
href="http://www.tudou.com">http://www.tudou.com</a> and saw a cryptic error message that started coming up on all pages. The message looked something like this:</p><p
align="center"><a
href="http://beerpla.net/wp-content/uploads/CentralRoomofPotatoes_C9CC/image.png" class="lightview" rel="gallery['290']"><img
height="176" alt="image" src="http://beerpla.net/wp-content/uploads/CentralRoomofPotatoes_C9CC/image_thumb.png" width="602"></a></p><p
align="center"><strong>各位土豆</strong>：<br
/>为了给大家提供更好的服务，我们正在搬迁扩建土豆的中心机房。<br
/>3月14日凌晨0:00 ~ 夜间24:00，我们的服务暂停24小时。<br
/>3月15日凌晨0:00 新机房就搬迁完成了，土豆会准时回家。</p><p>Now, neither Travis nor I know the language of Chinese, so what do we do? Go to <a
href="http://translate.google.com">Google Translate</a>, of course. Here&#039;s what Google Translate <a
href="http://translate.google.com/translate?u=http%3A%2F%2Ftudou.com%2F&amp;langpair=zh%7Cen&amp;hl=en&amp;ie=UTF8">produced</a>:</p><p
align="center"><a
href="http://beerpla.net/wp-content/uploads/CentralRoomofPotatoes_C9CC/image_3.png" class="lightview" rel="gallery['290']"><img
height="311" alt="image" src="http://beerpla.net/wp-content/uploads/CentralRoomofPotatoes_C9CC/image_thumb_3.png" width="640"></a></p><p>That&#039;s:</p><p
align="center"><strong>Members potatoes:</strong><br
/>In order to provide you with better service, we are expanding the relocation of the central room of potatoes.<br
/>March 14 at 0:00 to 24:00 at night, our services will be suspended for 24 hours.<br
/>March 15 at 0:00 new room on the relocation is complete, potatoes will be time to go home.</p><p>No wonder the servers went down, being powered by potatoes from a central room of potatoes and all. I guess expanding to a larger room of even more potatoes was the only way out.</p><div
class="shr-bookmarks shr-bookmarks-expand"><ul
class="socials"><li
class="shr-twitter"> <a
href="http://www.shareaholic.com/api/share/?title=Central+Room+of+Potatoes&amp;link=http://beerpla.net/2008/03/13/central-room-of-potatoes/&amp;notes=Today%20Travis%20was%20messing%20around%20with%20a%20Chinese%20site%20blinkx%20has%20indexed%20a%20short%20while%20ago%20http%3A%2F%2Fwww.tudou.com%20and%20saw%20a%20cryptic%20error%20message%20that%20started%20coming%20up%20on%20all%20pages.%20The%20message%20looked%20something%20like%20this%3A%20%20%20%E5%90%84%E4%BD%8D%E5%9C%9F%E8%B1%86%EF%BC%9A%E4%B8%BA%E4%BA%86%E7%BB%99%E5%A4%A7%E5%AE%B6%E6%8F%90%E4%BE%9B%E6%9B%B4%E5%A5%BD%E7%9A%84%E6%9C%8D%E5%8A%A1%EF%BC%8C%E6%88%91%E4%BB%AC%E6%AD%A3%E5%9C%A8%E6%90%AC%E8%BF%81%E6%89%A9%E5%BB%BA%E5&amp;short_link=http://bit.ly/a6TI62&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li
class="shr-facebook"> <a
href="http://www.shareaholic.com/api/share/?title=Central+Room+of+Potatoes&amp;link=http://beerpla.net/2008/03/13/central-room-of-potatoes/&amp;notes=Today%20Travis%20was%20messing%20around%20with%20a%20Chinese%20site%20blinkx%20has%20indexed%20a%20short%20while%20ago%20http%3A%2F%2Fwww.tudou.com%20and%20saw%20a%20cryptic%20error%20message%20that%20started%20coming%20up%20on%20all%20pages.%20The%20message%20looked%20something%20like%20this%3A%20%20%20%E5%90%84%E4%BD%8D%E5%9C%9F%E8%B1%86%EF%BC%9A%E4%B8%BA%E4%BA%86%E7%BB%99%E5%A4%A7%E5%AE%B6%E6%8F%90%E4%BE%9B%E6%9B%B4%E5%A5%BD%E7%9A%84%E6%9C%8D%E5%8A%A1%EF%BC%8C%E6%88%91%E4%BB%AC%E6%AD%A3%E5%9C%A8%E6%90%AC%E8%BF%81%E6%89%A9%E5%BB%BA%E5&amp;short_link=http://bit.ly/a6TI62&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-googlebuzz"> <a
href="http://www.shareaholic.com/api/share/?title=Central+Room+of+Potatoes&amp;link=http://beerpla.net/2008/03/13/central-room-of-potatoes/&amp;notes=Today%20Travis%20was%20messing%20around%20with%20a%20Chinese%20site%20blinkx%20has%20indexed%20a%20short%20while%20ago%20http%3A%2F%2Fwww.tudou.com%20and%20saw%20a%20cryptic%20error%20message%20that%20started%20coming%20up%20on%20all%20pages.%20The%20message%20looked%20something%20like%20this%3A%20%20%20%E5%90%84%E4%BD%8D%E5%9C%9F%E8%B1%86%EF%BC%9A%E4%B8%BA%E4%BA%86%E7%BB%99%E5%A4%A7%E5%AE%B6%E6%8F%90%E4%BE%9B%E6%9B%B4%E5%A5%BD%E7%9A%84%E6%9C%8D%E5%8A%A1%EF%BC%8C%E6%88%91%E4%BB%AC%E6%AD%A3%E5%9C%A8%E6%90%AC%E8%BF%81%E6%89%A9%E5%BB%BA%E5&amp;short_link=http://bit.ly/a6TI62&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a></li><li
class="shr-reddit"> <a
href="http://www.shareaholic.com/api/share/?title=Central+Room+of+Potatoes&amp;link=http://beerpla.net/2008/03/13/central-room-of-potatoes/&amp;notes=Today%20Travis%20was%20messing%20around%20with%20a%20Chinese%20site%20blinkx%20has%20indexed%20a%20short%20while%20ago%20http%3A%2F%2Fwww.tudou.com%20and%20saw%20a%20cryptic%20error%20message%20that%20started%20coming%20up%20on%20all%20pages.%20The%20message%20looked%20something%20like%20this%3A%20%20%20%E5%90%84%E4%BD%8D%E5%9C%9F%E8%B1%86%EF%BC%9A%E4%B8%BA%E4%BA%86%E7%BB%99%E5%A4%A7%E5%AE%B6%E6%8F%90%E4%BE%9B%E6%9B%B4%E5%A5%BD%E7%9A%84%E6%9C%8D%E5%8A%A1%EF%BC%8C%E6%88%91%E4%BB%AC%E6%AD%A3%E5%9C%A8%E6%90%AC%E8%BF%81%E6%89%A9%E5%BB%BA%E5&amp;short_link=http://bit.ly/a6TI62&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-hackernews"> <a
href="http://www.shareaholic.com/api/share/?title=Central+Room+of+Potatoes&amp;link=http://beerpla.net/2008/03/13/central-room-of-potatoes/&amp;notes=Today%20Travis%20was%20messing%20around%20with%20a%20Chinese%20site%20blinkx%20has%20indexed%20a%20short%20while%20ago%20http%3A%2F%2Fwww.tudou.com%20and%20saw%20a%20cryptic%20error%20message%20that%20started%20coming%20up%20on%20all%20pages.%20The%20message%20looked%20something%20like%20this%3A%20%20%20%E5%90%84%E4%BD%8D%E5%9C%9F%E8%B1%86%EF%BC%9A%E4%B8%BA%E4%BA%86%E7%BB%99%E5%A4%A7%E5%AE%B6%E6%8F%90%E4%BE%9B%E6%9B%B4%E5%A5%BD%E7%9A%84%E6%9C%8D%E5%8A%A1%EF%BC%8C%E6%88%91%E4%BB%AC%E6%AD%A3%E5%9C%A8%E6%90%AC%E8%BF%81%E6%89%A9%E5%BB%BA%E5&amp;short_link=http://bit.ly/a6TI62&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-delicious"> <a
href="http://www.shareaholic.com/api/share/?title=Central+Room+of+Potatoes&amp;link=http://beerpla.net/2008/03/13/central-room-of-potatoes/&amp;notes=Today%20Travis%20was%20messing%20around%20with%20a%20Chinese%20site%20blinkx%20has%20indexed%20a%20short%20while%20ago%20http%3A%2F%2Fwww.tudou.com%20and%20saw%20a%20cryptic%20error%20message%20that%20started%20coming%20up%20on%20all%20pages.%20The%20message%20looked%20something%20like%20this%3A%20%20%20%E5%90%84%E4%BD%8D%E5%9C%9F%E8%B1%86%EF%BC%9A%E4%B8%BA%E4%BA%86%E7%BB%99%E5%A4%A7%E5%AE%B6%E6%8F%90%E4%BE%9B%E6%9B%B4%E5%A5%BD%E7%9A%84%E6%9C%8D%E5%8A%A1%EF%BC%8C%E6%88%91%E4%BB%AC%E6%AD%A3%E5%9C%A8%E6%90%AC%E8%BF%81%E6%89%A9%E5%BB%BA%E5&amp;short_link=http://bit.ly/a6TI62&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li
class="shr-stumbleupon"> <a
href="http://www.shareaholic.com/api/share/?title=Central+Room+of+Potatoes&amp;link=http://beerpla.net/2008/03/13/central-room-of-potatoes/&amp;notes=Today%20Travis%20was%20messing%20around%20with%20a%20Chinese%20site%20blinkx%20has%20indexed%20a%20short%20while%20ago%20http%3A%2F%2Fwww.tudou.com%20and%20saw%20a%20cryptic%20error%20message%20that%20started%20coming%20up%20on%20all%20pages.%20The%20message%20looked%20something%20like%20this%3A%20%20%20%E5%90%84%E4%BD%8D%E5%9C%9F%E8%B1%86%EF%BC%9A%E4%B8%BA%E4%BA%86%E7%BB%99%E5%A4%A7%E5%AE%B6%E6%8F%90%E4%BE%9B%E6%9B%B4%E5%A5%BD%E7%9A%84%E6%9C%8D%E5%8A%A1%EF%BC%8C%E6%88%91%E4%BB%AC%E6%AD%A3%E5%9C%A8%E6%90%AC%E8%BF%81%E6%89%A9%E5%BB%BA%E5&amp;short_link=http://bit.ly/a6TI62&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><li
class="shr-mail"> <a
href="http://www.shareaholic.com/api/share/?title=Central%20Room%20of%20Potatoes&amp;link=http://beerpla.net/2008/03/13/central-room-of-potatoes/&amp;notes=Today%20Travis%20was%20messing%20around%20with%20a%20Chinese%20site%20blinkx%20has%20indexed%20a%20short%20while%20ago%20http%3A%2F%2Fwww.tudou.com%20and%20saw%20a%20cryptic%20error%20message%20that%20started%20coming%20up%20on%20all%20pages.%20The%20message%20looked%20something%20like%20this%3A%20%20%20%E5%90%84%E4%BD%8D%E5%9C%9F%E8%B1%86%EF%BC%9A%E4%B8%BA%E4%BA%86%E7%BB%99%E5%A4%A7%E5%AE%B6%E6%8F%90%E4%BE%9B%E6%9B%B4%E5%A5%BD%E7%9A%84%E6%9C%8D%E5%8A%A1%EF%BC%8C%E6%88%91%E4%BB%AC%E6%AD%A3%E5%9C%A8%E6%90%AC%E8%BF%81%E6%89%A9%E5%BB%BA%E5&amp;short_link=http://bit.ly/a6TI62&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></ul><div
style="clear: both;"></div></div> Similar Posts:<ul><li><a
href="http://beerpla.net/2007/12/19/google-helps-break-d/" rel="bookmark" title="December 19, 2007">Google Helps Break Down The Language Barrier (In A Brilliant Way)</a></li><li><a
href="http://beerpla.net/2008/04/16/mysql-conference-liveblogging-monitoring-tools-wednesday-515pm/" rel="bookmark" title="April 16, 2008">MySQL Conference Liveblogging: Monitoring Tools (Wednesday 5:15PM)</a></li><li><a
href="http://beerpla.net/2007/04/30/the-magic-hd-dvd-key-09-f9-11-02-9d-74-e3-5b-d8-41-56-c5-63-56-88-c0/" rel="bookmark" title="April 30, 2007">The Magic HD-DVD Key 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0</a></li><li><a
href="http://beerpla.net/2010/01/31/why-are-presented-by-google-pictures/" rel="bookmark" title="January 31, 2010">Why Are?.. &#8211; Presented By Google [PICTURES]</a></li><li><a
href="http://beerpla.net/2008/06/11/im-selling-my-car-who-wants-to-buy/" rel="bookmark" title="June 11, 2008">I&#039;m Selling My Car &#8211; Who Wants To Buy?</a></li></ul><p><a
class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbeerpla.net%2F2008%2F03%2F13%2Fcentral-room-of-potatoes%2F&amp;title=Central%20Room%20of%20Potatoes" id="wpa2a_8"><img
src="http://beerpla.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded> <wfw:commentRss>http://beerpla.net/2008/03/13/central-room-of-potatoes/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
