Click here to Skip to main content
16,018,417 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: Node in a treeview Pin
led mike27-Feb-08 5:16
led mike27-Feb-08 5:16 
Generalmodel dialog box Pin
rose19626-Feb-08 22:40
rose19626-Feb-08 22:40 
GeneralRe: model dialog box Pin
led mike27-Feb-08 5:03
led mike27-Feb-08 5:03 
GeneralRe: model dialog box Pin
rose19627-Feb-08 5:25
rose19627-Feb-08 5:25 
GeneralSearching Files.. Pin
ptr2void26-Feb-08 18:00
ptr2void26-Feb-08 18:00 
GeneralRe: Searching Files.. Pin
led mike27-Feb-08 5:00
led mike27-Feb-08 5:00 
GeneralRe: Searching Files.. Pin
ptr2void27-Feb-08 17:48
ptr2void27-Feb-08 17:48 
GeneralRe: Searching Files.. Pin
led mike28-Feb-08 5:40
led mike28-Feb-08 5:40 
ptr2void wrote:
Yes I am assuming that threqads would make it faster..
Am I wrong?


No you are not wrong, um Yes you are wrong. See it's just not that simple, threading never is and anyone who tells you different either doesn't know that they are talking about or is an absolute genius and therefore their experience does not apply to you and me.

Creating threads and switching context between them takes resources and processing cycles so technically can "slow down" a procedure. If the execution context ( hardware, running software ) provides a scenario where multiple processors are available and therefore can more efficiently execute your procedure then yes it could be faster (emphasis on "could" because multiple processors are not the only criteria in your case since there is still only one bus and one drive that you are accessing and therefore caching will come into play as well), otherwise it will just be slower. Now how do you determine if the execution context is favorable? There almost is no way. Also even when it is favorable, how much faster would it be? Don't know but in your case likely negligible.

This is really far more complex than I am qualified to explain but have I provided even a small explanation that helps?


led mike

Generalusing office Word 2003/2007 Pin
javad_200526-Feb-08 6:22
javad_200526-Feb-08 6:22 
GeneralRe: using office Word 2003/2007 Pin
Paul Conrad29-Feb-08 8:04
professionalPaul Conrad29-Feb-08 8:04 
QuestionFirst contact with C++/CLI Pin
Luca Leonardo Scorcia25-Feb-08 23:35
professionalLuca Leonardo Scorcia25-Feb-08 23:35 
GeneralRe: First contact with C++/CLI Pin
Mark Salsbery26-Feb-08 8:44
Mark Salsbery26-Feb-08 8:44 
GeneralListbox Problem.. Pin
ptr2void25-Feb-08 22:28
ptr2void25-Feb-08 22:28 
GeneralRe: Listbox Problem.. Pin
Christian Graus25-Feb-08 22:30
protectorChristian Graus25-Feb-08 22:30 
GeneralRe: Listbox Problem.. Pin
ptr2void25-Feb-08 22:43
ptr2void25-Feb-08 22:43 
GeneralRe: Listbox Problem.. Pin
ptr2void25-Feb-08 23:34
ptr2void25-Feb-08 23:34 
QuestionHow to synchronize the system's configuration status between nodes? Pin
Member 454227225-Feb-08 3:03
Member 454227225-Feb-08 3:03 
GeneralConvert Struct Pin
javad_200524-Feb-08 1:35
javad_200524-Feb-08 1:35 
GeneralRe: Convert Struct Pin
prasad_som24-Feb-08 3:22
prasad_som24-Feb-08 3:22 
GeneralRe: Convert Struct Pin
javad_200524-Feb-08 5:36
javad_200524-Feb-08 5:36 
GeneralRe: Convert Struct Pin
Mark Salsbery24-Feb-08 10:17
Mark Salsbery24-Feb-08 10:17 
GeneralRe: Convert Struct Pin
javad_200525-Feb-08 2:14
javad_200525-Feb-08 2:14 
GeneralRe: Convert Struct Pin
Mark Salsbery25-Feb-08 5:50
Mark Salsbery25-Feb-08 5:50 
GeneralVisual c++ NET printing Pin
mikobi22-Feb-08 0:00
mikobi22-Feb-08 0:00 
GeneralRe: Visual c++ NET printing Pin
led mike22-Feb-08 6:59
led mike22-Feb-08 6:59 

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.