You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ds...@apache.org on 2016/01/14 20:05:12 UTC

svn commit: r1724672 - /ignite/site/trunk/use-cases/compare/hazelcast.html

Author: dsetrakyan
Date: Thu Jan 14 19:05:12 2016
New Revision: 1724672

URL: http://svn.apache.org/viewvc?rev=1724672&view=rev
Log:
fixed HZ comparison

Modified:
    ignite/site/trunk/use-cases/compare/hazelcast.html

Modified: ignite/site/trunk/use-cases/compare/hazelcast.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/use-cases/compare/hazelcast.html?rev=1724672&r1=1724671&r2=1724672&view=diff
==============================================================================
--- ignite/site/trunk/use-cases/compare/hazelcast.html (original)
+++ ignite/site/trunk/use-cases/compare/hazelcast.html Thu Jan 14 19:05:12 2016
@@ -81,15 +81,17 @@ under the License.
                             <p>
                                 Ignite has been growing and enhancing its open source feature set. The latest
                                 major additions include <i>Ignite Fabric for C++</i> and <i>.NET/C#</i>, with
-                                <i>Node.JS</i> integration coming soon as well.
+                                <i>Node.JS</i> integration coming soon as well. We have also added extremely fast
+                                deadlock-free transactions.
                             </p>
                         </td>
                         <td width="50%" valign="top">
                             <p>
-                                Hazelcast has continuously been removing features from its open source offering and
-                                moving them to enterprise (paid) edition. This is true for features like
-                                <i>off-heap memory</i>, <i>continuous queries</i>, <i>web-session clustering</i>,
-                                <i>SSL encryption support</i>, and more.
+                                Most of the development in Hazelcast is focused on their enterprise (paid)
+                                offering. Features, like <nobr><i>off-heap memory</i></nobr>, or
+                                <nobr><i>continuous queries</i></nobr> are only available in the paid edition,
+                                with <nobr><i>SSL-encryption</i></nobr> feature completely removed from the open
+                                source to the paid edition.
                             </p>
                         </td>
                     </tr>
@@ -138,7 +140,7 @@ under the License.
                     <tr>
                         <td valign="top">
                             <p>
-                                Ignite provides support for <em>continuous queries</em>, i.e. allows clients and servers
+                                Ignite provides support for <em>fail-safe continuous queries</em>, i.e. allows clients and servers
                                 to subscribe for continuous notifications to the data updates.
                             </p>
                         </td>
@@ -158,7 +160,8 @@ under the License.
                         </td>
                         <td valign="top">
                             <p>
-                                Hazelcast offers support for <em>SLL encryption</em> only in its commercial (paid) edition.
+                                Hazelcast removed <em>SLL encryption</em> support from open source edition and now
+                                offers it only in its commercial (paid) edition.
                             </p>
                         </td>
                     </tr>