From 21450acda417e4fb9a488ffda2d5ba9af9b6bab7 Mon Sep 17 00:00:00 2001 From: halw Date: Wed, 15 Jun 2011 14:59:00 +0000 Subject: [PATCH] Author:halw Date:2011-06-10T18:54:43.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@923 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../concurrent-eiffel-scoop/scoop-implementation.wiki | 2 +- .../web-technology/eiffelweb/eiffelweb-tutorial/index.wiki | 2 +- 2 files changed, 2 insertions(+), 2 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 58241005..4bacdf13 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 @@ -21,7 +21,7 @@ Although the SCOOP model can support virtually any underlying concurrency mechan ==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 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. diff --git a/documentation/current/solutions/web-technology/eiffelweb/eiffelweb-tutorial/index.wiki b/documentation/current/solutions/web-technology/eiffelweb/eiffelweb-tutorial/index.wiki index 043ed065..aba636ca 100644 --- a/documentation/current/solutions/web-technology/eiffelweb/eiffelweb-tutorial/index.wiki +++ b/documentation/current/solutions/web-technology/eiffelweb/eiffelweb-tutorial/index.wiki @@ -3,7 +3,7 @@ [[Property:uuid|e2b93aea-ec1b-5897-0b0a-adc5681a1dcb]] The Common Gateway Interface (CGI) emerged as the first way to present dynamically generated information on the World Wide Web. It allows the computer to process forms filled by the user and return appropriate information.
-EiffelWeb was developed by Interactive Software Engineering to provide Eiffel developers access to the CGI technology. The library makes it possible to write Eiffel systems that interact directly with the WEB. +EiffelWeb was developed by Eiffel Software to provide Eiffel developers access to the CGI technology. The library makes it possible to write Eiffel systems that interact directly with the Web.