Multithreading thread jammed?

manJ123

Member
Joined
Jul 23, 2008
Messages
6
Programming Experience
Beginner
Hi

I am building a small application that takes in stock market data through the Bloomberg API and passes it to various different screens. The bloomberg data is asynchronous and every time a fresh piece of data is ready it raises an event in my app, which in turn raises an event which I created. The bloomberg data is on its own thread, seperate from the main program. Half way into me program I load a window that displays some real time prices. When the window is finished loading the eventhandler is added, so the correct price update method is called when my event is raised by the bloomberg event. Every now and then after many times of running, the data just seems to stop coming in, its as if the bloomberg price thread is jammed, as the main thread is still fully functional

Does anyone have a clue as to what may be happening

Many thanks
 
Back
Top