From b52800f152a73ee55797cc857769f0d9f7b54ec8 Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Wed, 22 Nov 2017 07:44:02 +0000 Subject: [PATCH] Update wikipage SCOOP implementation. (Signed-off-by:bmeyer). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1929 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../concurrent-eiffel-scoop/scoop-implementation.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/17.05/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-implementation.wiki b/documentation/17.05/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-implementation.wiki index 1f78fdd8..f821e326 100644 --- a/documentation/17.05/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-implementation.wiki +++ b/documentation/17.05/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-implementation.wiki @@ -11,7 +11,7 @@ The implementation of SCOOP is the result of many years of design and refinement ==Supported concurrency mechanisms== -Although the SCOOP model can support any underlying concurrency mechanism, the current SCOOP implementation uses threads as SCOOP [[Concurrent programming with SCOOP#Processors|processors]]. +At the core of the SCOOP model lies the notion of [[Concurrent programming with SCOOP#Processors|processor]]: a mechanism that can execute instructions sequentially. As a general model covering many forms of concurrency, SCOOP allows many possible implementations of this concept. In the EiffelStudio implementation, processors are implemented as threads of the operating system. ==Maximum number of SCOOP processors==