est ici un lien vers cette NFS client library, mais il semble prometteur, de citer:
The NFS client handles only one connection at a time, but no connection takes
very long.
Read requests must be for under 8000 bytes. This has to do with packet size.
You don't want to know.
Once 256 files are open simultaneously -- by all applications, since the client
does not discriminate between requests in any way -- file handles begin to be
overwritten. The client prints an error.
If the client has problems opening sockets it quits gracefully, including
returning a message over the socket to the application. The exception is if
it is given a bad hostname to mount, in which case it just responds with failure
rather than quitting.
If the formatting of the code looks messed up, it's because the code was written
half on a Mac (tab = 4 spaces).
Voici un autre lien qui pourrait expliquer la limitation des 256 dossiers ouverts simultanément ici sur sourceforge.net, voir B3 de la FAQ là sourceforge ...
Edit: Voici une question qui a été posté ici sur Stackoverflow en ce qui concerne la lecture récursive un répertoire qui peut être facilement modifié pour sCANDIR ...
pour quelle plateforme? – skaffman
de préférence iPhone, mais je vais me contenter de quoi que ce soit UNIX-y – reflog