[erlang-questions] Erlang NFS client

Max Lapshin max.lapshin@REDACTED
Sat Dec 8 10:58:24 CET 2012


Hi.

I've took code from jungerl ( https://github.com/msantos/erpcgen is actual
copy on github), generated stub code for mount3 and nfs_prot3 protocols and
written a small wrapper around them.

It works like a charm. Erlang can work with remote NFS storage (such as
enterprise NAS) faster and better than kernel driver.

For example scanning whole remote directory is done in async manner which
is much faster than plain find /mount/remote -type f

https://github.com/maxlapshin/nfs3

Thanks for erpcgen!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20121208/39b09c8a/attachment.htm>


More information about the erlang-questions mailing list