User's Manual

Restrictions on the CORBA Service
2-17
Restrictions on IDL Compilation
The IDL compilation can be used with the following products:
Interstage Application Server Enterprise Edition
Interstage Application Server Standard Edition
Interstage Application Server Plus
Table 2-8 Restrictions on IDL Compilation
No Restriction Alternative
Method
Date of
Removal
1 "-noinclude" cannot be specified for the IDL compiler. None Not
determined
2 A prototype module definition file with no PROGRAM-ID
named IDL-file-name_skel.def may be created in the
COBOL mapping of IDL files.
None Not
determined
3 Long long overflows are not checked when IDL is
compiled
None Not
determined
Restrictions on C and C++ Programming
C and C++ Programming can be used with the following products:
Interstage Application Server Enterprise Edition
Interstage Application Server Standard Edition
Table 2-9 Restrictions on C and C++ Programming
No. Restriction Alternative
Method
Date of
Removal
1
When a child process is generated by a server
application, and the child process is terminated by exit(),
the parent process is also terminated.
Use _exit()
when you finish
a child process
only.
Not
determined
2
If WS Compilers C++ 6 used, no context object can be
used.
None Not
determined
3
A context cannot be used on the C++ application.
None Not
determined