☰
Login
Signup
Home
›
Java client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
13.9K
All Categories
0
Incidents
156
Node JS client
40
Go client
793
.Net API client
380
Kite Publisher
537
.Net / VBA / Excel (3rd party)
458
Algorithms and Strategies
998
Java client
1.1K
API clients
404
PHP client
4K
Python client
347
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
May 2019
ksv
May 2019
sujith
Running multiple program under same account
ksv
May 2019
in
Java client
Hi Sujith,
I want to test multiple strategies with multiple programs(1 strategy per program).
Want to run these process in parallel. Am planning to use the access_token(which is valid per day).
Is this supported?
Please let me know. Thanks!
Tagged:
@sujith
sujith
May 2019
You can use one access token to run any number of strategies.
ksv
May 2019
Thanks Sujith.
One more follow up question, can we regenerate request token everytime and run these program in parallel?
Will it affect the program thats already running with previous request token?
sujith
May 2019
Yes, an app can only have one access token at any point in time. Your earlier session is killed before creating a new one.
ksv
May 2019
Thanks Sujith.
This discussion has been closed.
One more follow up question, can we regenerate request token everytime and run these program in parallel?
Will it affect the program thats already running with previous request token?