LSLB for MySQL Load Balancing

#1
Hello!

We are currently using multiple instances of LSLB to balance about 40 billion monthly http requests across multiple app-nodes, and we recently wondered if we can use LSLB to balance mysql read-requests on port 3306 across multiple read-only slaves?

Is this technically doable with LSLB? How would we configure it? Would we simply setup LSLB to listen on port 3306?

Thanks!
 

mistwang

LiteSpeed Staff
#2
It will be available with LSLB 2.0 release, which adds generic Layer4 load balancing.
Current LSLB is a Layer7 load balancing, does not support MySQL.
 
Top