haskell-distributed / haskell-distributed/distributed-process
[DP-05] Introduce convention for process registry
Nobody has claimed this yet.
- Dominant language
- Haskell
- Stars
- 751
- Forks
- 99
- Avg merge
- 45m
- Merged PRs (30d)
- 2
Description
[Imported from JIRA. Reported by Edsko de Vries @edsko) as DP-5 on 2012-11-07 15:51:10]
Some of the backends may register processes internally (like the logger process in SimpleLocalnet), and we may even register some standard processes in the core libraries too. The registered names for these processes should not clash with names that the user defines.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing how processes are registered in the core libraries and in backends such as SimpleLocalnet, including the logger process. Determine how internally registered names can remain distinct from names defined by users. Done means the project has an agreed convention that prevents these names from clashing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- distributed-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100