From f8bc1261bc6cf3302f60076e0e0b1d079b9eab58 Mon Sep 17 00:00:00 2001 From: halw Date: Sat, 27 Oct 2012 13:25:41 +0000 Subject: [PATCH] Removed "SCOOP processor termination" restriction, due to implementation of processor collection. Author:halw Date:2012-10-27T13:25:41.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1198 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../concurrent-eiffel-scoop/scoop-implementation.wiki | 7 ------- 1 file changed, 7 deletions(-) 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 35684ab9..0b9f7621 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 @@ -18,13 +18,6 @@ The differences between the EiffelStudio implementation of SCOOP and current and 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 Eiffel with SCOOP#Processors|processors]]. -==SCOOP processor termination== - -In version 6.8, a SCOOP processor, once created does not terminate until the entire SCOOP application that created it terminates. This occurs when all processors in the application become idle, that is, when there are no more calls logged on any processor and no calls are in the process of being applied. - -In a future version, garbage collection will determine when a particular SCOOP processor may terminate. - - ==Maximum number of SCOOP processors== In the initial release, the allowable maximum number of SCOOP processors per system is 1024.