Server side application (ptServer) after first read of log file should build index to speed up further re-reading/tailing of file. At first try maybe some simple hash map will do. Like: recordId -> filePositionInBytes
Indexing of each opened log file is implemented. Testing in progress.
Log in to post a comment.
Indexing of each opened log file is implemented. Testing in progress.