Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Papyrus-RT/User/User Guide/Best Practices"

(Created page with "== Protocols == * '''Protocols should be defined from the client's perspective.'''<br />This means that the provider of the service defined by the protocol will have their por...")
 
(Protocols)
Line 1: Line 1:
 
== Protocols ==
 
== Protocols ==
* '''Protocols should be defined from the client's perspective.'''<br />This means that the provider of the service defined by the protocol will have their ports conjugated and the client's ports will by un-conjugated.
+
* '''Protocols should be defined from the client's perspective.'''<br />This means that the provider of the service defined by the protocol will have their ports conjugated and the client's ports will by un-conjugated. This makes sense as there will typically be more clients than service providers, so adopting this best practice will reduce the number of ports that need to be conjugated.

Revision as of 15:22, 1 September 2015

Protocols

  • Protocols should be defined from the client's perspective.
    This means that the provider of the service defined by the protocol will have their ports conjugated and the client's ports will by un-conjugated. This makes sense as there will typically be more clients than service providers, so adopting this best practice will reduce the number of ports that need to be conjugated.

Back to the top