What issues(thread sync issues?) may come up while migrating a multi-threaded application to windows 7 environment with multi-core processor?
Windows API
1
Posts
1
Posters
1
Views
1
Watching
-
I have a multi-threaded .NET application which was built on 2.0 framework, which I am migrating to windows 7 environment(and .NET 3.5) with multi-core processor. What are the various issue which might come up? Does anyone has this experience of facing any thread synchronization issues? If so, please share with me.Also please let me know about the coding changes required to resolve these issues.