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 -
The major reason is that there is not very much locking — it is all local to a process, and there are no system calls or communication on reads.
For example, if a process wants to read all the files in the directory, it can lock the whole directory and then do all the reads within the process without communication to other processes or system calls.
Mike
On May 27, 2018, at 8:45 PM, zbhhbzzbh <[email protected]<mailto:[email protected]>> wrote:
can sb explain why aerie is fast in multithread reading?
i can't understand the code ...please
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#1>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AQWyHlZtAUzguXRN1PnctmuVBRk7BIv7ks5t21a-gaJpZM4UPhX7>.
can sb explain why aerie is fast in multithread reading?
i can't understand the code ...please
The text was updated successfully, but these errors were encountered: