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
Hi, are you still working on this project?
I have a question, if many client call 'select log_error' at the same time, will the msg wrote to error file be mixed with each other? Because many threads write a single file at the same time.
If so, How to solve this problem? Do we need a lock to protect data before we write msg out?
The text was updated successfully, but these errors were encountered:
Hi, are you still working on this project?
I have a question, if many client call 'select log_error' at the same time, will the msg wrote to error file be mixed with each other? Because many threads write a single file at the same time.
If so, How to solve this problem? Do we need a lock to protect data before we write msg out?
The text was updated successfully, but these errors were encountered: