From d7777c11a445b26c93843cc64c93d95006c62a66 Mon Sep 17 00:00:00 2001 From: halw Date: Thu, 9 Jun 2011 20:34:51 +0000 Subject: [PATCH] Added "threads as processors" limitation. Author:halw Date:2011-06-09T20:34:51.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@921 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../concurrent-eiffel-scoop/scoop-implementation.wiki | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-implementation.wiki b/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-implementation.wiki index 744902fa..2f40b126 100644 --- a/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-implementation.wiki +++ b/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-implementation.wiki @@ -15,6 +15,10 @@ The differences between the EiffelStudio implementation of SCOOP and current and =Known limitations= +==Supported concurrency mechanisms== + +Although the SCOOP model can support virtually any underlying concurrency mechanism, the initial SCOOP implementation supports only process threads as SCOOP [[Concurrent Eiffel with SCOOP#Processors|processors]]. + ==Separate anchored types== Applicable to version 6.8, prior to revision number 86657.