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

Message oriented BASP #81

Open
jakobod opened this issue Jun 30, 2020 · 0 comments
Open

Message oriented BASP #81

jakobod opened this issue Jun 30, 2020 · 0 comments

Comments

@jakobod
Copy link
Member

jakobod commented Jun 30, 2020

The application layer in the current design is message-oriented, while BASP is stream-oriented. We should think about reworking the current stream-oriented design to be message oriented, so that the underlying communication model stays
consistent.
An easy way to do so would be an adaptor that is situated directly on top of the transport abstraction. This adaptor could process the received data and create a message that is passed on further up the stack. This way, working with datagrams is less of a problem, while this change would not affect stream and message oriented transport protocols.

What do you think about this idea @Neverlord ?

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

No branches or pull requests

1 participant