4 Replies Latest reply on Dec 4, 2008 4:24 AM by danielen

    Limit number of simultaneous executing calls.

    danielen

      We need to limit the peek throughput so that we dont DDOS all of our sub systems (db, external systems etc) that has a limit of how many clients calls they may execute at the same time.

      We are migrating a weblogic application to jboss. Weblogic has execution queues that limit how many simultaneous rmi executions that could happen from all connected clients, and make sure that we always are safe within of the throughput limits of the system.

      The only solution we have found right now,
      pray that we never have any peaks in rmi trafic and that we can handle the normal application load within limits, is not good enough for production.

      This is a EJB2 system with Stateless beans, using jboss 4.3 eap.
      If no solutions in the ejb2 container, does the new ejb3 container support somthing we could use?