From dcd4afcf43662aaa88cb53d03e0c77e806d23905 Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Wed, 9 Dec 2015 10:42:27 +0200 Subject: [PATCH] Update About-MaxScale.md --- About/About-MaxScale.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/About/About-MaxScale.md b/About/About-MaxScale.md index fe9d420df..61dc71bef 100644 --- a/About/About-MaxScale.md +++ b/About/About-MaxScale.md @@ -5,8 +5,8 @@ The forwarding is performed using rules that can be based on a the semantic understanding of the database statements and on the roles of the various servers within the backend cluster of databases. -MaxScale is designed to provide load balancing and high availability -functionality, transparently to applications. In addition, it provides +MaxScale is designed to provide, transparently to applications, load +balancing and high availability functionality. In addition, it provides a highly scalable and flexible architecture, with plugin components to support different protocols and routing approaches. @@ -17,7 +17,7 @@ input and output via sockets. Similar features in Windows® could be used in future development of MaxScale. Many of the services provided by MaxScale are implemented as external -shared object modules which can be loaded at runtime. These modules +shared object modules, which are loaded at runtime. These modules support a fixed interface, communicating the entry points via a structure consisting of a set of function pointers. This structure is called the "module object". Additional modules can be created to work with MaxScale.