From c8901052264db06e554a5471b96eacfa038891b5 Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Tue, 21 Nov 2017 11:56:20 +0000 Subject: [PATCH] Update wikipage SCOOP implementation. (Signed-off-by:bmeyer). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1925 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../concurrent-eiffel-scoop/scoop-implementation.wiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 03ab7ef2..e78dc317 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 @@ -15,7 +15,7 @@ The differences between the EiffelStudio implementation of SCOOP and current and ==Supported concurrency mechanisms== -Although the SCOOP model can support virtually any underlying concurrency mechanism, the initial SCOOP implementation in EiffelStudio version 6.8 supports only one executable, using multiple process threads as SCOOP [[Concurrent programming with SCOOP#Processors|processors]]. +Although the SCOOP model can support any underlying concurrency mechanism, the current SCOOP implementation uses threads as SCOOP [[Concurrent programming with SCOOP#Processors|processors]]. ==Maximum number of SCOOP processors== @@ -52,7 +52,7 @@ and the type of my_query is separate, you should make ==Agents targeted to objects of separate types== -In version 6.8, agents targeted on separate objects are not supported. +Agents targeted on separate objects are currently not supported. =Workarounds=