cryptomator / dokany-nio-adapter

Dokany-based adapter to provide directory contents specified by a java.nio.file.Path (via dokan-java)
GNU Affero General Public License v3.0
14 stars 4 forks source link

Use Multithreading #4

Closed infeo closed 5 years ago

infeo commented 6 years ago

Version: 0.1.1 Currently dokany uses only one thread for handling filesystem requests. This is due to its beta status and to track down basic (and non-multithreading-related) errors: https://github.com/cryptomator/dokany-nio-adapter/blob/7f5104f1a0cce79409069059d26c08878013728a/src/main/java/org/cryptomator/frontend/dokany/MountFactory.java#L26

To increase performance, we should switch in a not-to-distant-future release to multithreading.