Threading
C#
3
Posts
3
Posters
0
Views
1
Watching
-
Hello I was wondering : when I use System.Threading and use files, do I have a process switch or will another thread in the program get the remaining time share. Clint
-
Hello I was wondering : when I use System.Threading and use files, do I have a process switch or will another thread in the program get the remaining time share. Clint
Also, if you're going to be writing a multi threaded app, be sure to make your data thread safe using syncronization objects, or one thread could overwrite your data while you're working with it in another thread.
Author of The Career Programmer and Unite the Tribes www.PracticalStrategyConsulting.com