mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-06 23:02:28 +01:00
Update wikipage SCOOP implementation. (Signed-off-by:bmeyer).
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1925 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -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 <code>my_query</code> is <code>separate</code>, 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=
|
||||
|
||||
Reference in New Issue
Block a user