0 Replies Latest reply on Apr 23, 2002 12:32 AM by jsents

    Stateless Session Bean threads

    jsents

      What causes the following the two types of threads?

      System Thread [RMI TCP Connection(477)-10.101.100.14] (Running)
      System Thread [RMI ConnectionExpiration-[10.101.100.14:2631]] (Running)


      I have figured out(at least I think I have)that they are bringing our system to it's knees but unsure how to fix. We have a process that a JSP a tag library calls, I recieve about 2500 of each of these message from this process. I think it is related to doing multiple jndi lookup of the same classes and then getting the homes and remotes but I am unsure. The processor is maxed out until all of these thread are removed.

      Do we have a design flaw or is there some setting I can change?

      Thanks
      Josh