Jump to content

System Object Model: Difference between revisions

From EDM2
No edit summary
Line 2: Line 2:


System Object Model (SOM) is an object-oriented shared library system. DSOM, a distributed version based on CORBA, allowed objects on different computers to communicate.
System Object Model (SOM) is an object-oriented shared library system. DSOM, a distributed version based on CORBA, allowed objects on different computers to communicate.
==Documentation==
* [[OS2_API:SOM_Kernel|SOM Kernel API]]
* [[OS2 API:SOM IR| SOM Interface Repository API]]
* [[OS2 API:SOM DSOM|DSOM API]]


==Files==
==Files==
Line 47: Line 52:
|-
|-
|}
|}
==Documentation==
* [[OS2_API:SOM_Kernel|SOM Kernel API]]
* [[OS2 API:SOM IR| SOM Interface Repository API]]
* [[OS2 API:SOM DSOM|DSOM API]]


==Articles==
==Articles==

Revision as of 15:10, 13 May 2015

System Object Model (SOM) is an object-oriented shared library system. DSOM, a distributed version based on CORBA, allowed objects on different computers to communicate.

Documentation

Files

System Object Model on OS/2 Warp 4.5x is composed by the following files:

Name Comments
SOM.DLL SOM Run-time Library.
SOM.IR
SOMD.DLL Distributed SOM (DSOM)
SOMD.MSG
SOMDCLS.DAT
SOMDCLS.TOC
SOMDD.EXE
SOMDIMPL.DAT
SOMDIMPL.TOC
SOMDSVR.EXE
SOMEM.DLL
SOMIR.DLL
SOMK.MSG
SOMS.DLL SOM Sockets - soms library.
SOMSEC.DLL SOM Security library.
SOMTC.DLL
SOMU.DLL
SOMUC.DLL

Articles

Replacement

  • somFree is a Portable implementation of SOM. It is open source under the LGPL v3.

Links