quant
January 7th, 2009, 02:34 AM
hi all,
I thinking hereof writing cache of the data. I've solid stream(around one hundred megabits per second)of the binary data with determined sequence. I seem to doing cache because data packets might be to lost but they save selfs number of sequence and will be repeated. for example...
1,2,3,4,5(to lost on way),6,5,7,8... so on
Either packet has own data and client-side necessary as required sequence which be write to the file.
I thinking hereof writing cache of the data. I've solid stream(around one hundred megabits per second)of the binary data with determined sequence. I seem to doing cache because data packets might be to lost but they save selfs number of sequence and will be repeated. for example...
1,2,3,4,5(to lost on way),6,5,7,8... so on
Either packet has own data and client-side necessary as required sequence which be write to the file.