Talk about coincidence: within minutes of your e-mail coming in, I
received an e-mail from Embarcadero announcing the RAD Studio
Parallel Programming Library. It may do want you want. Here's a link:
http://s608.t.en25.com/e/es?s=608&e=1254014
HTH
At 04:30 AM 11/20/2014, JH wrote:
I have an application that is updating 4 rather large display channels
in paintboxes. The CPU load for this is about 50% all in one single
core. All channels are waterfall displays showing changes over time, but
not necessary all changes, as updates take place at set intervals. I.e.
not based on new data being available.
I would like to add more display channels, but it would be best if
these, and maybe some of the existing had the CPU load moved to other
cores. As the existing form can not hold much more on the main desktop
available, I will thus have to create a new form on the extended desktop
on the secondary monitor, anyway.
I could write a whole new application handling the new channels and
receive data and control from the 'parent' through shared memory,
messaging etc, but is that the only option?
As the display channels have always 'just followed along' the incoming
data, synchronization should not be much of a problem.
_______________________________________________
Delphi mailing list
[email protected]
http://lists.elists.org/cgi-bin/mailman/listinfo/delphi
_______________________________________________
Delphi mailing list
[email protected]
http://lists.elists.org/cgi-bin/mailman/listinfo/delphi