Skip to content
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

Handles #29

Open
5 tasks
vercas opened this issue Jan 30, 2018 · 0 comments
Open
5 tasks

Handles #29

vercas opened this issue Jan 30, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@vercas
Copy link
Owner

vercas commented Jan 30, 2018

The kernel needs a table of handles in the system, with a reference count, process ID, and index within that process's handles.
Each process needs a table to map local handle indexes to global handles.

  • Settle on the proposed structures of the two tables.

  • Implement kernel handle table

    • Make fast path wait-free
    • Investigate need for garbage collection
  • Implement process handle maps

    • [ ]

TODO: Finish the checklist...

@vercas vercas added the todo label Jan 30, 2018
@vercas vercas added this to the Balance milestone Jan 30, 2018
@vercas vercas self-assigned this Jan 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant