Difference between revisions of "Spec/Threading-Architecture"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Adapted Links.)
m (Fixed category.)
Line 1: Line 1:
Type: Specification <br>
+
Type: Specification State: draft
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.  
Line 30: Line 29:
  
  
[[Category:Spec:Architecture]]
+
[[Category:Spec]]
 
[[Category:draft]]
 
[[Category:draft]]

Revision as of 11:08, 5 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