Ticks per day

pranksterguru
Is it possible you can give the total number of ticks you stream for nifty index or any other product ? i have realized that if my program takes 100% of CPU usage, it is skipping many ticks. i just want to tally if the total number of ticks sent and received are same

This information is for all the developers. please receive the ticks in a new thread. if you you are receiving the ticks in the same thread as the main thread, it is possible that you may miss some tick data
  • rakeshr
    Is it possible you can give the total number of ticks you stream for nifty index or any other product ?
    No, we don't store count for the ticks, until we are trying to debug something in the ticker.
    i have realized that if my program takes 100% of CPU usage, it is skipping many ticks
    Yes, it's because of the ticker main thread getting blocked.
    please receive the ticks in a new thread.
    Yes, there are a couple of FAQs regarding the same here as well.
  • pranksterguru
    i can understand that you do not store the total counts. but, could you please debug and post it atleast once? it will help us analyse performance issues and set a benchmark on how many ticks will be received in average.
Sign In or Register to comment.