[omniORB] NEWBY question: 1 object reference, multiple callers

Stefano Santoro stefano@santoro.org
Fri, 04 Aug 2000 16:19:55 -0400


Hi,

I am using v2.8 and I am coidn a CORBA server.
I have a question: if multiple clients (say multiple
processes runiing a client ORB program) share
the same object reference to ONE servant object,
and all call it concurently, does it mean that omniORB
either

1) spawns new threads to deal with the concurrent
    requests to the same servant, meaning that the
    same servant object can respond to more than
    one request at any given time

2) keeps the requests to the ONE servant queued
    so that the servant may process only one request
    at a time.

Plz tell me which one it is.

Ciao
Stefano