Click here to Skip to main content
15,886,017 members
Home / Discussions / C#
   

C#

 
GeneralRe: Threading inside WCF Pin
Manfred Rudolf Bihy19-Mar-13 22:51
professionalManfred Rudolf Bihy19-Mar-13 22:51 
GeneralRe: Threading inside WCF Pin
Nand3219-Mar-13 23:05
Nand3219-Mar-13 23:05 
GeneralRe: Threading inside WCF Pin
Steve4419-Mar-13 23:19
Steve4419-Mar-13 23:19 
GeneralRe: Threading inside WCF Pin
Nicholas Marty20-Mar-13 2:24
professionalNicholas Marty20-Mar-13 2:24 
AnswerRe: Threading inside WCF Pin
Steve4419-Mar-13 22:07
Steve4419-Mar-13 22:07 
GeneralRe: Threading inside WCF Pin
Nand3219-Mar-13 22:30
Nand3219-Mar-13 22:30 
AnswerRe: Threading inside WCF Pin
jschell20-Mar-13 8:49
jschell20-Mar-13 8:49 
GeneralRe: Threading inside WCF Pin
Steve4420-Mar-13 9:56
Steve4420-Mar-13 9:56 
Sometimes the execution order does not matter, but the publishing of the result (e.g. if your processing takes significant time before results are available). In this case you should spinup the threads and let them execute in any order as they will, but when the results are available wait for the completion of the "previous" thread and then publish your results.
Using a pattern like this would allow to use the parallel execution of the long processing and still have the serialized behavior at time of the publishing of the results.
QuestionBest way to integrate PowerPoint or slideviewer in C# Pin
Sachin k Rajput 19-Mar-13 20:22
Sachin k Rajput 19-Mar-13 20:22 
AnswerRe: Best way to integrate PowerPoint or slideviewer in C# Pin
Manfred Rudolf Bihy19-Mar-13 21:22
professionalManfred Rudolf Bihy19-Mar-13 21:22 
GeneralRe: Best way to integrate PowerPoint or slideviewer in C# Pin
Sachin k Rajput 19-Mar-13 22:51
Sachin k Rajput 19-Mar-13 22:51 
GeneralRe: Best way to integrate PowerPoint or slideviewer in C# Pin
DaveyM6920-Mar-13 0:26
professionalDaveyM6920-Mar-13 0:26 
GeneralRe: Best way to integrate PowerPoint or slideviewer in C# Pin
Sachin k Rajput 20-Mar-13 1:26
Sachin k Rajput 20-Mar-13 1:26 
Questionhow to index all the data from disk Pin
Member 888804419-Mar-13 7:53
Member 888804419-Mar-13 7:53 
AnswerRe: Sir, Dan Letecky post Desktop Search Application: Part 2 Pin
Dave Kreskowiak19-Mar-13 8:12
mveDave Kreskowiak19-Mar-13 8:12 
QuestionMaintaining Variables Pin
clugsy6419-Mar-13 5:38
clugsy6419-Mar-13 5:38 
AnswerRe: Maintaining Variables Pin
NotPolitcallyCorrect19-Mar-13 5:39
NotPolitcallyCorrect19-Mar-13 5:39 
GeneralRe: Maintaining Variables Pin
clugsy6419-Mar-13 5:52
clugsy6419-Mar-13 5:52 
AnswerRe: Maintaining Variables Pin
Simon_Whale19-Mar-13 5:59
Simon_Whale19-Mar-13 5:59 
AnswerRe: Maintaining Variables Pin
Pete O'Hanlon19-Mar-13 6:07
mvePete O'Hanlon19-Mar-13 6:07 
GeneralRe: Maintaining Variables Pin
clugsy6419-Mar-13 7:20
clugsy6419-Mar-13 7:20 
AnswerRe: Maintaining Variables Pin
Abhinav S19-Mar-13 18:17
Abhinav S19-Mar-13 18:17 
Questionread .sav-file Pin
ANahr19-Mar-13 4:40
ANahr19-Mar-13 4:40 
AnswerRe: read .sav-file Pin
NotPolitcallyCorrect19-Mar-13 4:53
NotPolitcallyCorrect19-Mar-13 4:53 
AnswerRe: read .sav-file Pin
Jegan Thiyagesan19-Mar-13 6:10
Jegan Thiyagesan19-Mar-13 6:10 

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.