From: Andrew Morgan Date: February 16 2011 1:22pm Subject: RE: best load balancing method for MySQL Cluster List-Archive: http://lists.mysql.com/cluster/7982 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable The load balancing is fairly straight-forward, a simple round-robbing over = all available servers is a reasonable approach and so I'd expect most load = balancers would work. Note that if you the JDBC connector (Connector/J) the= n you can do some of the load balancing/failover directly. Regards, Andrew. > -----Original Message----- > From: laehr mistry [mailto:laehr.mistry@stripped] > Sent: 16 February 2011 02:00 > To: cluster@stripped > Subject: best load balancing method for MySQL Cluster >=20 > Hello >=20 > Please suggest me which is the best way or method to Load balance MySQL > cluster's mysqld nodes used in production. >=20 > Can we use F5 Big-IP LTM to load balance MYSQL? >=20 > Thanks and Regards > Laehr