1 Reply Latest reply on Apr 29, 2008 3:32 AM by slimamar

    Socket keep alive with client EJB

    slimamar

      Hello,

      We are using a Swing client standalone which invokes EJB methods.
      After each call, the socket is released.

      For security reasons, we have to maintain the connection (keep alive)
      and not release it after each call.

      Is it possible to do this.

      Thanks in advance.