RunGenericOnOrb
to True. The second defines on which gateway (i.e. vendor) to run the object. Set the option OrbDefaultVendor
to one of the following:SYBASE ORACLE INFORMIXRunning an object on the gateway has several implications:
Main
of the gateway, dborbd_main.c
, found in the bin
directory of the Sapphire/Web distribution.
This function should register all object implementations with calls to the function, SaRegisterObjImp
, and modify the make macro, APPL_OBJS
, in the Makefile.orb
file. Although more difficult to do, this may help off-load significant capability from the Server Application, making it smaller.
The Sapphire/Web client API is limited on the gateway to SutList
type calls and the Function implementation functions, SaReq...
.