You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ma...@apache.org on 2014/05/20 13:41:03 UTC

svn commit: r1596209 - /incubator/stratos/site/trunk/content/index.mdtext

Author: madhura
Date: Tue May 20 11:41:03 2014
New Revision: 1596209

URL: http://svn.apache.org/r1596209
Log: (empty)

Modified:
    incubator/stratos/site/trunk/content/index.mdtext

Modified: incubator/stratos/site/trunk/content/index.mdtext
URL: http://svn.apache.org/viewvc/incubator/stratos/site/trunk/content/index.mdtext?rev=1596209&r1=1596208&r2=1596209&view=diff
==============================================================================
--- incubator/stratos/site/trunk/content/index.mdtext (original)
+++ incubator/stratos/site/trunk/content/index.mdtext Tue May 20 11:41:03 2014
@@ -26,13 +26,13 @@ Notice:    Licensed to the Apache Softwa
         <div class="cBox">
             <a class="cIcon tenancy" href=""></a>
             <h3>Multi-tenancy</h3>
-            <p>Stratos uses an in-container multi-tenancy (MT) model. This means, for example, within an application server MT is available for applications. In other words, a container can host multiple tenants.</p>
+            <p>Multi-tenancy has different levels of isolations. Almost all PaaS vendors only provide container multi-tenancy like virtual machine, LXC or docker etc. But this is not scalable for large deployment scenario which has hundred thousand or million of tenants. </p>
             <a href="" class="cReadmore">Read More</a>
         </div>
            <div class="cBox cBorderL">
             <a class="cIcon scale" href=""></a>
             <h3>Multi-factored auto scaling</h3>
-            <p>The auto scaling model supported by Apache Stratos (Incubating) provides better control over how the platform scales. </p>
+            <p>Majority of PaaS providers only used http traffic to auto scale or dynamic resource provisioning. It gives limitation on scaling non-http based application. But Apache Stratos auto scaler can take http traffic and non-http health data to do intelligent dynamic resource provisioning.</p>
             <a href="" class="cReadmore">Read More</a>
         </div>
         <div class="clear" style="clear:both;"></div>
@@ -45,7 +45,7 @@ Notice:    Licensed to the Apache Softwa
            <div class="cBox">
             <a class="cIcon load" href=""></a>
             <h3>Scalable dynamic load balancing</h3>
-            <p>The platform keeps track of who does what on whose behalf, making it easy to do manage, monitor and detect all identity related aspects.</p>
+            <p>Load balancers play a major role in scaling application in the cloud. Load balancers distribute incoming traffics into several server nodes, or clusters, or other resources to maximize the throughput, minimise response time and provide mechanism scale application based on the workload.</p>
             <a href="" class="cReadmore">Read More</a>
         </div>
     </div>