CESI: Architecture N Tiers
This commit is contained in:
@ -0,0 +1,22 @@
|
||||
msc {
|
||||
|
||||
wordwraparcs=true, hscale=2;
|
||||
|
||||
Client,Serveur;
|
||||
|
||||
--- [ label = "Mode synchrone (bloquant)" ];
|
||||
|
||||
Client->Serveur [ label = "Requête" ];
|
||||
Serveur->Serveur [ label = "Traitement de la requête" ];
|
||||
Serveur->Client [ label = "Réponse" ];
|
||||
|
||||
--- [ label = "Mode asynchrone (non bloquant)" ];
|
||||
|
||||
Client->Serveur [ label = "Requête" ];
|
||||
Serveur->Serveur [ label = "Création de la tâche #N" ];
|
||||
Serveur->Client [ label = "Réponse <Tâche #N créée>" ];
|
||||
... [ label = "" ];
|
||||
Serveur->Serveur [ label = "Exécution de la tâche #N" ];
|
||||
Serveur->Client [ label = "Résultat <Tâche #N terminée>" ];
|
||||
|
||||
}
|
BIN
cesi/architecture_n_tiers/ressources/schemas_slides.epgz
Normal file
BIN
cesi/architecture_n_tiers/ressources/schemas_slides.epgz
Normal file
Binary file not shown.
Reference in New Issue
Block a user