Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize directory FindFiles by caching searches in the kernel #291

Closed
Corillian opened this issue Jul 19, 2016 · 1 comment
Closed

Optimize directory FindFiles by caching searches in the kernel #291

Corillian opened this issue Jul 19, 2016 · 1 comment

Comments

@Corillian
Copy link

From the discussion in #210.

The user-mode driver dokan.dll caches directory searches because the OS can request partial results from the same directory search multiple times. This caching should be moved into the kernel to avoid the two extra user/kernel mode transitions. Lastly Dokan should probably provide a way for the user-mode driver to invalidate this cache and notify the OS that the filesystem has changed. This is important if a driver is, for example, mirroring a remote FTP server and it notices that the remote directory has been modified.

@Liryna
Copy link
Member

Liryna commented May 5, 2024

This is now implemented from v2

@Liryna Liryna closed this as completed May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants