Spec/Threading-Architecture

From Apache OpenOffice Wiki
Revision as of 13:32, 5 July 2006 by Kr (Talk | contribs)

Jump to: navigation, search

State: draft
Type: specification

OOo Threading Architecture

The OOo Threading Architecture leverages Unos Threading Model to only implement thread safe code where necessary, to achieve a Basic Threading Architecture. 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 office code is specified to be Thread Transparent.

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