mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 23:32:42 +01:00
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
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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. <br/>
|
||||
|
||||
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.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user