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

support single action live streams #57

Open
skaes opened this issue Nov 11, 2014 · 0 comments
Open

support single action live streams #57

skaes opened this issue Nov 11, 2014 · 0 comments

Comments

@skaes
Copy link
Owner

skaes commented Nov 11, 2014

It should be possible to have a live stream of a single controller action.

However, creating a live stream for every action is terribly wasteful: it would mean thousands of streams, to which nobody ever listens.

Thus we would need to modify the live stream server and the importer to be aware of which streams are being listened to and calculate the live stream data only for those streams.

Also, the ruby implementation of the live stream wouldn't cut it anymore: we'd need to move to C, with heartbeats and all the shizzle.

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