Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

[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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant