3 Replies Latest reply on Apr 13, 2005 10:43 AM by radl01

    Performance Question

    pure

      Hi!

      We are deploying an application on Jboss using JBossWS
      and an oracle db as a database.

      Hardware:
      DB: dual intel 3.0 GHz HT
      JBoss: dual intel 3.0 GHz HT

      Jboss version 4.0.1 jdk 1.5

      We are aiming at achieving 300 requests/second.

      Is this possible? we are thinking about clustering
      the jboss server..

      Its a hard question to answer but can u give me
      some hints?

      /Per


        • 1. Re: Performance Question
          radl01


          How many concurent clients should be serve by the JBoss in 33ms (300 req/sec) ?

          What about RAM in JBoss server ?

          Did you make some tests of SQL statements that you run inside the WS. Does this sql statemnts achieving the expected time response ?

          We are able to do 500Tx(not easy Tx) per sec in our configuration, BUT ...

          Regards

          Jan

          • 2. Re: Performance Question
            pure

            Hi!

            Its about 1-10 clients.. the clients are actually other
            servers that has user clients connected to them.

            RAM: 2 Gb on the Jboss server and 6Gb on the db..

            Dont know about the timing on the sql queries.

            /Per

            • 3. Re: Performance Question
              radl01

              1 - 10 clients is OK.

              If your SQL queries would not be slow your clients achieve the time response.

              Jan