-
Notifications
You must be signed in to change notification settings - Fork 5
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
Fix poor performance. #1
Comments
Added debugging output on both client and server: Client: https://github.com/MDTech-us-MAN/SSNFS/blob/master/SSNFS-client/fuseclient.cpp#L489
Server: https://github.com/MDTech-us-MAN/SSNFS/blob/master/SSNFSd/ssnfsserver.cpp#L425
|
It seems that the second message from client to server takes 43ms while the rest are are closer to 1ms. What's going on here? |
Fixed in commit 8dd0d1c! |
Problem has returned in commit 9effd3f. |
The performance still has room to improve.
The text was updated successfully, but these errors were encountered: