I have 3 Ubuntu 10.04 machines with MapServer installed and configured. I need to get load balancing among those 3 machines. I find that there are some third-party applications with different features. I am wondering if anyone has specific preference or come across to any documentation that could be good starting point for getting started to load-balancing in MapServer.
Thank you in advance!
M开发者_JAVA百科ukesh
If you are using Apache, you may use mod_proxy to do it. Other web servers like nginx or lighttpd have a similar feature.
If you haven't already solved this, perhaps give this a go...
http://www.osgeo.org/pipermail/mapserver-users/1999-August/053932.html
精彩评论