Re: [nodejs] Loadbalancing multiple MySQL connections

2013-02-07 Thread Bartosz Raciborski
You should check it now. I just upgraded it to include simple load balancing (instead of round-robin rotation): https://github.com/racbart/node-clusterpool -- Bartosz Raciborski On Thursday, 7 February 2013 at 16:18, Envy wrote: That's a great start, I'll probably build on top

Re: [nodejs] Loadbalancing multiple MySQL connections

2013-02-06 Thread Bartosz Raciborski
for slave servers for you to balance load. I am just starting with node and this is my first module, so I'd appreciate some feedback. -- Bartosz Raciborski W dniu środa, 6 lutego 2013 16:36:40 UTC+1 użytkownik Envy napisał: The pooling will certainly help. But for the multiple server part I