Difference between revisions of "Effort/Revise OOo Multi-Threading"
m (→Tasks: Added more colors.) |
(→Tasks) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | Type: [[Uno/Term/Effort|Effort]] Status: | + | Type: [[Uno/Term/Effort|Effort]] Status: suspended Owner: [[KR|Kay Ramme]] |
The OOo Threading Effort attempts to clean-up OOos [[Uno/Term/Threading-Model|threading-model]] (how to use threads) and to implement a [[Spec/Threading-Architecture|specified 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/Implement Advanced Threading-Architecture|another]] effort, eventually leading to an [[Architecture/Proposal/Advanced Threading-Architecture|advanced threading-architecture]]. | The OOo Threading Effort attempts to clean-up OOos [[Uno/Term/Threading-Model|threading-model]] (how to use threads) and to implement a [[Spec/Threading-Architecture|specified 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/Implement Advanced Threading-Architecture|another]] effort, eventually leading to an [[Architecture/Proposal/Advanced Threading-Architecture|advanced threading-architecture]]. | ||
Line 10: | Line 10: | ||
==Time Frame== | ==Time Frame== | ||
− | + | Unfortunately, this effort is currently suspended due to other topics. It hopefully gets resumed after finishing [[Efforts/Packaging|Packaging]]. | |
==Tasks== | ==Tasks== | ||
Line 16: | Line 16: | ||
{|border="1" cellspacing="0" class="wikitable" | {|border="1" cellspacing="0" class="wikitable" | ||
|- style="background:#efefef;" | |- style="background:#efefef;" | ||
− | + | ! Title !! State | |
|- | |- | ||
| [[Analysis/Multi-Threading|Analyse OOo Multi-Threading]] || style="background:lightgreen;" | finished | | [[Analysis/Multi-Threading|Analyse OOo Multi-Threading]] || style="background:lightgreen;" | finished | ||
Line 32: | Line 32: | ||
| Specify [[Uno/Binary/Spec/Threading-Architecture|Binary Uno Threading-Architecture]] || style="background:lightyellow;" | draft | | Specify [[Uno/Binary/Spec/Threading-Architecture|Binary Uno Threading-Architecture]] || style="background:lightyellow;" | draft | ||
|- | |- | ||
− | | [[Uno/Effort/Binary/Adapt Threading-Architecture|Adapt Binary Uno Threading-Architecture]] || style="background: | + | | [[Uno/Effort/Binary/Adapt Threading-Architecture|Adapt Binary Uno Threading-Architecture]] || style="background:red;" | stalled |
|- | |- | ||
− | | [[Effort/Make VCL Thread-Transparent|Make VCL Thread-Transparent]] || style="background: | + | | [[Effort/Make VCL Thread-Transparent|Make VCL Thread-Transparent]] || style="background:red;" | stalled ({{Uno/CWS|SRC680|utf2}}) |
|- | |- | ||
− | | [[Effort/Implement Basic Threading-Architecture|Implement OOo threading-architecture]] || style="background: | + | | [[Effort/Implement Basic Threading-Architecture|Implement OOo threading-architecture]] || style="background:red;" | stalled ({{Uno/CWS|SRC680|utf2}}) |
|- | |- | ||
| [[Effort/Clean Up Anachronistic Threading Constructs]] || style="background:lightblue;" |open | | [[Effort/Clean Up Anachronistic Threading Constructs]] || style="background:lightblue;" |open | ||
Line 43: | Line 43: | ||
[[Category:Effort]] | [[Category:Effort]] | ||
+ | [[Category:Multi-Threading]] |
Latest revision as of 13:46, 7 January 2009
Type: Effort Status: suspended Owner: Kay Ramme
The OOo Threading Effort attempts to clean-up OOos threading-model (how to use threads) and to implement a specified 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.
Problem
More or less frequently people complain about OOo with 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.
Approach
Analyse the current state. Find and propose a solution, ideally based on Uno, and implement it.
Time Frame
Unfortunately, this effort is currently suspended due to other topics. It hopefully gets resumed after finishing Packaging.
Tasks
The below list of efforts and tasks shows what needs to be done.
Title | State |
---|---|
Analyse OOo Multi-Threading | finished |
Architecture/Goals for OOo Threading-Model&-Architecture | finished |
Define OOo threading-model | finished |
Define OOo threading-architecture | draft |
Specify extended Uno Threading-Model | finished |
Extend Binary Uno Threading-Model | finished (bunoexttm) |
Specify Binary Uno Threading-Architecture | draft |
Adapt Binary Uno Threading-Architecture | stalled |
Make VCL Thread-Transparent | stalled (utf2) |
Implement OOo threading-architecture | stalled (utf2) |
Effort/Clean Up Anachronistic Threading Constructs | open |