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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Updated table and time Frame.)
Line 7: Line 7:
 
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.
 
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.
  
The OOo Threading Effort attempts to clean-up OOos threading model (how to use threads) and to implement a [[Spec/Architecture/Threading/Basic | Basic Threading]] architecture (where and when to use threads), providing an overview and documentation of the threads used in OOo. Further progress is planned to be implemented in  [[Effort/Implementing Advanced Threading | another]] effort, eventually leading to an [[Spec/Architecture/Threading/Advanced | Advanced Threading]] architecture.
+
; Goal
 +
: The OOo Threading Effort attempts to clean-up OOos threading model (how to use threads) and to implement a [[Spec/Architecture/Threading/Basic | 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  [[Effort/Implementing Advanced Threading | another]] effort, eventually leading to an [[Spec/Architecture/Threading/Advanced | Advanced Threading]] architecture.
  
Current understanding of the topic lets us think, that the changes of OOo on behalf of the threading effort are going to be integrated early into the next major version (OOo 3), probably until mid 2006.
+
; 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.
  
The below tasks list gives a high level overview, of what needs to be done. Links to dedicated pages addressing the topics are going to be added while the project proceeds.
+
The below tasks list gives a high level overview, of what needs to be done.
  
{| style="vertical-align:top; text-align:left; background-color:#F0F0F0;"
+
{|border="1" cellspacing="0" class="wikitable"
|+ style="font-weight:bold; color:#FFFFFF; background-color:#00315A;" | Tasks
+
|+ Efforts
|- style="background-color:#99CCFF; font-weight:bold;"
+
|- style="background:#efefef;"  
| State || Changed || Title || Link  
+
| State || Effort || Link  
 
|-
 
|-
| 1.2 || 12/08/2005 || Collect Status of OOo Threading || [[Analysis/Multi Threading]]
+
| finished || Collect Status of OOo Threading || [[Analysis/Multi Threading]]
 
|-
 
|-
| 0.2 || 12/08/2005 || Goals for OOo Threading Model/Architecture || [[Architecture/Threading]]
+
| in progress || Define Goals for OOo Threading Model/Architecture || [[Architecture/Threading]]
 
|-
 
|-
| 0.1 || 12/08/2005 || Define OOo Threading Model || [[Spec/Threading Model]]
+
| in progress || Define OOo Threading Model || [[Spec/Threading Model]]
 
|-
 
|-
| in progress || 02/14/2006 || Implement OOo Threading Model || [[Uno/Effort/Creating the Uno Threading Framework]]
+
| in progress || Implement OOo Threading Model || [[Uno/Effort/Creating the Uno Threading Framework]]
 
|-
 
|-
| in progress || 12/08/2005 || Define OOo Threading Architecture || http://udk.openoffice.org/projects/OOo_Threading_Architecture/index.html
+
| in progress || Define OOo Threading Architecture || http://udk.openoffice.org/projects/OOo_Threading_Architecture/index.html
 
|-
 
|-
| open || 12/08/2005 || 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
|-
+
| open || 12/08/2005 || Summarize
+
 
|}
 
|}
  
 
[[Category:Effort]]
 
[[Category:Effort]]

Revision as of 09:27, 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.

The below tasks list gives a high level overview, of what needs to be done.

Efforts
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
Personal tools