Difference between revisions of "Uno/Effort/Binary/Adapt Threading-Architecture"

From Apache OpenOffice Wiki
< Uno
Jump to: navigation, search
m (Fixed section indention, again.)
m (Solution: Added links.)
Line 11: Line 11:
  
 
==Solution==
 
==Solution==
grep for "CPPU_CURRENT_LANGUAGE_BINDING_NAME" in the Binary Uno modules.
+
Grep for "CPPU_CURRENT_LANGUAGE_BINDING_NAME" in the Binary Uno modules.
* util/io    
+
* {{Uno/UDKlink|io|util}}
* udk/codemaker
+
* {{Uno/UDKlink|codemaker}}
* udk/cppu
+
* {{Uno/UDKlink|cppu}}
* udk/cppuhelper
+
* {{Uno/UDKlink|cppuhelper}}
* udk/idlc
+
* {{Uno/UDKlink|idlc}}
* udk/rdbmaker
+
* {{Uno/UDKlink|rdbmaker}}
* udk/registry
+
* {{Uno/UDKlink|registry}}
* udk/remotebridges
+
* {{Uno/UDKlink|remotebridges}}
* udk/salhelper
+
* {{Uno/UDKlink|salhelper}}
* udk/stoc
+
* {{Uno/UDKlink|stoc}}
* udk/testtools
+
* {{Uno/UDKlink|testtools}}
* udk/ure
+
* {{Uno/UDKlink|ure}}
* udk/vos
+
* {{Uno/UDKlink|vos}}
* udk/cpputools
+
* {{Uno/UDKlink|cpputools}}
  
 
==Tasks==
 
==Tasks==

Revision as of 15:07, 4 September 2006

State: in progress (UTF2)
Type: effort

Implement the new Uno threading architecture according to its specification.

Problem

  • Find and convert all Uno/Binary/Core Components to be thread-unsafe, identify exceptions.
  • Find and convert all public libraries to return free references, identify exceptions.
  • Find and convert all applications to be thread-unsafe, identify exceptions.
  • Convert threads to take new threading types into account.

Solution

Grep for "CPPU_CURRENT_LANGUAGE_BINDING_NAME" in the Binary Uno modules.

Tasks

Title State
Declare the "Stoc/CoreReflection" to be thread-unsafe UTF2
Declare the "Stoc/DefaultRegistry" to be thread-unsafe UTF2
Declare the "Stoc/ImplementationRegistration" to be thread-unsafe UTF2
Declare the "Stoc/Inspection" to be thread-unsafe UTF2
Declare the "Stoc/Invocation" to be thread-unsafe UTF2
Declare the "Stoc/Invocation Adapter Factory" to be thread-unsafe UTF2
Declare the "Stoc/Java Component Loader" to be thread-unsafe UTF2
Declare the "Stoc/Java VM" to be thread-unsafe UTF2
Declare the "Stoc/Shared Library Loader" to be thread-unsafe UTF2
Declare the "Stoc/Naming Service" to be thread-unsafe UTF2
Declare the "Stoc/Proxy Factory" to be thread-unsafe UTF2
Declare the "Stoc/Registry TD Provider" to be thread-unsafe UTF2
Declare the "Stoc/Security" to be thread-unsafe UTF2
Declare the "Stoc/ServiceManager" to be thread-unsafe UTF2
Declare the "Stoc/SimpleRegistry" to be thread-unsafe UTF2
Declare the "Stoc/TD Manager" to be thread-unsafe UTF2
Declare the "Stoc/Type Conversion" to be thread-unsafe UTF2
Declare the "Stoc/Uri Proc" to be thread-unsafe UTF2
Declare the "IO/****" to be thread-unsafe UTF2
Make "CPPUHELPER" environment free UTF2
Personal tools