Difference between revisions of "Uno/Binary/Spec/Threading-Architecture"

From Apache OpenOffice Wiki
< Uno‎ | Binary
Jump to: navigation, search
m (Dependencies: Removed false dependency.)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Type: Specification  State: draft
 
Type: Specification  State: draft
  
==Feature==
+
Refinement of the [[Uno/Spec/Threading-Architecture|Uno threading-architecture specification]] for [[Uno/Binary|Binary Uno]].
Refine the [[Uno/Spec/Threading-Architecture|Uno threading-architecture specification]] for [[Uno/Binary|Binary Uno]].
+
  
 
==API==
 
==API==
Line 19: Line 18:
  
  
[[Category:Uno:Binary:Spec]]
+
[[Category:Spec]]
[[Category:draft]]
+
[[Category:Uno]]
 +
[[Category:Uno:Binary]]
 +
[[Category:Draft]]
 +
[[Category:Multi-Threading]]

Latest revision as of 07:14, 19 June 2007

Type: Specification State: draft

Refinement of the Uno threading-architecture specification for Binary Uno.

API

The Binary Uno threading-architecture leverages the Binary Uno threading-model to implement thread-aware code where necessary only:

  • All implementations default to thread-unsafe.
  • All public libraries are OBI specialized.
  • All public libraries provide appropriate objects (objects matching the clients environment).
  • All APIs are thread-transparent.

The following components are specified to be thread-safe:

Dependencies

Personal tools