How to Write a Multithread WPF application ?
2 posts
• Page 1 of 1
How to Write a Multithread WPF application ?
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
Question: Is it all the same or one way is better than the other one on the long run ?
Thanks in advance,
Pierre Gilbert
-
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 ?
From a discussion with Michael Hughes it was recommended to use thread 0 for APL and the others threads for the GUI.
Thanks Michael.
Thanks Michael.
-
PGilbert - Posts: 440
- Joined: Sun Dec 13, 2009 8:46 pm
- Location: Montréal, Québec, Canada
2 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 0 guests
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group