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

Introduce socketpair abstraction for process local events #508

Open
elfenpiff opened this issue Nov 8, 2024 · 1 comment
Open

Introduce socketpair abstraction for process local events #508

elfenpiff opened this issue Nov 8, 2024 · 1 comment
Assignees

Comments

@elfenpiff
Copy link
Contributor

Brief feature description

Since the WaitSet must support file descriptors, the event messaging pattern must be based on file descriptors. Currently, the process local variant uses non-process local unix datagram sockets which violate the process local contract.

This can be solved by creating an abstraction for socketpair() and implementing an event concept on them so that it can be used in process local services.

@elfenpiff elfenpiff self-assigned this Nov 8, 2024
@elfenpiff
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant