[omniORB] Is not possible to invoke same method from different threads at client?

David Riddoch djr@uk.research.att.com
Sat, 18 Dec 1999 13:20:50 +0000 (GMT)


On Fri, 17 Dec 1999, Ceyhun =D6ZG=DCN wrote:

> I am using omniORB 2.7.1.
> When one thread invokes a method and while it is running
> other threads of client blocks.
> I think these threads use same socket. And because server side of that=20
> socket is busy, threads are blocking.

No -- omniORB will spawn multiple connections between a client and a
server to support multiple concurrent calls.  Unless you are holding on to
some mutex in your server object implementation code, other clients should
not block.

David