2 Replies Latest reply on Sep 23, 2006 4:25 AM by pallam

    Load handling capacity of JBoss App Server

    inderjeet

      Hi All
      I am new to JBoss. We are in the just evaluation stages of the JBoss. Our aplication requirement is around 100,000 request at a time. Can JBoss server handle this much load? Or we need to look for some proprietary server like Weblogic or Websphere?

      Thanks & Regards
      Inder Jeet Singh

        • 1. Re: Load handling capacity of JBoss App Server
          belaban

          Can you be more specific regarding your requirements ? For example:
          - 100'000 requests / sec ?
          - Message size, synchronous or asynchronous messages across the cluster ?
          - How many nodes ?
          - Failover or load balancing (stateless or stateful model) ?

          • 2. Re: Load handling capacity of JBoss App Server
            pallam

            Hi
            I have the following problem :
            We are having 3 Jboss servers(Say A,B,C) , we are maintaining 30 employees per 1 Jboss , So if Server A fails then i need to loadbalance to Server B and if B Server fails then Server C.
            Can any one please help me in this case, i need the help very badly .Can any one give me the steps (step-by-step) or any sample code in java/jsp etc.

            A JBoss(Master)
            |
            ----------------------
            | |
            B JBoss(Slave) C JBoss(Slave)

            Condition 1:
            A ----> fails
            then the request should automatically has to go to Server B
            B------>fails
            then the request should automatically has to go to Server C