Fuse-Based File System Performance Tips

I am comparing fusepy, a Java based NFS server, and native. I see that the native file system is 4 times faster, and, surprisingly, the Java-based NFS server is twice as fast compared to the fusepy loopback system. Any tips on improving file system performance based on fusepy or fuse-python. I run them on linux kernel 2.6.9, and the version for connecting fuses is 2.6.5.

+3
source share
1 answer

Check that python code is blocking somewhere?

0
source

Source: https://habr.com/ru/post/1756121/


All Articles