Difference between revisions of "Spec/Threading-Architecture"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Restructured.)
m (Dependencies: Fixed dependencies.)
Line 27: Line 27:
  
 
===Dependencies===
 
===Dependencies===
* [[Uno/Effort/Creating the Uno Threading Framework]]
+
* [[Spec/Threading Model]]
* [[Effort/Making VCL Thread Transparent]]
+
  
  
 
[[Category:Spec:Architecture]]
 
[[Category:Spec:Architecture]]
 
[[Category:draft]]
 
[[Category:draft]]

Revision as of 08:31, 10 July 2006

State: draft
Type: specification

OOo Threading Architecture

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

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