MySQL Forums
Forum List  »  NDB clusters

Advice about how do distribute components across servers?
Posted by: Jeff Steele
Date: September 11, 2016 09:41AM

I have my cluster which back ends a web application set up like this:

server1: httpd and web application (does not use Mysql)
server2: redundant version of server1

server3: tomcat (load balance by server 1 and 2)
server4: tomcat (load balance by server 1 and 2)

server5: ndbmtd and Mysql
server6: ndbmtd and Mysql

server7: ndb_mgmd
server8: ndb_mgmd

I feel like Mysql should not be on the same server as ndbmtd and have tried running in on the servers with tomcat. However, I get much slower performance when doing so. Conversely, I haven't noticed many problems with the current setup.

Does anyone have any words of advice about what would be the correct set up in my situation?

Options: ReplyQuote


Subject
Views
Written By
Posted
Advice about how do distribute components across servers?
1451
September 11, 2016 09:41AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.