Skip to content

Commit

Permalink
Update processes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nick1udwig authored May 13, 2024
1 parent 4e1a70b commit 34e9fd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/process/processes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ This section describes the message design as it relates to processes.

Each process instance has a globally unique identifier, or `Address`, composed of four elements.
- the publisher's node
- the package name (not to be confused with `PackageID`)
- the process name (not to be confused with `ProcessID`). Processes spawn with their own identifier (`process_name`): either a developer-selected string or a randomly-generated number as string.
- the package name (not to be confused with `PackageId`)
- the process name (not to be confused with `ProcessId`). Processes spawn with their own identifier (`process_name`): either a developer-selected string or a randomly-generated number as string.
- the node the process is running on (your node).

The way these elements compose is the following:
Expand Down

0 comments on commit 34e9fd9

Please sign in to comment.