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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Impl/Architecture/Threading/Basic moved to Effort/Implement Basic Threading Architecture: This is actually an effort, and not an implementations descriptions.)
m (Fixed category.)
Line 17: Line 17:
 
:* [[Effort/Make Clipboard Thread Transparent|Make Clipboard Thread Transparent]]
 
:* [[Effort/Make Clipboard Thread Transparent|Make Clipboard Thread Transparent]]
  
[[Category:Impl:Architecture:Threading]]
+
[[Category:Effort]]

Revision as of 08:40, 16 May 2006

Specification
Basic Threading Architecture
Changes - Convert Office Modules to be Thread unsafe
  • comphelper:
    • AsyncNotifier / ImplHelper / EventNotifierImpl - adapt to be usable by multiple threads.
    • Declare exported services as "thread unsafe":
      • "IndexedPropertyValuesContainer"
      • "NamedPropertyValuesContainer"
      • "AnyCompareFactory"
      • "com.sun.star.comp.util.OfficeInstallationDirectories"
Dependencies
Personal tools