I am porting an app from another feed to work with the desktop API. My app gathers historical data for a SINGLE symbol, does a significant amount of calculation, analysis, and table building and then updates the real time activity.
After spending the last few weeks modifying things to work (with some success), I decided to run a test using multiple copies for different symbols as I do on the other data source. This didn't seem to work. I immediately received a subscript error on the first app when I triggered the second request. Normally I run 4-6 instances but I have run as many as 10 before.
I must say this caught me off guard. Is it not possible to run concurrent apps using the API?
david
After spending the last few weeks modifying things to work (with some success), I decided to run a test using multiple copies for different symbols as I do on the other data source. This didn't seem to work. I immediately received a subscript error on the first app when I triggered the second request. Normally I run 4-6 instances but I have run as many as 10 before.
I must say this caught me off guard. Is it not possible to run concurrent apps using the API?
david
Comment