Difference between revisions of "Effort/Clean Up Anachronistic Threading Constructs"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Added category Architecture .)
Line 16: Line 16:
  
 
[[Category:Effort]]
 
[[Category:Effort]]
 +
[[Category:Architecture]]

Revision as of 17:21, 29 January 2007

Type: Effort
State: open

After switching to the new threading-architecture, OOo still uses many thread related constructs, which are not needed anymore.

Problem

Find and remove unnecessary locking and other thread related constructs, e.g.

  • unnecessary mutexes,
  • unnecessary delegations into the "main" thread,
  • the Solar-Mutex,
  • clipboard dedicated threads,
  • Drag&Drop dedicated threads.

(SolarMutex, vcl::ThreadExecutor)

Personal tools