Difference between revisions of "Spec/Threading-Architecture"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Moved threads list to implementation page.)
m (OOo Threading Architecture)
Line 3: Line 3:
  
 
==OOo Threading Architecture==
 
==OOo Threading Architecture==
The OOo Threading Architecture leverages [[Uno/Spec/Threading Model|Unos Threading Model]] to only implement [[Uno/Term/Thread Safe|thread safe]] code where necessary, to achieve a Basic Threading Architecture.
+
The OOo Threading Architecture leverages [[Uno/Spec/Threading Model|Unos Threading Model]] to only implement [[Uno/Term/Thread Aware|thread aware]] code where necessary. Principles of the threading architecture are
All components, libraries and applications default to be thread unsafe, with only a few well motivated exceptions, which are specified as thread safe respectively as thread affine.
+
* all components, libraries and applications default to be [[Uno/Term/Thread Unsafe|thread unsafe]], with only a few well motivated exceptions (being [[Uno/Term/Thread Safe|thread safe]], [[Uno/Term/Thread Affine|thread affine]] respectively [[Uno/Term/Thread Free|thread free]]),
 
+
* all office code is specified to be [[Uno/Term/Thread Transparent|thread transparent]].
'''All office code is specified to be [[Uno/Term/Thread Transparent|Thread Transparent]].'''
+
  
 
===[[Uno/Term/Thread Safe|Thread Safe]]===
 
===[[Uno/Term/Thread Safe|Thread Safe]]===

Revision as of 13:51, 5 July 2006

State: draft
Type: specification

OOo Threading Architecture

The OOo Threading Architecture leverages Unos Threading Model to only implement thread aware code where necessary. Principles of the threading architecture are

Thread Safe

The following modules are specified to be thread safe:

Thread Affine

The following modules are specified to be thread affine:

Graphical Overview

Spec Architecture Threading Basic.jpg

Dependencies

Personal tools