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

Major changes in memory usage #301

Merged
merged 11 commits into from
Mar 22, 2023
Merged

Major changes in memory usage #301

merged 11 commits into from
Mar 22, 2023

Conversation

noborus
Copy link
Owner

@noborus noborus commented Mar 7, 2023

Stops storing all read files in memory.
This change applies to regular files only,
not pipes or compressed files.

Change to control by channel to make
it work more asynchronously.

Change File Watch to Directory Watch
to react to file descriptor changes.

Stops storing all read files in memory.
This change applies to regular files only,
not pipes or compressed files.

Change to control by channel to make
it work more asynchronously.

Change File Watch to Directory Watch
to react to file descriptor changes.
@noborus
Copy link
Owner Author

noborus commented Mar 7, 2023

This partially resolves issue #201.

Recreated Exec and deprecated ExecCommand.
Separate the control part.
ControlNonFile integrated into ControlFile.
Follow the file name even if the file descriptor changes.
log needed a separate controller.
Cleaned up the debug output and cleaned up the code.
Added openFileReader to avoid duplication
@noborus noborus merged commit 22cb002 into master Mar 22, 2023
@noborus
Copy link
Owner Author

noborus commented Mar 22, 2023

Includes fix for #155

@noborus
Copy link
Owner Author

noborus commented Mar 22, 2023

I added a follow-name to resolve #254.

@noborus noborus deleted the part-in-memory branch June 1, 2023 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant