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

Update the Collector with a temporary File Buffer #1

Open
avodovnik opened this issue Nov 16, 2018 · 0 comments
Open

Update the Collector with a temporary File Buffer #1

avodovnik opened this issue Nov 16, 2018 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@avodovnik
Copy link
Owner

The Collector class could use a file buffer, instead of a memory one. Multiple approaches are possible, from having a two-threaded approach, and instead of POST-ing, we write to file every second, alternatively we can write to file immediately (we need to test the speed of this). A second thread would be to try and empty the file buffer.

@avodovnik avodovnik added help wanted Extra attention is needed good first issue Good for newcomers labels Nov 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant