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
To include network latency when calculating transfer time in the case of SanStorage
Actual behavior :
Not including the latency
Suggestion
Instead of making two methods to get transfer time in both SanStorage and HarddriveStorage (getFileTransferTimePlusNetworkLatency for SanStorage and getTransferTime for HarddriveStorage), making one for HarddriveStorage, and then redefining It In the SanStorage class to take network latency in consideration will make It possible to use that one method directly on FileStorage objects in the predictFileTransferTime method of DatacenterSimple instead of writing new code for that.
The text was updated successfully, but these errors were encountered:
Are you working on this issue? Please let me know.
I've just fixed a critical issue (#135). So I suggest you update your fork, mainly if you are working on the issue you reported.
Hello @manoelcampos
I'll work on fixing It its just that Im new to contribution Using github been in the microsoft eco systeme for a while so I'll read the contribution guide and follow the guidelines the best i can
manoelcampos
changed the title
Cloudlet predicted file transfer time and SanStorage network latency
SanStorage network latency isn't included to compute Cloudlet's predicted file transfer time
Jun 27, 2018
Expected behavior:
To include network latency when calculating transfer time in the case of SanStorage
Actual behavior :
Not including the latency
Suggestion
Instead of making two methods to get transfer time in both SanStorage and HarddriveStorage (getFileTransferTimePlusNetworkLatency for SanStorage and getTransferTime for HarddriveStorage), making one for HarddriveStorage, and then redefining It In the SanStorage class to take network latency in consideration will make It possible to use that one method directly on FileStorage objects in the predictFileTransferTime method of DatacenterSimple instead of writing new code for that.
The text was updated successfully, but these errors were encountered: