Difference between revisions of "Effort/Revise OOo Multi-Threading"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Updated table and time Frame.)
(Added chunks table.)
Line 13: Line 13:
 
: Current understanding of the topic lets us think, that the changes of OOo on behalf of the threading clean up effort are going to be integrated into some of the next updates and will probably mostly be finished until mid 2006.
 
: Current understanding of the topic lets us think, that the changes of OOo on behalf of the threading clean up effort are going to be integrated into some of the next updates and will probably mostly be finished until mid 2006.
  
The below tasks list gives a high level overview, of what needs to be done.
+
; Efforts
 
+
:The below tasks list gives a high level overview, of what needs to be done.
{|border="1" cellspacing="0" class="wikitable"
+
:{|border="1" cellspacing="0" class="wikitable"
|+ Efforts
+
 
|- style="background:#efefef;"  
 
|- style="background:#efefef;"  
 
| State || Effort || Link  
 
| State || Effort || Link  
Line 31: Line 30:
 
|-
 
|-
 
| open || Implement OOo Threading Architecture || http://udk.openoffice.org/projects/OOo_Threading_Architecture/index.html
 
| open || Implement OOo Threading Architecture || http://udk.openoffice.org/projects/OOo_Threading_Architecture/index.html
 +
|}
 +
 +
; Integration Chunks
 +
:{|border="1" cellspacing="0" class="wikitable"
 +
|- style="background:#efefef;"
 +
| Title || Content || State
 +
|-
 +
| Asynchronous Dialogs || [[Async_Dialogs]] || open
 +
|-
 +
| Extend Binary UNO Threading Model ||
 +
* [[Uno/Effort/Binary/Thread Affinity Bridge|Binary UNO Thread Affinity Bridge]]
 +
* [[Uno/Effort/Binary/Thread Unsafety Bridge|Binary UNO Thread Unsafety Bridge]]
 +
* [[Uno/Effort/Binary/Purpose Environment|Binary UNO Purpose Environment]]
 +
* [[Uno/Effort/Binary/Environment Stack|Binary UNO Environment Stack]]
 +
* [[Uno/Effort/Binary/Cascaded Mapping|Binary UNO Cascaded Mapping]]
 +
* [[Uno/Effort/Binary/Environment Substitution|Binary UNO Environment Substitution]]
 +
|| open
 +
|-
 +
| Extend C++ UNO Threading Model ||
 +
* [[Uno/Effort/Cpp/Purpose Environment| C++ UNO Purpose Environment]]
 +
* [[Uno/Effort/Cpp/Environment Stack|C++ UNO Environment Stack]]
 +
|| open
 +
|-
 +
| Make VCL Thread Transparent || [[Effort/Making_VCL_Thread_Transparent]] || open
 +
|-
 +
| Switch Binary/C++ UNO Threading Architecture || || open
 +
|-
 +
| Switch OOo Threading Architecture || || open
 
|}
 
|}
  
 
[[Category:Effort]]
 
[[Category:Effort]]

Revision as of 12:11, 28 April 2006

[1], [2]

Status: in progress

Cleaning up OOo Multi Threading

More or less frequently people complain about OOo in respect to multi threading. Either because it is complicated to implement a service, or that there is only few documentation, or that the UNO API is not thread safe, or that it does not scale etc.

Goal
The OOo Threading Effort attempts to clean-up OOos threading model (how to use threads) and to implement a Basic Threading architecture (where and when to use threads), providing an overview and documentation of the threads used in OOo. Further improvement is planned to be implemented in another effort, eventually leading to an Advanced Threading architecture.
Time Frame
Current understanding of the topic lets us think, that the changes of OOo on behalf of the threading clean up effort are going to be integrated into some of the next updates and will probably mostly be finished until mid 2006.
Efforts
The below tasks list gives a high level overview, of what needs to be done.
State Effort Link
finished Collect Status of OOo Threading Analysis/Multi Threading
in progress Define Goals for OOo Threading Model/Architecture Architecture/Threading
in progress Define OOo Threading Model Spec/Threading Model
in progress Implement OOo Threading Model Uno/Effort/Creating the Uno Threading Framework
in progress Define OOo Threading Architecture http://udk.openoffice.org/projects/OOo_Threading_Architecture/index.html
open Implement OOo Threading Architecture http://udk.openoffice.org/projects/OOo_Threading_Architecture/index.html
Integration Chunks
Title Content State
Asynchronous Dialogs Async_Dialogs open
Extend Binary UNO Threading Model open
Extend C++ UNO Threading Model open
Make VCL Thread Transparent Effort/Making_VCL_Thread_Transparent open
Switch Binary/C++ UNO Threading Architecture open
Switch OOo Threading Architecture open
Personal tools