Hello, well appreciated community!
At first I thougt about writing a long theoretical question.
But better to do it simple by telling what I've seen.
My application uses PB9 and GfxPro. (But I think, it is not a real third-party question).
The application uses two continous worker threads, carefully separated by the normal stuff of critical-sections, windows-events and context-switching.
It additionally has a graphical-panel with a lot of GDI-Objects.
The application works without a problem, showing the thread's execution- speed by changing icons in predefined intervals inside the progamm's main-window statusbar.
The very strange and the question's origin:
If one opens another application during runtime of the original program the exucution of the Pb-application explodes. After closing the additional other program it goes back to normal speed.
I've seen this after opening a web-camera application.
Another user told me about the same effect by opening internet-explorer.
All this happens on WinXp.
You can assume that this does not happen on a regular basis....
I think it a question of windows- memory organization????
But I cannot find a way to come closer...
Maybe You have an idea;
Many thanks for help and greetings from Germany
Heinz Grandjean
At first I thougt about writing a long theoretical question.
But better to do it simple by telling what I've seen.
My application uses PB9 and GfxPro. (But I think, it is not a real third-party question).
The application uses two continous worker threads, carefully separated by the normal stuff of critical-sections, windows-events and context-switching.
It additionally has a graphical-panel with a lot of GDI-Objects.
The application works without a problem, showing the thread's execution- speed by changing icons in predefined intervals inside the progamm's main-window statusbar.
The very strange and the question's origin:
If one opens another application during runtime of the original program the exucution of the Pb-application explodes. After closing the additional other program it goes back to normal speed.
I've seen this after opening a web-camera application.
Another user told me about the same effect by opening internet-explorer.
All this happens on WinXp.
You can assume that this does not happen on a regular basis....
I think it a question of windows- memory organization????
But I cannot find a way to come closer...
Maybe You have an idea;
Many thanks for help and greetings from Germany
Heinz Grandjean
Comment