Click here to Skip to main content
15,879,535 members
Home / Discussions / C#
   

C#

 
AnswerRe: Change/Read Language used for Non-Unicode Programs Pin
Dave Kreskowiak30-Aug-10 11:56
mveDave Kreskowiak30-Aug-10 11:56 
Questionabout text editor. only text editor, not server or .... Pin
Fred 3429-Aug-10 23:11
Fred 3429-Aug-10 23:11 
GeneralRe: about text editor. only text editor, not server or .... Pin
Bigdeak29-Aug-10 23:35
Bigdeak29-Aug-10 23:35 
GeneralRe: about text editor. only text editor, not server or .... Pin
Fred 3431-Aug-10 2:34
Fred 3431-Aug-10 2:34 
AnswerRepost PinPopular
Pete O'Hanlon30-Aug-10 0:35
mvePete O'Hanlon30-Aug-10 0:35 
AnswerRe: about text editor. only text editor, not server or .... [modified] Pin
PIEBALDconsult30-Aug-10 3:16
mvePIEBALDconsult30-Aug-10 3:16 
AnswerRe: about text editor. only text editor, not server or .... Pin
Eddy Vluggen30-Aug-10 8:54
professionalEddy Vluggen30-Aug-10 8:54 
QuestionParallel and Thread running some mission ( code attached ) Pin
Yanshof29-Aug-10 22:49
Yanshof29-Aug-10 22:49 
I have some collection with object.
Each object need to do some mission.

Is it ok to run all the mission in this way ? ( using parallel and Thread together )
Is this will be efficient ?

Parallel.ForEach(ElementsCollection, element => element.Mission() );

public void Mission()
{
      new Thread( new ParameterizedThreadStart( Mission_) ).Start( this );
}

AnswerMessage Closed Pin
29-Aug-10 23:26
stancrm29-Aug-10 23:26 
GeneralRe: Parallel and Thread running some mission ( code attached ) Pin
Yanshof29-Aug-10 23:29
Yanshof29-Aug-10 23:29 
GeneralRe: Parallel and Thread running some mission ( code attached ) Pin
DaveyM6929-Aug-10 23:50
professionalDaveyM6929-Aug-10 23:50 
GeneralRe: Parallel and Thread running some mission ( code attached ) Pin
Yanshof29-Aug-10 23:55
Yanshof29-Aug-10 23:55 
GeneralRe: Parallel and Thread running some mission ( code attached ) Pin
DaveyM6930-Aug-10 0:23
professionalDaveyM6930-Aug-10 0:23 
GeneralRe: Parallel and Thread running some mission ( code attached ) Pin
Yanshof30-Aug-10 0:50
Yanshof30-Aug-10 0:50 
QuestionAutomatically Install Updated Application Version Pin
PDTUM29-Aug-10 12:34
PDTUM29-Aug-10 12:34 
AnswerRe: Automatically Install Updated Application Version Pin
Luc Pattyn29-Aug-10 12:59
sitebuilderLuc Pattyn29-Aug-10 12:59 
GeneralRe: Automatically Install Updated Application Version Pin
PDTUM29-Aug-10 13:23
PDTUM29-Aug-10 13:23 
GeneralRe: Automatically Install Updated Application Version Pin
Luc Pattyn29-Aug-10 13:42
sitebuilderLuc Pattyn29-Aug-10 13:42 
GeneralRe: Automatically Install Updated Application Version Pin
phil.o29-Aug-10 21:21
professionalphil.o29-Aug-10 21:21 
GeneralRe: Automatically Install Updated Application Version Pin
PDTUM30-Aug-10 3:47
PDTUM30-Aug-10 3:47 
GeneralRe: Automatically Install Updated Application Version Pin
phil.o30-Aug-10 6:02
professionalphil.o30-Aug-10 6:02 
AnswerRe: Automatically Install Updated Application Version [modified] Pin
Sunil G30-Aug-10 3:11
Sunil G30-Aug-10 3:11 
GeneralRe: Automatically Install Updated Application Version Pin
PDTUM30-Aug-10 3:56
PDTUM30-Aug-10 3:56 
GeneralRe: Automatically Install Updated Application Version Pin
Sunil G30-Aug-10 18:13
Sunil G30-Aug-10 18:13 
AnswerRe: Automatically Install Updated Application Version Pin
Matthew Klein30-Aug-10 14:38
Matthew Klein30-Aug-10 14:38 

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.