English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

The Microsoft .Net development platform has classes that allow the developer to create multithreaded applications but the current way opf doing so is complicated and not really a part of the languages themselve. Does anyone know if they're working any new keywords to make multithreading simpler and more integrated into VB.Net and C#

2007-02-21 02:02:43 · 1 answers · asked by aiguyaiguy 4 in Computers & Internet Programming & Design

1 answers

The thread class has ThreadAffinity member, if you change this your code can run on a different processor core. Also, for lock-free algorithms there are several existing functions. That being said, they could do a lot more for multi-core multi-threaded applications :) Personally, I would love to see OpenMP ported over for C# or other .net languages as that seems the best way to write mutli-core multi-threaded applications.

2007-02-21 02:11:15 · answer #1 · answered by Pfo 7 · 0 0

fedest.com, questions and answers