System Object Model: Difference between revisions
Appearance
Line 9: | Line 9: | ||
!Name !!Comments | !Name !!Comments | ||
|- | |- | ||
|[[SOM.DLL]] || | |[[SOM.DLL]] || SOM Run-time Library. | ||
|- | |- | ||
| [[SOMD.DLL]] || | | [[SOMD.DLL]] || Distributed SOM (DSOM) | ||
|- | |- | ||
| [[SOMEM.DLL]] || | | [[SOMEM.DLL]] || | ||
Line 21: | Line 19: | ||
| [[SOMS.DLL]] || | | [[SOMS.DLL]] || | ||
|- | |- | ||
| [[SOMSEC.DLL]] || | | [[SOMSEC.DLL]] || SOM Security library. | ||
|- | |- | ||
| [[SOMTC.DLL]] || | | [[SOMTC.DLL]] || |
Revision as of 14:13, 9 May 2015
Description
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.
Components
System Object Model on OS/2 Warp 4.5x is composed by the following files:
Name | Comments |
---|---|
SOM.DLL | SOM Run-time Library. |
SOMD.DLL | Distributed SOM (DSOM) |
SOMEM.DLL | |
SOMIR.DLL | |
SOMS.DLL | |
SOMSEC.DLL | SOM Security library. |
SOMTC.DLL | |
SOMU.DLL | |
SOMUC.DLL |
Documentation
Articles
Replacement
- somFree is a Portable implementation of SOM. It is open source under the LGPL v3.