I have two questions for which I don't clearly find answers in the documents / already asked question on this forum.
1. What is the max number of active web socket / kite ticker connections one can have using an single api token?
2. Can we have two different processes running with different symbol / mode subscriptions on each, and only the corresponding ticks update will come to it?
Can we have two different processes running with different symbol / mode subscriptions on each, and only the corresponding ticks update will come to it?
But, I am still not clear about one thing. I will try to explain my question / requirement with example.
Lets say I have subscribed to symbols: INFY & WIPRO from machine A. From machine B, I have subscribed to SBIN & TECHM. Now the question is, will I get tick of only INFY & WIPRO on websocket started/connected with machine A and SBIN & TECHM on machine B? How it will work?
But, I am still not clear about one thing. I will try to explain my question / requirement with example.
Lets say I have subscribed to symbols: INFY & WIPRO from machine A. From machine B, I have subscribed to SBIN & TECHM. Now the question is, will I get tick of only INFY & WIPRO on websocket started/connected with machine A and SBIN & TECHM on machine B? How it will work?
machine a : will require 1 websocket connection that will fetch data for only infy and wipro
machine b : will require another websocket connection for sbin and techm
As @Imran said, above two WebSockets will be independent of each other, there will be no cross-connection.You can run the same and check.
will check same today and update here.
thanks for help