Changes between Version 5 and Version 6 of PRO_LIB_CORE_THREAD_SAFETY_R0
- Timestamp:
- 12/29/08 16:13:33 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified PRO_LIB_CORE_THREAD_SAFETY_R0
v5 v6 18 18 == Implementation idea == 19 19 * 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] . 20 20 * Find problems and create a scenarios which solve them. 21 21 22 22 == Related == … … 28 28 == How to demo == 29 29 * First demo works with related threads. 30 * The second demo implements scenarios .30 * The second demo implements scenarios or a document which descibes how to deal with the problems. 31 31 32 32 = Design =