Difference between revisions of "Spec/Threading-Architecture"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Dependencies: Adapted link.)
m (Adapted Link.)
Line 2: Line 2:
 
State: draft          <br>
 
State: draft          <br>
  
The OOo Threading Architecture leverages [[Spec/Threading Model|OOos]] respectively [[Uno/Spec/Threading Model|Unos]] threading-model to implement [[Uno/Term/Thread Aware|thread-aware]] code where necessary only.  
+
The OOo Threading Architecture leverages [[Spec/Threading-Model|OOos]] respectively [[Uno/Spec/Threading Model|Unos]] threading-model to implement [[Uno/Term/Thread Aware|thread-aware]] code where necessary only.  
  
 
==Principles==
 
==Principles==

Revision as of 15:48, 4 September 2006

Type: Specification
State: draft

The OOo Threading Architecture leverages OOos respectively Unos threading-model to implement thread-aware code where necessary only.

Principles

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:

Overview

Spec Architecture Threading Basic.jpg

Dependencies

Personal tools