Hello, mysql,

        2 Mysql 4.0.12 windows version with INNODB replciate sucessfully,both in 
myisam and innodb table.
        According to mysql manual(PDF),there is only one master database in the same 
time,but with many slave server.
        Master for query,and slave for update or insert operation.
        Therefore,while programming with JAVA tech,I must write 2 connection pool? one 
for query,other for update?
        That's not very proper.Coze the programe switch the connection frequently.It 
really slow down the web application performance.
        How do you slove this problem?Any idea appreciate.

Best regards. 

MaFai
[EMAIL PROTECTED]
2003-06-12

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to