You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you talk about passing a door through a door, it might be good to note that you're just using the feature that allows doors to pass file descriptors, just the descriptor in that case happens to be a door -- it could be a file, a socket, a pipe, etc.
This begs the question of whether there are other general means for passing descriptors to another process, and whether one could pass a door descriptor using those. If so it would be good to have a contrasting example so that I do not paint doors as more special than they really are.
The text was updated successfully, but these errors were encountered:
From u/jking13:
This begs the question of whether there are other general means for passing descriptors to another process, and whether one could pass a door descriptor using those. If so it would be good to have a contrasting example so that I do not paint doors as more special than they really are.
The text was updated successfully, but these errors were encountered: