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

Add batching UXS transport #1

Closed
m-ronnblom opened this issue Jun 22, 2020 · 1 comment
Closed

Add batching UXS transport #1

m-ronnblom opened this issue Jun 22, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@m-ronnblom
Copy link
Collaborator

Add a transport UXS to complement the UX and UXF transport. UXS would use SOCK_STREAM instead of SOCK_SEQPACKET. This, in combination with XCM-internal buffering (which the API already allows), will allow several messages to be sent/receive with a single syscall. This in turn might yield a performance benefit for applications that send multiple messages on the same connection, before doing a context switch.

@m-ronnblom m-ronnblom added the enhancement New feature or request label Jul 1, 2020
@m-ronnblom
Copy link
Collaborator Author

m-ronnblom commented Apr 20, 2022

This issue is superseded by issue #63.

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

No branches or pull requests

1 participant