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

Enable frontend to ask for packets within a time frame #6

Open
tmplt opened this issue Jun 19, 2021 · 0 comments
Open

Enable frontend to ask for packets within a time frame #6

tmplt opened this issue Jun 19, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@tmplt
Copy link
Member

tmplt commented Jun 19, 2021

So, the recv component of the frontend will simply copy what the backend sends it, and redraw the UI according to what the user asks. This approach will not scale. A better solution would be if the frontend queries the backend for what happens within a range of time. The backend already streams the trace to disk, we might as well revamp the implementation so it can dig up what the frontend asks for.

Originally posted by @tmplt in #3 (comment)


The backend should do all the heavy work. The less state that the frontend need keep tabs on, the better.

Will this require a database of some kind?

@tmplt tmplt added the enhancement New feature or request label Jun 19, 2021
@tmplt tmplt pinned this issue Dec 12, 2021
@tmplt tmplt added this to the v1.0.0 milestone Jan 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant