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

From Apache OpenOffice Wiki
< Uno‎ | Binary
Jump to: navigation, search
(Refer to Uno/Spec/Threading-Architecture.)
m (Dependencies: Removed false dependency.)
Line 17: Line 17:
 
* [[Uno/Spec/Threading-Architecture]]
 
* [[Uno/Spec/Threading-Architecture]]
 
* [[Uno/Binary/Spec/Threading-Model]]
 
* [[Uno/Binary/Spec/Threading-Model]]
* [[Uno/Effort/Creating the Uno Threading_Framework]]
 
  
  
 
[[Category:Uno:Binary:Spec]]
 
[[Category:Uno:Binary:Spec]]
 
[[Category:draft]]
 
[[Category:draft]]

Revision as of 12:05, 7 September 2006

Type: Specification State: draft

Feature

Refine 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