-
Key: CORBA35-98
-
Legacy Issue Number: 5516
-
Status: open
-
Source: Raytheon ( Jerry Bickle)
-
Summary:
a) Add the optional stacksize and priority elements to code element
definition. The
stack size and priority are options parameters for an operating system's
execute()
operation. The stack size is the memory space needed by the executable and
the OS
priority for the executable. Data types for the values of these options are
unsigned
long. Priority number should be based upon industry standard such as POSIX.Current Format
<!ELEMENT code
( ( codebasefileinarchive link
)
, entrypoint?
, usage?
) >
<!ATTLIST code
type CDATA #IMPLIED >New Format for code
<!ELEMENT code
( ( codebasefileinarchive link
)
, entrypoint?
, stacksize?
, priority?
, usage?
) >
<!ATTLIST code
type CDATA #IMPLIED ><!ELEMENT stacksize (#PCDATA)>
<!ELEMENT priority (#PCDATA)>
b) Other valid values for type attribute
Additional valid values for the type attribute are: "KernelModule",
"SharedLibrary", and "Driver". -
Reported: CORBA 3.0 — Wed, 17 Jul 2002 04:00 GMT
-
Updated: Wed, 1 Feb 2023 21:59 GMT