Commit 1e0d4cf1 authored by Marco Mariani's avatar Marco Mariani

typos

parent 0703857a
...@@ -98,5 +98,5 @@ Examples ...@@ -98,5 +98,5 @@ Examples
>>> # Fetch existing instance status >>> # Fetch existing instance status
>>> request(kvm, "myuniquekvm").getState() >>> request(kvm, "myuniquekvm").getState()
>>> # Fetch instance informations on already launched instance >>> # Fetch instance information on already launched instance
>>> request(kvm, "myuniquekvm").getConnectionParameter("url") >>> request(kvm, "myuniquekvm").getConnectionParameter("url")
...@@ -16,7 +16,7 @@ How it works ...@@ -16,7 +16,7 @@ How it works
The SLAP main server which is in charge of service coordination receives from participating servers the number of computer paritions which are available, the type of resource which a party is ready provide, and request from parties for resources which are needed. The SLAP main server which is in charge of service coordination receives from participating servers the number of computer paritions which are available, the type of resource which a party is ready provide, and request from parties for resources which are needed.
Each participating server is identified by a unique ID and runs a slap-server daemon. This dameon collects from the main server the installation tasks and does the installation of resources, then notifies the main server of completion whenever a resource is configured, installed and available. Each participating server is identified by a unique ID and runs a slap-server daemon. This daemon collects from the main server the installation tasks and does the installation of resources, then notifies the main server of completion whenever a resource is configured, installed and available.
The data structure on the main server is the following: The data structure on the main server is the following:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment