5 Replies Latest reply on Jul 12, 2002 7:59 AM by joao.clemente

    load balancer/load balancing architecture.

    g_andre

      Hello,

      What do you recommend as a hardware configuration to put in front of a JBoss cluster?

      I suspect you need a couple of hardware load balancers with sticky session and https functionality. What do you think of the F5 , Cisco , Zeus ... products. Is there any opensource project on the topic?

      Is there other good architecture?

      Thanks in advance.

        • 1. Re: load balancer/load balancing architecture.
          slaboure

          Hello Baba,

          I personnaly do not recommend anything by lack of knowledge (but Bill Burke may answer on this).

          A pure software solution is under development though (but it will still need some basic load balancing though... and DNS is not a really viable solution...)

          Cheers,

          sacha

          • 2. Re: load balancer/load balancing architecture.
            ben.alex

            Hi

            You might like to take a look at http://www.linuxvirtualserver.org.

            Regards

            Ben

            • 3. Re: load balancer/load balancing architecture.

              I have used a hardware product from CoyotePoint that works rather well and is less costly than those mentioned. Only downside so far has been it's handling of sticky sessions for AOL clients, but I believe they are working on a patch.

              • 4. Re: load balancer/load balancing architecture.
                cmanning

                The linux virtual server is very good, however it too is going to suffer from non-persistence. Persistence can only be guaranteed if the load balancer is using cookies to tag the clients and inspecting headers. LVS tries persistence based on IP, but will crack when AOL and other proxy servers hit it. If you also need SSL, then best bet is to get a commercial loadbalancer that will support SSL cards in the load balancer. If not, then use LVS, but make sure you have session sharing going on in your servlet container and full clustering of jboss...

                • 5. Re: load balancer/load balancing architecture.
                  joao.clemente

                  Can someone point something about this issue, regarding what JBoss 3.x version can do?

                  I'm quite confused about the clustering topology to use, as the docs focus on the ejb clustering issues, particulary how the "smart stub" work and so on.

                  I would like some pointers on restrictions and advices about clustering with Jboss as a full product. By "full product" I mean JBoss as the complete JBoss+Servlet+Web server. For instance, is it supose/needed to have a loadbalancer on front of the servers?