You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: