Processes #1

Closed
opened 2022-10-07 15:59:32 +00:00 by apio · 1 comment
Owner

We have Tasks, which correspond to a running thread. But we are missing Processes, to group threads and implement separate address spaces. This is an important feature but it will take a while to develop.

We have Tasks, which correspond to a running thread. But we are missing Processes, to group threads and implement separate address spaces. This is an important feature but it will take a while to develop.
apio added the
enhancement
label 2022-10-07 15:59:32 +00:00
apio self-assigned this 2022-10-07 15:59:32 +00:00
apio added this to the (deleted) milestone 2022-10-07 16:01:53 +00:00
Author
Owner

I think our Task structure is complex enough that it can be considered a process. We don't need separate threads of execution at this point in time, I think - that will be a concern for later.

What we do still need is multiple address spaces, so each process gets one.

I think our Task structure is complex enough that it can be considered a process. We don't need separate threads of execution at this point in time, I think - that will be a concern for later. What we do still need is multiple address spaces, so each process gets one.
apio closed this issue 2022-10-12 14:11:57 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: apio/Luna#1
No description provided.