Issue 5516: 69.8.2.7 The code Element, pages 69-474 (components-ftf) Source: Raytheon (Mr. Gerald Lee Bickle, Gerald.L.Bickle(at)raytheon.com) Nature: Uncategorized Issue Severity: 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 ( ( codebase | fileinarchive | link ) , entrypoint? , usage? ) > <!ATTLIST code type CDATA #IMPLIED > New Format for code <!ELEMENT code ( ( codebase | fileinarchive | 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". Resolution: Revised Text: Actions taken: July 17, 2002: received issue Discussion: Resolution: None as this is deferred to the final report of the Components 1.1 RTF. Revised Text: None as this is deferred to the final report of the Components 1.1 RTF End of Annotations:===== From: Gerald_L_Bickle@RAYTHEON.COM Subject: CCM Softpkg DTD Extensions & Changes To: issues@omg.org, components-rtf@omg.org Cc: "Mike McClimens" , "Smith, Jeff" , Edwin.Wrench@ITT.COM, mike.mcclimens@saalt.army.mil, "Mike McClimens" , David Fitkin , jeffrey.olynick@baesystems.com X-Mailer: Lotus Notes Release 5.0.8 June 18, 2001 Date: Wed, 17 Jul 2002 12:57:08 -0500 X-MIMETrack: Serialize by Router on NotesServer3/HDC(Release 5.0.8 |June 18, 2001) at 07/17/2002 12:57:09 PM X-MIME-Autoconverted: from quoted-printable to 8bit by emerald.omg.org id g6HHsWC06347 Document ptc/2001-11-03, CORBA Component Model 3. 69.8.2.7 The code Element, pages 69-474 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 New Format for code b) Other valid values for type attribute Additional valid values for the type attribute are: "KernelModule", "SharedLibrary", and "Driver"