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

How about extracting file writing to a process? #572

Open
rufusvisaber opened this issue Jul 28, 2022 · 0 comments
Open

How about extracting file writing to a process? #572

rufusvisaber opened this issue Jul 28, 2022 · 0 comments

Comments

@rufusvisaber
Copy link

Recently I had a problem, message_queue_len reached 20000+, which is the number of business processes.
Then I found out.
The different file_backend is writting different file in one lager_event process.
Can it be optimized to separate different processes to write files?
Considering the problem of throttle, We can switch asyn or syn by the mailbox size of the write process.
I was able to understand the importance of sync_notice, so I was wondering if I could optimize processing speed in this way.
Can you please give me some advice?

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

No branches or pull requests

1 participant