-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RPC, synchron, asynchron richtig einordnen. #41
Conversation
Die vorige Einordnung war weitgehend falsch. Aus isaqb-org#26.
. Die Teilnehmer sollten verstehen, dass synchrone Kommunikation, zum | ||
Beispiel durch RPC, zeitliche Kopplung bedingt. Asynchrone | ||
Kommunikation ermöglicht, diese Kopplung aufzuweichen und erlaubt | ||
unter Umständen, dass ein System Fortschritt macht, ohne dass die |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unter Umständen, dass ein System Fortschritt macht, ohne dass die | |
unter Umständen, dass ein System den Request oder die Berechnung weiter bearbeiten kann, ohne dass die |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Fortschritt" ist eigentlich ein technischer Terminus, aber OK. Follow-up-PR kommt.
Beispiel durch RPC, zeitliche Kopplung bedingt. Asynchrone | ||
Kommunikation ermöglicht, diese Kopplung aufzuweichen und erlaubt | ||
unter Umständen, dass ein System Fortschritt macht, ohne dass die | ||
Antworten auf alle Anfragen schon vorliegen. Entkopplung lässt sich |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Antworten auf alle Anfragen schon vorliegen. Entkopplung lässt sich | |
asynchron an Backend-Systeme geschickten Anfragen bereits von diesen beantwortet wurden. Entkopplung lässt sich |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK.
Kommunikation ermöglicht, diese Kopplung aufzuweichen und erlaubt | ||
unter Umständen, dass ein System Fortschritt macht, ohne dass die | ||
Antworten auf alle Anfragen schon vorliegen. Entkopplung lässt sich | ||
außerdem durch selektive Kommunikation erreichen. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
außerdem durch selektive Kommunikation erreichen. | |
außerdem durch bewusste, selektive Kommunikation erreichen. |
Antworten auf alle Anfragen schon vorliegen. Entkopplung lässt sich | ||
außerdem durch selektive Kommunikation erreichen. | ||
. Die Teilnehmer verstehen, dass bei der Verwendung von Messaging | ||
gegenüber dem Aufruf lokaler Funktionen Verfügbarkeit und |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gegenüber dem Aufruf lokaler Funktionen Verfügbarkeit und | |
und der Kommunikation mit anderen System im Vergleich zum Aufruf lokaler Funktionen, die Verfügbarkeit und die |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK.
. Die Teilnehmer verstehen, dass bei der Verwendung von Messaging | ||
gegenüber dem Aufruf lokaler Funktionen Verfügbarkeit und | ||
Antwortzeiten des Systems beeinträchtigt werden können. | ||
. Die Teilnehmer wissen, dass es für Messaging Middleware gibt, die |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
. Die Teilnehmer wissen, dass es für Messaging Middleware gibt, die | |
. Die Teilnehmer wissen, dass es für Messaging sog. Message-Oriented Middleware gibt, die |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK.
gegenüber dem Aufruf lokaler Funktionen Verfügbarkeit und | ||
Antwortzeiten des Systems beeinträchtigt werden können. | ||
. Die Teilnehmer wissen, dass es für Messaging Middleware gibt, die | ||
bestimmte Aufgaben erleichtert. Nachrichten können optional |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bestimmte Aufgaben erleichtert. Nachrichten können optional | |
bestimmte Garantien gibt und dem Entwickler viele Aufgaben erleichtert. Nachrichten können optional |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, bis auf die geschlechtergerechte Sprache.
Follow-up to PR isaqb-org#41.
Review comments, English translation for PR #41.
Die vorige Einordnung war weitgehend falsch.
Aus #26.