Click here to Skip to main content
15,887,027 members
Home / Discussions / C#
   

C#

 
GeneralRe: parallel programming in c#????????? Pin
Scott Dorman31-Aug-07 5:53
professionalScott Dorman31-Aug-07 5:53 
GeneralRe: parallel programming in c#????????? Pin
pbraun31-Aug-07 5:52
pbraun31-Aug-07 5:52 
GeneralRe: parallel programming in c#????????? Pin
Judah Gabriel Himango31-Aug-07 8:11
sponsorJudah Gabriel Himango31-Aug-07 8:11 
GeneralRe: parallel programming in c#????????? Pin
pbraun31-Aug-07 10:53
pbraun31-Aug-07 10:53 
GeneralRe: parallel programming in c#????????? Pin
Judah Gabriel Himango1-Sep-07 8:50
sponsorJudah Gabriel Himango1-Sep-07 8:50 
AnswerRe: parallel programming in c#????????? Pin
ekynox30-Aug-07 15:38
ekynox30-Aug-07 15:38 
GeneralRe: parallel programming in c#????????? Pin
Judah Gabriel Himango31-Aug-07 4:07
sponsorJudah Gabriel Himango31-Aug-07 4:07 
AnswerRe: parallel programming in c#????????? Pin
Scott Dorman30-Aug-07 15:56
professionalScott Dorman30-Aug-07 15:56 
Parallel programming is not the same as multi-threading. In a parallel processing system you have multiple processors each with their own memory. These processors can run the same computational process, different processes, or parts of a single process independently and simulataneously without requiring context switching.

Multi-threading allows multiple threads of execution to occur on a single processor and requires context switching to move between the threads.

A single (physical) processor system can perform multi-threaded activities but not parallel processing, which a parallel processing system can be both multi-threaded and parallel.

As to being able to do parallel processing in C#, it currently isn't really possible. You need specific compilers and language instructions that allow you to take advantage of a parallel processor system. These are not available in C# or any of the .NET languages.


Scott.

—In just two days, tomorrow will be yesterday.

[Forum Guidelines] [Articles] [Blog]

GeneralRe: parallel programming in c#????????? Pin
Patrick Etc.30-Aug-07 18:10
Patrick Etc.30-Aug-07 18:10 
GeneralRe: parallel programming in c#????????? Pin
Scott Dorman31-Aug-07 5:47
professionalScott Dorman31-Aug-07 5:47 
GeneralRe: parallel programming in c#????????? Pin
ekynox30-Aug-07 19:07
ekynox30-Aug-07 19:07 
GeneralRe: parallel programming in c#????????? Pin
Scott Dorman31-Aug-07 5:45
professionalScott Dorman31-Aug-07 5:45 
GeneralRegAsm Pin
lost in transition 30-Aug-07 11:37
lost in transition 30-Aug-07 11:37 
GeneralRe: RegAsm Pin
Judah Gabriel Himango30-Aug-07 17:19
sponsorJudah Gabriel Himango30-Aug-07 17:19 
QuestionLook and Feel of Winforms Applications Pin
kaminem30-Aug-07 9:50
kaminem30-Aug-07 9:50 
AnswerRe: Look and Feel of Winforms Applications Pin
Scott Dorman30-Aug-07 10:14
professionalScott Dorman30-Aug-07 10:14 
AnswerRe: Look and Feel of Winforms Applications Pin
PIEBALDconsult30-Aug-07 11:32
mvePIEBALDconsult30-Aug-07 11:32 
AnswerRe: Look and Feel of Winforms Applications Pin
Patrick Etc.30-Aug-07 18:19
Patrick Etc.30-Aug-07 18:19 
AnswerRe: Look and Feel of Winforms Applications Pin
kaminem30-Aug-07 22:34
kaminem30-Aug-07 22:34 
QuestionBinding A StaticResource to a XPath expression Pin
User 309585930-Aug-07 8:36
User 309585930-Aug-07 8:36 
QuestionMy C#&micro based project Pin
shaikhooo30-Aug-07 8:03
shaikhooo30-Aug-07 8:03 
AnswerRe: My C#&micro based project Pin
Luc Pattyn30-Aug-07 8:14
sitebuilderLuc Pattyn30-Aug-07 8:14 
GeneralRe: My C#&micro based project Pin
ChrisKo31-Aug-07 13:24
ChrisKo31-Aug-07 13:24 
QuestionHelp using C++ DLL.. Pin
Dio2230-Aug-07 7:51
Dio2230-Aug-07 7:51 
AnswerRe: Help using C++ DLL.. Pin
leppie31-Aug-07 3:44
leppie31-Aug-07 3:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.