Robi. I will either have to burn a CD or FTP the files. It is too large to send as an email attachment. You can also do a remote console hookup to my PC and transfer the folders to your site. Let me know how you want to handle this. I have test files and the exe that I can send to you.
Today, during the marketday, I noticed a significant delay between my program mainline sending a SymbolRequest to eSignal and its return my program to continue my processing. I put in a trace to see if it was first returning to the Handler and then back to my mainlline, but it appears that the request comes back to the mainline NSI and not the handler. Also, the cpu consumption goes up to the high 90s and stays there for a second or two when I send the SymbolRequest. Is there any chance that eSignal is using a spin lock or some other technique that uses a too much cpu when under load?
Bill
Today, during the marketday, I noticed a significant delay between my program mainline sending a SymbolRequest to eSignal and its return my program to continue my processing. I put in a trace to see if it was first returning to the Handler and then back to my mainlline, but it appears that the request comes back to the mainline NSI and not the handler. Also, the cpu consumption goes up to the high 90s and stays there for a second or two when I send the SymbolRequest. Is there any chance that eSignal is using a spin lock or some other technique that uses a too much cpu when under load?
Bill
Comment