Difference between revisions of "Effort/Implement Basic Threading-Architecture"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Specification: Fixed link.)
m (Implement Basic Threading Architecture)
Line 1: Line 1:
 
Status: in progress
 
Status: in progress
  
== Implement Basic Threading Architecture ==
+
==Implement Basic Threading Architecture==
  
=== Specification ===
+
===Specification ===
 
See [[Spec/Architecture/Threading|Threading Architecture]].
 
See [[Spec/Architecture/Threading|Threading Architecture]].
  
=== Changes ===
+
===Changes===
 
Convert the Office Components to be [[Uno/Term/Thread Unsafe|thread unsafe]]
 
Convert the Office Components to be [[Uno/Term/Thread Unsafe|thread unsafe]]
 
* [http://dba.openoffice.org/source/browse/dba/connectivity/ module dba/connectivity]:
 
* [http://dba.openoffice.org/source/browse/dba/connectivity/ module dba/connectivity]:
Line 55: Line 55:
 
* [[Effort/Make D&D Thread Transparent|Make D&D Thread Transparent]]
 
* [[Effort/Make D&D Thread Transparent|Make D&D Thread Transparent]]
 
* [[Effort/Make Clipboard Thread Transparent|Make Clipboard Thread Transparent]]
 
* [[Effort/Make Clipboard Thread Transparent|Make Clipboard Thread Transparent]]
 +
  
 
[[Category:Effort]]
 
[[Category:Effort]]

Revision as of 12:58, 5 July 2006

Status: in progress

Implement Basic Threading Architecture

Specification

See Threading Architecture.

Changes

Convert the Office Components to be thread unsafe

Dependencies

Personal tools