skaes / logjam_core

the engine which powers the logjam application
GNU General Public License v3.0
56 stars 7 forks source link

support single action live streams #57

Open skaes opened 9 years ago

skaes commented 9 years ago

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.