From 7e2694dde5c842a933c2155b24c344ddf5728a02 Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Wed, 22 Nov 2017 06:10:23 +0000 Subject: [PATCH] Update wikipage SCOOP implementation. (Signed-off-by:bmeyer). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1926 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../scoop-implementation.wiki | 26 ------------------- 1 file changed, 26 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 e78dc317..d8176dd2 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 @@ -23,32 +23,6 @@ Although the SCOOP model can support any underlying concurrency mechanism, the c In the initial release, the allowable maximum number of SCOOP processors per system is 1024. -==Separate anchored types== - -Applicable prior to revision number 86657: - -Separate status for anchored types is not supported properly. So declarations of the form: - - - my_entity: separate like my_query - - -and - - - my_entity: separate like Current - - -should be used only if you are using revision 86657 or later. - -Also, if you use an anchored declaration such as: - - - my_entity: like my_query - - -and the type of my_query is separate, you should make sure you are using revision 86657 or later. - ==Agents targeted to objects of separate types==