[omniORB] Asynchronous calls
Duncan Grisby
dpg1001@cam.ac.uk
Wed, 09 Dec 1998 18:54:06 +0000
On Wednesday 9 December, "Gary D. Duzan" wrote:
> That it works is a side-effect of the fact that it uses IIOP as a
> transport. In fact, it won't always work. If the server is busy, the
The most obvious other case when oneway calls will `block' is if the
server is in the same address space as the client. Such calls are
just C++ virtual function calls, so the client call won't return until
the server operation finishes.
Cheers,
Duncan.
--
-- Duncan Grisby --
-- dpg1001@cam.ac.uk, DGrisby@orl.co.uk --
-- http://www.cl.cam.ac.uk/~dpg1001/ --