Initializing the SOM Object Adapter

The next step the server must take before it is ready to accept and process requests from clients is to create a SOMOA object and initialize the global variable SOMD_SOMOAObject to point to it. This is accomplished by the assignment:

SOMD_SOMOAObject = SOMOANew();

Note: The SOMOA object is not created automatically by SOMD_Init because it is only required by server processes.