Changes between Version 2 and Version 3 of PRO_LIB_CORE_THREAD_SAFETY_R0
- Timestamp:
- 12/29/08 15:57:54 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PRO_LIB_CORE_THREAD_SAFETY_R0
v2 v3 4 4 5 5 6 7 6 = Analysis = 8 The aim of this task is to9 10 7 == Overview == 11 ^(The analysis of the first revision of each task should contain a brief overview of the whole task. Stick to the current revision of the task, but keep an eye to the whole task progress, and stay alert for possible smells.)^ 8 The aim of this task is to make property library thread safety. 12 9 13 10 == Task requirements == 14 ^(Necessary requirements that the task must fulfill.)^ 11 * Find multi threads problem, which might the project have. 12 * Create a demo with related threads 13 * Create scenarios, which are showing how to handle with multithreading problems 15 14 16 15 == Task result == 17 The result of this task should be source code.16 The result of this task are two ot more demos. 18 17 19 18 == Implementation idea == 20 ^(It is advisable to include some rough implementations ideas.)^ 19 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] 21 20 22 21 == Related == … … 27 26 28 27 == How to demo == 29 ^(In this section you must add instructions for the demo of the task.)^ 30 28 * First demo works with related threads. 29 * The second demo implements scenarios. 30 31 31 = Design = 32 32