-----Original Message-----
Christoph Becker
hi,
is there any optimization inside omniORB regarding to
colocated objects?
Yes.
See Section 2.8 Example 1 below:
http://omniorb.sourceforge.net/omni41/omniORB/omniORB002.html#toc11
"In the case of colocated client and servant, omniORB is able to
short-circuit the client calls so they do not involve IIOP. The calls
still go through the POA, however, so the various POA policies affect
local calls in the same way as remote ones. This optimisation is
applicable not only to object references returned by _this(), but to any
object references that are passed around within the same address space
or received from other address spaces via remote calls."