Difference between revisions of "Uno/Spec/Threading-Model"

From Apache OpenOffice Wiki
< Uno‎ | Spec
Jump to: navigation, search
m (Adapted Links.)
m (Added category: Multi-Threading .)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
Type: Specification  State: draft
+
Type: Specification  State: draft Claim: optional
  
 
==Feature==
 
==Feature==
Line 6: Line 6:
 
* [[Uno/Term/Thread Unsafe|thread-unsafe]], and
 
* [[Uno/Term/Thread Unsafe|thread-unsafe]], and
 
* [[Uno/Term/Thread Affine|thread-affine]]
 
* [[Uno/Term/Thread Affine|thread-affine]]
code. The threading type of any code can be specified appropriately. The [[Uno/Term/Thread Unsafe|thread-unsafe]] type is the default type for any implementation.
+
objects. The threading type of any code can be specified appropriately.  
  
 
==Rationale==
 
==Rationale==
The [[Analysis/Multi-Threading]] shows OOo deficiencies wrt to multi-threading and thread-safeness. The [[Architecture/Goals for OOo Threading-Model&-Architecture]] identify three thread related types of code ([[Uno/Term/Thread Unsafe|thread-unsafe]], [[Uno/Term/Thread Safe|thread-safe]] and [[Uno/Term/Thread Affine|thread-affine]]).
+
The [[Analysis/Multi-Threading| analysis of multi-threading]] shows OOo deficiencies wrt to multi-threading and [[Uno/Term/Thread Safe|thread-safeness]]. The [[Architecture/Goals for OOo Threading-Model&-Architecture|goals for the OOo Threading-Model & -Architecture]] identify three thread related types of code, which ([[Uno/Term/Thread Unsafe|thread-unsafe]], [[Uno/Term/Thread Safe|thread-safe]] and [[Uno/Term/Thread Affine|thread-affine]]).
  
 
==API==
 
==API==
Line 21: Line 21:
 
* [[Uno/Spec/Purpose Environment]]
 
* [[Uno/Spec/Purpose Environment]]
 
* [[Uno/Spec/Environment Stack]]
 
* [[Uno/Spec/Environment Stack]]
* [[Uno/Spec/Implementation Environment]]
 
 
* [[Uno/Spec/Cascaded Mapping]]
 
* [[Uno/Spec/Cascaded Mapping]]
 
* [[Uno/Spec/Environment Substitution]]
 
* [[Uno/Spec/Environment Substitution]]
  
  
 +
[[Category:Draft]]
 +
[[Category:Spec]]
 +
[[Category:Uno]]
 
[[Category:Uno:Spec]]
 
[[Category:Uno:Spec]]
[[Category:draft]]
+
[[Category:Multi-Threading]]

Latest revision as of 07:08, 19 June 2007

Type: Specification State: draft Claim: optional

Feature

The Runtime provides dedicated support for implementing and handling

objects. The threading type of any code can be specified appropriately.

Rationale

The analysis of multi-threading shows OOo deficiencies wrt to multi-threading and thread-safeness. The goals for the OOo Threading-Model & -Architecture identify three thread related types of code, which (thread-unsafe, thread-safe and thread-affine).

API

Two thread related purposes:

Dependencies

Personal tools