سؤال

In the interest of increasing performance, is it possible to read asynchronously from a CIFS mounted file, on linux?

Thanks!!!

هل كانت مفيدة؟

المحلول

Glibc's aio implementation creates threads to do the I/O, so it does not depend on the filesystem type to work. (On the other hand, that also means you can create your own threads instead, without missing out on much.)

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top