Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
パフォーマンスを向上させるために、Linux で CIFS マウント ファイルから非同期的に読み取ることは可能ですか?
ありがとう!!!
Glibc の aio 実装は、I/O を実行するスレッドを作成するため、動作するファイルシステムのタイプに依存しません。(一方で、これは、多くのことを逃さずに、代わりに独自のスレッドを作成できることも意味します。)