<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" 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/" > <channel><title>Comments for ipHouse Blog</title> <atom:link href="http://blogs.iphouse.net/comments/feed/" rel="self" type="application/rss+xml" /><link>http://blogs.iphouse.net</link> <description>A friendly, local ISP with a view.</description> <lastBuildDate>Mon, 09 Jan 2012 16:55:42 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Comment on Infrastructure and Other Games, Part 4 by Monitoring, a journey &#124; ipHouse Blog</title><link>http://blogs.iphouse.net/2011/12/08/infrastructure-and-other-games-part-4/comment-page-1/#comment-934</link> <dc:creator>Monitoring, a journey &#124; ipHouse Blog</dc:creator> <pubDate>Mon, 09 Jan 2012 16:55:42 +0000</pubDate> <guid isPermaLink="false">http://blogs.iphouse.net/?p=1747#comment-934</guid> <description>[...] &#8220;How I Stopped Worrying and Learned to Love SaaS&#8221;I touched on monitoring in an earlier post but I thought that I would expand on my thoughts.Let me just get this out [...]</description> <content:encoded><![CDATA[<p>[...] &#8220;How I Stopped Worrying and Learned to Love SaaS&#8221;I touched on monitoring in an earlier post but I thought that I would expand on my thoughts.Let me just get this out [...]</p> ]]></content:encoded> </item> <item><title>Comment on comparing software load balancers by v</title><link>http://blogs.iphouse.net/2011/12/01/comparing-software-load-balancers/comment-page-1/#comment-560</link> <dc:creator>v</dc:creator> <pubDate>Fri, 02 Dec 2011 17:39:42 +0000</pubDate> <guid isPermaLink="false">http://blogs.iphouse.net/?p=1679#comment-560</guid> <description>Varnish? nginx?</description> <content:encoded><![CDATA[<p>Varnish? nginx?</p> ]]></content:encoded> </item> <item><title>Comment on comparing software load balancers by nassarmu</title><link>http://blogs.iphouse.net/2011/12/01/comparing-software-load-balancers/comment-page-1/#comment-556</link> <dc:creator>nassarmu</dc:creator> <pubDate>Fri, 02 Dec 2011 02:55:37 +0000</pubDate> <guid isPermaLink="false">http://blogs.iphouse.net/?p=1679#comment-556</guid> <description>have you tried pound? its been a while since i last used it, but iirc it compared well against apache: http://www.apsis.ch/pound</description> <content:encoded><![CDATA[<p>have you tried pound? its been a while since i last used it, but iirc it compared well against apache:<br /> <a href="http://www.apsis.ch/pound" rel="nofollow">http://www.apsis.ch/pound</a></p> ]]></content:encoded> </item> <item><title>Comment on comparing software load balancers by Doug Rau</title><link>http://blogs.iphouse.net/2011/12/01/comparing-software-load-balancers/comment-page-1/#comment-555</link> <dc:creator>Doug Rau</dc:creator> <pubDate>Fri, 02 Dec 2011 01:58:20 +0000</pubDate> <guid isPermaLink="false">http://blogs.iphouse.net/?p=1679#comment-555</guid> <description>nice, thanks!  HAProxy hadn&#039;t shown up in my first search, but i&#039;ll have to try it when i get a chance.</description> <content:encoded><![CDATA[<p>nice, thanks!  HAProxy hadn&#8217;t shown up in my first search, but i&#8217;ll have to try it when i get a chance.</p> ]]></content:encoded> </item> <item><title>Comment on comparing software load balancers by poptix</title><link>http://blogs.iphouse.net/2011/12/01/comparing-software-load-balancers/comment-page-1/#comment-554</link> <dc:creator>poptix</dc:creator> <pubDate>Fri, 02 Dec 2011 01:19:47 +0000</pubDate> <guid isPermaLink="false">http://blogs.iphouse.net/?p=1679#comment-554</guid> <description>You should look at more robust solutions such as haproxy, we use it exclusively for TCP application load balancing (HTTP, MySQL, etc).Some sample benchmarks I&#039;ve just run on a cluster (not currently in production):Single server, static file (1076 bytes), ab -c 4000 -n 100000 100% complete, 10.76 seconds, 9,294 req/s, 430ms per req, 94mbit/sHAProxy cluster (5 servers), static file (1076 bytes), ab -c 4000 -n 100000 100% complete, 7.684 seconds, 13,014 req/s, 307ms per req, 137mbit/sSingle server, PHP script (prime number calculation), ab -c 300 -n 100000 100% complete, 72.513 seconds, 1,379 req/s, 217ms per req, 4.7mbit/sHAProxy cluster (5 servers), PHP script (prime number calculation), ab -c 300 -n 100000 100% complete, 15.956 seconds, 6,267 req/s, 47ms per req, 23.9mbit/sHAProxy cluster (5 servers), PHP script (prime number calculation), ab -c 1500 -n 100000 100% complete, 15.108 seconds, 6,618 req/s, 226ms per req, 24.9mbit/s</description> <content:encoded><![CDATA[<p>You should look at more robust solutions such as haproxy, we use it exclusively for TCP application load balancing (HTTP, MySQL, etc).</p><p>Some sample benchmarks I&#8217;ve just run on a cluster (not currently in production):</p><p>Single server, static file (1076 bytes), ab -c 4000 -n 100000<br /> 100% complete, 10.76 seconds, 9,294 req/s, 430ms per req, 94mbit/s</p><p>HAProxy cluster (5 servers), static file (1076 bytes), ab -c 4000 -n 100000<br /> 100% complete, 7.684 seconds, 13,014 req/s, 307ms per req, 137mbit/s</p><p>Single server, PHP script (prime number calculation), ab -c 300 -n 100000<br /> 100% complete, 72.513 seconds, 1,379 req/s, 217ms per req, 4.7mbit/s</p><p>HAProxy cluster (5 servers), PHP script (prime number calculation), ab -c 300 -n 100000<br /> 100% complete, 15.956 seconds, 6,267 req/s, 47ms per req, 23.9mbit/s</p><p>HAProxy cluster (5 servers), PHP script (prime number calculation), ab -c 1500 -n 100000<br /> 100% complete, 15.108 seconds, 6,618 req/s, 226ms per req, 24.9mbit/s</p> ]]></content:encoded> </item> <item><title>Comment on Why do video games suck now? by Nick Gasper</title><link>http://blogs.iphouse.net/2010/12/21/why-do-video-games-suck-now/comment-page-1/#comment-412</link> <dc:creator>Nick Gasper</dc:creator> <pubDate>Thu, 10 Nov 2011 19:23:05 +0000</pubDate> <guid isPermaLink="false">http://blogs.iphouse.net/?p=693#comment-412</guid> <description>No love for FFVII, or the throwback fun that was FFIX? (even though the main character was Goku) I mean, FFVI was great and all but FFV was far more groundbreaking.</description> <content:encoded><![CDATA[<p>No love for FFVII, or the throwback fun that was FFIX? (even though the main character was Goku) I mean, FFVI was great and all but FFV was far more groundbreaking.</p> ]]></content:encoded> </item> <item><title>Comment on Colocation is so 1990s&#8230; by Why I love vmForge Virtual Data Centers &#124; ipHouse Blog</title><link>http://blogs.iphouse.net/2011/10/11/colocation-is-so-1990s/comment-page-1/#comment-364</link> <dc:creator>Why I love vmForge Virtual Data Centers &#124; ipHouse Blog</dc:creator> <pubDate>Tue, 11 Oct 2011 19:03:01 +0000</pubDate> <guid isPermaLink="false">http://blogs.iphouse.net/?p=1404#comment-364</guid> <description>[...] About              &#171; Colocation is so 1990s&#8230; [...]</description> <content:encoded><![CDATA[<p>[...] About              &laquo; Colocation is so 1990s&#8230; [...]</p> ]]></content:encoded> </item> <item><title>Comment on vCloud Director 1.5 hoops and hurdles by Why I love vmForge Virtual Data Centers &#124; ipHouse Blog</title><link>http://blogs.iphouse.net/2011/09/05/vcloud-director-1-5-hoops-and-hurdles/comment-page-1/#comment-363</link> <dc:creator>Why I love vmForge Virtual Data Centers &#124; ipHouse Blog</dc:creator> <pubDate>Tue, 11 Oct 2011 18:59:36 +0000</pubDate> <guid isPermaLink="false">http://blogs.iphouse.net/?p=1373#comment-363</guid> <description>[...] some posts about the technical side of our new vmForge Virtual Data Center (VDC) product and the hoops and hurdles of VMware&#8217;s vCloud Director version [...]</description> <content:encoded><![CDATA[<p>[...] some posts about the technical side of our new vmForge Virtual Data Center (VDC) product and the hoops and hurdles of VMware&#8217;s vCloud Director version [...]</p> ]]></content:encoded> </item> <item><title>Comment on IPv6 &#8211; Tech Talk with customers by ipHouse and World IPv6 day! &#124; ipHouse Blog</title><link>http://blogs.iphouse.net/2011/02/21/ipv6-tech-talk-with-customers/comment-page-1/#comment-354</link> <dc:creator>ipHouse and World IPv6 day! &#124; ipHouse Blog</dc:creator> <pubDate>Tue, 07 Jun 2011 21:34:57 +0000</pubDate> <guid isPermaLink="false">http://blogs.iphouse.net/?p=913#comment-354</guid> <description>[...] and enabled, though customer premise equipment gear is very lacking in IPv6 capabilities. See our previous blog post regarding this [...]</description> <content:encoded><![CDATA[<p>[...] and enabled, though customer premise equipment gear is very lacking in IPv6 capabilities. See our previous blog post regarding this [...]</p> ]]></content:encoded> </item> <item><title>Comment on Something touched me deep inside. by pjongeward</title><link>http://blogs.iphouse.net/2010/12/21/something-touched-me-deep-inside/comment-page-1/#comment-342</link> <dc:creator>pjongeward</dc:creator> <pubDate>Fri, 15 Apr 2011 21:07:14 +0000</pubDate> <guid isPermaLink="false">http://blogs.iphouse.net/?p=709#comment-342</guid> <description>Nice article Bil. Great information. Keep it coming. My son uses YouTube primarily for learning new card tricks. He&#039;s on there all the time!</description> <content:encoded><![CDATA[<p>Nice article Bil. Great information. Keep it coming. My son uses YouTube primarily for learning new card tricks. He&#8217;s on there all the time!</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Page Caching using memcached
Database Caching 1/19 queries in 0.015 seconds using memcached
Object Caching 364/374 objects using memcached

Served from: blogs.iphouse.net @ 2012-02-07 05:37:19 -->
