1 Reply Latest reply on Jan 27, 2003 6:24 AM by pranav

    Remote Clients

    seemanto

      As the remote clients communicate with the ejb's over the network, isn't there a limitation on how many concurrent clients can be supported. And is it that if all concurrently connected clients use the same remote object, they try to use the same socket.

        • 1. Re: Remote Clients
          pranav

          No there is no limitations of any kind on this...
          For everyclient a new instance is pooled out or created as and when required.

          SAME SOCKET.....noooooooooo....I don't think so...

          Cheers

          > As the remote clients communicate with the ejb's over
          > the network, isn't there a limitation on how many
          > concurrent clients can be supported. And is it that
          > if all concurrently connected clients use the same
          > remote object, they try to use the same socket.