0 Replies Latest reply on Feb 16, 2006 4:31 PM by mike.chack

    Pooled Invoker - Client to Server Thread Association

    mike.chack

      Can anyone tell me what type of association there is between client threads and server threads when using the pooled invoker.

      My assumption is that there would be a thread allocated from the pool for each client thread making invokations using the poooled invoker. I may be making a big assumption here, but this would yield the best performance.

      If this is not the case and there is only one server side thread is it safe to assume that the client would block locally until an existing operation completed.