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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: