Domanda

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

Thanks!!!

È stato utile?

Soluzione

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.)

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top