You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We tried to use SI with the default library jcifs version 2.1.28 but the performance was very poor. We first thought might be a buffer size problem and tried to class shadow some internal spring and spring integration classes in order to boost performance but to no succes. Transferring a 200MB file took 13minutes+ no matter what. In the end we gave up using some SI components, build a custom component for file transfer to samba based on hierynomus/smbj library version 0.11.5 and our time transfer fall down to below 1m for 200MB.
The text was updated successfully, but these errors were encountered:
icstreispe
changed the title
Consider using another library instead of jcifs
Consider using another samba support library instead of jcifs
Mar 28, 2022
I have been using this library for over 2 years in Production now and I have never experienced the performance issues that you mentioned... have you profiled that it is JCIFS causing the slowdown?
We could move this to another SMB library, however that would be a radical change I would imagine and we would need to make sure that all the functionality of JCIFS is reflected in SMBJ. Are you willing to take on this work?
We tried to use SI with the default library
jcifs
version 2.1.28 but the performance was very poor. We first thought might be a buffer size problem and tried to class shadow some internal spring and spring integration classes in order to boost performance but to no succes. Transferring a 200MB file took 13minutes+ no matter what. In the end we gave up using some SI components, build a custom component for file transfer to samba based onhierynomus/smbj
library version 0.11.5 and our time transfer fall down to below 1m for 200MB.The text was updated successfully, but these errors were encountered: