September 24th, 2005, 12:12 pm
Hi gjlipman, We tried using an on/off switch for the asynchronous real-time request via the ActiveX data control in VBA. We liked this because structure because we could reuse all the code we were using for historical requests of the same. It worked fine when it was OFF - naturally. But, would lock up the CPU at 100% when ON. We also tried a synchronous request on a timer. In this case, we requested the data, received it, waited, than did the same again. It took 40 seconds to receive the data, so then we waited 2 minutes on the timer, requested again, received in 30 seconds, waited 2 mins, requested again, then crashed...that's when we nixed both the asynchronous and synchronous requests using ActiveX...we sent the samples to Bloomberg, and afetr a bit of back and forth with their programming team, they responded by recommending RTD for real-time...which we are now testing...