<?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 on: Simple way to scale your Web App &#8211; Part 1</title>
	<atom:link href="http://www.bserban.org/2009/02/simple-way-to-scale-your-wep-app-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bserban.org/2009/02/simple-way-to-scale-your-wep-app-part-1/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=simple-way-to-scale-your-wep-app-part-1</link>
	<description>Web, Java, J2EE, SaaS, Tips&#38;Tricks</description>
	<lastBuildDate>Thu, 28 Apr 2011 09:51:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Frank</title>
		<link>http://www.bserban.org/2009/02/simple-way-to-scale-your-wep-app-part-1/comment-page-1/#comment-531</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Sat, 03 Jul 2010 19:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.bserban.org/?p=3#comment-531</guid>
		<description>Nice post. Evaluate nginx for load balancing and varnish for caching reverse proxy.</description>
		<content:encoded><![CDATA[<p>Nice post. Evaluate nginx for load balancing and varnish for caching reverse proxy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cris Radu</title>
		<link>http://www.bserban.org/2009/02/simple-way-to-scale-your-wep-app-part-1/comment-page-1/#comment-221</link>
		<dc:creator>Cris Radu</dc:creator>
		<pubDate>Tue, 09 Jun 2009 14:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.bserban.org/?p=3#comment-221</guid>
		<description>For real heavy processing you need a serious balancer, check out F5 Big-IP, everything in a box plus unparalleled scalability.
Of course the price tag is accordingly.</description>
		<content:encoded><![CDATA[<p>For real heavy processing you need a serious balancer, check out F5 Big-IP, everything in a box plus unparalleled scalability.<br />
Of course the price tag is accordingly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cris Radu</title>
		<link>http://www.bserban.org/2009/02/simple-way-to-scale-your-wep-app-part-1/comment-page-1/#comment-220</link>
		<dc:creator>Cris Radu</dc:creator>
		<pubDate>Tue, 09 Jun 2009 14:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.bserban.org/?p=3#comment-220</guid>
		<description>When checking for SSL termination capability of the load balancer, make sure the appliance embeds cryptographic accelerators, asymmetric encryption required to establish a SSL connection can be quite heavy in terms of processing power.

If you plan on running an advanced security platform, check also for more subtle features such as OCSP support, a protocol used for real-time validation of digital certificates rather than through CLR published on LDAP.</description>
		<content:encoded><![CDATA[<p>When checking for SSL termination capability of the load balancer, make sure the appliance embeds cryptographic accelerators, asymmetric encryption required to establish a SSL connection can be quite heavy in terms of processing power.</p>
<p>If you plan on running an advanced security platform, check also for more subtle features such as OCSP support, a protocol used for real-time validation of digital certificates rather than through CLR published on LDAP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bserban</title>
		<link>http://www.bserban.org/2009/02/simple-way-to-scale-your-wep-app-part-1/comment-page-1/#comment-7</link>
		<dc:creator>bserban</dc:creator>
		<pubDate>Tue, 10 Feb 2009 09:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.bserban.org/?p=3#comment-7</guid>
		<description>Looks nice, I included it into the post. I&#039;ll definitely give it a try.
Tx for mention it.</description>
		<content:encoded><![CDATA[<p>Looks nice, I included it into the post. I&#8217;ll definitely give it a try.<br />
Tx for mention it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.bserban.org/2009/02/simple-way-to-scale-your-wep-app-part-1/comment-page-1/#comment-5</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 09 Feb 2009 22:21:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.bserban.org/?p=3#comment-5</guid>
		<description>Take a look at Varnish:
http://varnish.projects.linpro.no/

Load balancing, smart caching ... it rocks ;)

Intro tutorial:
http://www.catalystframework.org/calendar/2008/14

Page fragments caching:
http://www.catalystframework.org/calendar/2008/17
(unfortunately the second tutorial is heavy on Perl, but you can figure it out)</description>
		<content:encoded><![CDATA[<p>Take a look at Varnish:<br />
<a href="http://varnish.projects.linpro.no/" rel="nofollow">http://varnish.projects.linpro.no/</a></p>
<p>Load balancing, smart caching &#8230; it rocks <img src='http://www.bserban.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Intro tutorial:<br />
<a href="http://www.catalystframework.org/calendar/2008/14" rel="nofollow">http://www.catalystframework.org/calendar/2008/14</a></p>
<p>Page fragments caching:<br />
<a href="http://www.catalystframework.org/calendar/2008/17" rel="nofollow">http://www.catalystframework.org/calendar/2008/17</a><br />
(unfortunately the second tutorial is heavy on Perl, but you can figure it out)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

