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

[protocol] Evaluate REST + Stream protocol #100

Open
lerwys opened this issue Sep 16, 2016 · 1 comment
Open

[protocol] Evaluate REST + Stream protocol #100

lerwys opened this issue Sep 16, 2016 · 1 comment

Comments

@lerwys
Copy link
Contributor

lerwys commented Sep 16, 2016

Issue by lerwys
Wednesday Jul 15, 2015 at 17:44 GMT
Originally opened as lnls-dig/bpm-sw#100


Problem: Often, we want our protocol to have a control (which can be slow, but has to be very extensible and easy to understand) part and a fast binary (for data acquisitions, which must be fast, but can be more complex and not so extensible).

Currently, we use a simple framing protocol on top of Malamute which does both jobs not so well. We do the control part OK, but the acquisition part we must poll the server for completion.

Possible solution: Implement a REST protocol (http://hintjens.com/blog:86, http://rfc.zeromq.org/spec:40) for the control part and a On-Demand Streamed Data (https://github.com/zeromq/malamute/blob/master/MALAMUTE.md) for the data acquisition part.

@lerwys
Copy link
Contributor Author

lerwys commented Aug 11, 2020

This will not be done soon. Removing priority label

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