Hi Eric,
I have created the smallest extension possible, with none of my code other than the extraction of the string from the event.
This runs fine for a while then starts pausing and eventually locks the fiddler GUI.
I have never found a problem with fiddler, and as I am opening 60 application windows each with its own websocket, I think it fair to assume I am pushing my quad core processor to its limits.
So for now I will revert back to using mobile dongle (forcing HTTP) which works wonderfully.
Fiddler is a great product and in a short time allowed me to build a solution, even though I had never looked at a C program 2 months ago, or new anything about coms.
Fiddler allows me to monitors the behaviour of many "Stock Market Shares" one displayed in each minimised window.
My extension then applies my algorithm to calculates an indicator of the expected direction of the overall market Index.
I then have a client program that calls once a second (using WCF) a thread in the fiddler extension to get a snap shot.
It displays market activity and finally the point of all this;- it draws in a real time graph the indicator resulting from my algorithm.
This is for my use to prove the effectiveness of the algorithm in real time not as a product.
Hope I haven't bored you,
Thank you for all your help.
Nigel