Version 4 (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 are showing how to handle 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 this for more ideas - http://sophie2.org/trac/browser/trunk/sophie2-platform/modules/org.sophie2.core/src/test/java/org/sophie2/core/prolib/MultiThreadTest.java .
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.
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.)