Changes between Version 2 and Version 3 of PRO_LIB_CORE_THREAD_SAFETY_R0


Ignore:
Timestamp:
12/29/08 15:57:54 (16 years ago)
Author:
niki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PRO_LIB_CORE_THREAD_SAFETY_R0

    v2 v3  
    44 
    55 
    6  
    76= Analysis = 
    8 The aim of this task is to   
    9  
    107== 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.)^ 
     8The aim of this task is to make property library thread safety. 
    129 
    1310== 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 
    1514 
    1615== Task result == 
    17 The result of this task should be source code. 
     16The result of this task are two ot more demos. 
    1817 
    1918== Implementation idea == 
    20 ^(It is advisable to include some rough implementations ideas.)^ 
     19You 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] 
    2120 
    2221== Related == 
     
    2726 
    2827== 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     
    3131= Design = 
    3232