Yes. That is correct.
I am getting data from RTD Server in sorted order. Problem was how to send it to AB.
Suppose, I send it in lots as and when received from server.
If Lot-1 contains data for 09:17:51.001 to 09:17:52.390 and
Lot-2 contains data for 09:17:52.391 to 09:17:53:430 and
I am using time stamp as HH:mm:ss then
data of Lot-2 will erase data of Lot-1 for time stamp 09:17:52.
Second problem is how to keep track of Lot number so that second thread sends next lot to Charting app.
That is the reason I was looking for milliseconds.
Ninja does not overwrite. That will show huge volumes if duplicate data is pushed.
I am getting data from RTD Server in sorted order. Problem was how to send it to AB.
Suppose, I send it in lots as and when received from server.
If Lot-1 contains data for 09:17:51.001 to 09:17:52.390 and
Lot-2 contains data for 09:17:52.391 to 09:17:53:430 and
I am using time stamp as HH:mm:ss then
data of Lot-2 will erase data of Lot-1 for time stamp 09:17:52.
Second problem is how to keep track of Lot number so that second thread sends next lot to Charting app.
That is the reason I was looking for milliseconds.
Ninja does not overwrite. That will show huge volumes if duplicate data is pushed.
We can go into details but milliseconds should be fine too and will probably be easier to code, so best to try it first ..