3 Replies Latest reply on May 10, 2008 5:19 AM by ron_sigal

    Is there away to not open new TCP connection for each call?

      Hey,

      I have java client that communicate with Ejb3 stateless session bean (deployed on jboss4.2).

      The communication is Ejb3 over Https.
      I dont have a lot of clients (up to 10 at the same time).
      when the client startup it create initial context an lookup for the facade.
      all the operation is against this facade.

      i noticed that in each call new TCP connection is created, is there a way to avoid it and leave the connection opened all the time?

      Thank you