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

C#

 
GeneralRe: Windows Identity of the currently logged in user Pin
Eddy Vluggen21-Oct-09 3:18
professionalEddy Vluggen21-Oct-09 3:18 
GeneralRe: Windows Identity of the currently logged in user Pin
ramz_g21-Oct-09 19:15
ramz_g21-Oct-09 19:15 
QuestionSafe Parallel loops Pin
tvbarnard20-Oct-09 21:49
tvbarnard20-Oct-09 21:49 
AnswerRe: Safe Parallel loops Pin
stancrm20-Oct-09 22:27
stancrm20-Oct-09 22:27 
GeneralRe: Safe Parallel loops Pin
tvbarnard20-Oct-09 22:44
tvbarnard20-Oct-09 22:44 
GeneralRe: Safe Parallel loops Pin
stancrm20-Oct-09 22:55
stancrm20-Oct-09 22:55 
GeneralRe: Safe Parallel loops Pin
tvbarnard20-Oct-09 23:06
tvbarnard20-Oct-09 23:06 
AnswerRe: Safe Parallel loops [modified] Pin
Hristo-Bojilov20-Oct-09 22:38
Hristo-Bojilov20-Oct-09 22:38 
When syncronizing you would better avoid using mutexes and other kernel primitives.Just use monitors (locks) -they are about 20 times more faster and efficient than the mutexes and the other primitives. Smile | :)
And do not use large matrixes they could damage the app performance use vectors only.

[EDIT]
Replace large matrixes in your code with vectors.Use matrixes with small number of elements only.Cool | :cool:

Life is a stage and we are all actors!

modified on Wednesday, October 21, 2009 6:04 AM

GeneralRe: Safe Parallel loops Pin
tvbarnard20-Oct-09 22:45
tvbarnard20-Oct-09 22:45 
GeneralRe: Safe Parallel loops Pin
Hristo-Bojilov20-Oct-09 23:55
Hristo-Bojilov20-Oct-09 23:55 
GeneralRe: Safe Parallel loops Pin
tvbarnard20-Oct-09 22:47
tvbarnard20-Oct-09 22:47 
GeneralRe: Safe Parallel loops Pin
tvbarnard20-Oct-09 22:58
tvbarnard20-Oct-09 22:58 
GeneralRe: Safe Parallel loops Pin
Luc Pattyn21-Oct-09 2:47
sitebuilderLuc Pattyn21-Oct-09 2:47 
GeneralRe: Safe Parallel loops Pin
tvbarnard21-Oct-09 3:06
tvbarnard21-Oct-09 3:06 
QuestionEmbed image to an e-mail and not a link… Pin
anderslundsgard20-Oct-09 21:27
anderslundsgard20-Oct-09 21:27 
AnswerRe: Embed image to an e-mail and not a link… Pin
Christian Graus20-Oct-09 21:42
protectorChristian Graus20-Oct-09 21:42 
AnswerRe: Embed image to an e-mail and not a link… Pin
Giorgi Dalakishvili20-Oct-09 23:36
mentorGiorgi Dalakishvili20-Oct-09 23:36 
QuestionProblem in accessing the COM port. "Access denied for COM1 " Pin
pallaka20-Oct-09 21:09
pallaka20-Oct-09 21:09 
AnswerRe: Problem in accessing the COM port. "Access denied for COM1 " Pin
stancrm20-Oct-09 21:24
stancrm20-Oct-09 21:24 
GeneralRe: Problem in accessing the COM port. "Access denied for COM1 " Pin
pallaka20-Oct-09 21:46
pallaka20-Oct-09 21:46 
GeneralRe: Problem in accessing the COM port. "Access denied for COM1 " Pin
stancrm20-Oct-09 22:28
stancrm20-Oct-09 22:28 
GeneralRe: Problem in accessing the COM port. "Access denied for COM1 " Pin
pallaka20-Oct-09 22:30
pallaka20-Oct-09 22:30 
GeneralRe: Problem in accessing the COM port. "Access denied for COM1 " Pin
stancrm20-Oct-09 22:34
stancrm20-Oct-09 22:34 
GeneralRe: Problem in accessing the COM port. "Access denied for COM1 " Pin
pallaka20-Oct-09 22:40
pallaka20-Oct-09 22:40 
GeneralRe: Problem in accessing the COM port. "Access denied for COM1 " Pin
stancrm20-Oct-09 22:49
stancrm20-Oct-09 22:49 

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.