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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Removed impl names. Added modules. Sorted by Project.)
m (Comphelper.)
Line 28: Line 28:
 
:** Declare exported services as "thread unsafe"
 
:** Declare exported services as "thread unsafe"
 
:* [http://util.openoffice.org/source/browse/util/comphelper/ module util/comphelper]:  
 
:* [http://util.openoffice.org/source/browse/util/comphelper/ module util/comphelper]:  
:** AsyncNotifier / ImplHelper / EventNotifierImpl - adapt to be usable by multiple threads.
+
:** AsyncEventNotifier / EventNotifierImpl - Already call "getComponent" at the "IEventProcessor" during construction of the "AsyncEventNotifier" and remember the object in a "free" reference.
 
:** Declare exported services as "thread unsafe":
 
:** Declare exported services as "thread unsafe":
 
:* [http://util.openoffice.org/source/browse/util/xmlhelp module util/xmlhelp]:
 
:* [http://util.openoffice.org/source/browse/util/xmlhelp module util/xmlhelp]:

Revision as of 15:16, 22 May 2006

Status: in progress

Specification
Basic Threading Architecture
Changes - Convert Office Modules to be Thread unsafe
Dependencies
Personal tools