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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Efforts&Tasks: Switch column order.)
(Merged integration chunks back into task list.)
Line 30: Line 30:
 
|-
 
|-
 
| [[Effort/Remove Old Threading Constructs|Remove Old Threading Constructs]] (SolarMutex, vcl::ThreadExecutor) || open
 
| [[Effort/Remove Old Threading Constructs|Remove Old Threading Constructs]] (SolarMutex, vcl::ThreadExecutor) || open
|}
 
 
===Integration Chunks===
 
:{|border="1" cellspacing="0" class="wikitable"
 
|- style="background:#efefef;"
 
| Title || Content || State
 
 
|-
 
|-
| Asynchronous Dialogs || [[Async_Dialogs]] || open
+
| [[Async_Dialogs|Asynchronous Dialogs]] || open
 
|-
 
|-
| Extended Binary UNO Threading Model ||
+
| [[Effort/Making_VCL_Thread_Transparent|Thread Transparent VCL]] || open
* [[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
+
 
|-
 
|-
| Extended C++ UNO Threading Model ||
+
| [[Effort/Implement Basic Threading Architecture|New OOo Threading Architecture]] || open
* [[Uno/Effort/Cpp/Purpose Environment| C++ UNO Purpose Environment]]
+
* [[Uno/Effort/Cpp/Environment Stack|C++ UNO Environment Stack]]
+
|| open
+
|-
+
| Thread Transparent VCL || [[Effort/Making_VCL_Thread_Transparent]] || open
+
|-
+
| New UNO Threading Architecture || || open
+
|-
+
| New OOo Threading Architecture || [[Effort/Implement Basic Threading Architecture]] || open
+
 
|}
 
|}
  
  
 
[[Category:Effort]]
 
[[Category:Effort]]

Revision as of 15:39, 28 June 2006

Status: in progress
type: effort

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.

Mission

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&Tasks

The below list of efforts and tasks shows what needs to be done.
Title State
Collect Status of OOo Threading finished
Define Goals for OOo Threading Model/Architecture finished
Define OOo Threading Model finished
Implement OOo Threading Model in progress
Specify Threading Architecture in progress
Implement Basic Threading Architecture in progress
Remove Old Threading Constructs (SolarMutex, vcl::ThreadExecutor) open
Asynchronous Dialogs open
Thread Transparent VCL open
New OOo Threading Architecture open
Personal tools