Version 6 (modified by niki, 16 years ago) (diff) |
---|
Analysis
Overview
The aim of this task is to make property library thread safety.
Task requirements
- Find multi threads problem, which might the project have.
- Create a demo with related threads
- Create scenarios, which describes how to deal with multithreading problems
Task result
The result of this task are two or more demos.
Implementation idea
- There is a demo which works with independent threads. You can see - http://sophie2.org/trac/browser/trunk/sophie2-platform/modules/org.sophie2.core/src/test/java/org/sophie2/core/prolib/MultiThreadTest.java .
- Find problems and create a scenarios which solve them.
Related
PRO_LIB_CORE_COMMONS_R0
PRO_LIB_MODEL_COMMON_R0?
PRO_LIB_MODEL_PRO_OBJECTS_R0?
PRO_LIB_MODEL_PRO_LISTS_R0
How to demo
- First demo works with related threads.
- The second demo implements scenarios or a document which descibes how to deal with the problems.
Design
Implementation
(Implementation results should be described and linked here (from the wiki or the repository))
Testing
Comments
(Write comments for this or later revisions here.)