10-03-2008, 08:59 PM
Yea...thought so..thats how I have implemented it for now. Currently, I am dividing the file into hard-coded parts say 10 or 20.
What my idea is to divide the file into parts which can be send across in one network call. I know I sound confusing.
My home example -
Broadband Connection : 512K i.e. 64 KB per second. So I would like to break my parts into maybe 55 KB or so.
What I tried was sending a 16K packet and calculating the time difference and finally get a KB/Sec value. But it is not accurate. Each time got a difference of 10KB/Sec.
Any ideas ?
What my idea is to divide the file into parts which can be send across in one network call. I know I sound confusing.
My home example -
Broadband Connection : 512K i.e. 64 KB per second. So I would like to break my parts into maybe 55 KB or so.
What I tried was sending a 16K packet and calculating the time difference and finally get a KB/Sec value. But it is not accurate. Each time got a difference of 10KB/Sec.
Any ideas ?
IBM Mainframe Expert who Plays with QM a LOT !