How to Write a Multithread WPF application ?

Using Microsoft Windows Presentation Foundation and Syncfusion WPF Libraries
Post Reply
User avatar
PGilbert
Posts: 440
Joined: Sun Dec 13, 2009 8:46 pm
Location: Montréal, Québec, Canada

How to Write a Multithread WPF application ?

Post by PGilbert »

When writing a WPF application we have the choice of running the GUI on thread 0 and the business code on thread 1 or vice-versa.

Question: Is it all the same or one way is better than the other one on the long run ?

Thanks in advance,

Pierre Gilbert
User avatar
PGilbert
Posts: 440
Joined: Sun Dec 13, 2009 8:46 pm
Location: Montréal, Québec, Canada

Re: How to Write a Multithread WPF application ?

Post by PGilbert »

From a discussion with Michael Hughes it was recommended to use thread 0 for APL and the others threads for the GUI.

Thanks Michael.
Post Reply