1 Reply Latest reply on Mar 26, 2004 2:27 AM by dimitris

    Limiting no of threads in JBoss

    robby_us

      Hi Folks,
      I have an application running on JBoss.I want to know whether there is a configuration wherein I can limit overall threads in JBoss environment.If so,where should I make the changes.
      Regards
      Robby

        • 1. Re: Limiting no of threads in JBoss
          dimitris

          I don't think you can limit the threads with one setting. Each server component may create its own threads (e.g. JMS) so you really need to do this for each component seperately, for those that do expose this kind of settings.

          You should also consider, not deploying components you don't use. This will keep the thread count low.

          Regards
          /Dimitris