The orbix daemon was started with: orbixd -u -t
[hh:mm:ss:ms orbixd@hostname Processing Server Details request:
Servername/o/methodname(clientname)]
[hh:mm:ss:ms orbixd@hostname redirecting request to Servername on port 1593]
Thanks,
Mark Heller
mark....@lmco.com
-----== Posted via Deja News, The Leader in Internet Discussion ==-----
http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum
So the first time you use the object reference it contacts the
Orbix Daemon instead of the server (event channel in your case). The
Orbix Daemon then redirects the message to the correct server by
returning a location forward message to the caller. Subsequent
uses of the object reference will always go directly to the server.
Orbix uses this techniques so that the Daemon can activate the
server if it is not currently running.
Brian Matthews (brian_m...@ie.ibm.com)