Click here to Skip to main content
15,914,642 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Multithreading Pin
programmervb.netc++15-Mar-10 16:57
programmervb.netc++15-Mar-10 16:57 
GeneralRe: Multithreading Pin
Luc Pattyn15-Mar-10 17:31
sitebuilderLuc Pattyn15-Mar-10 17:31 
QuestionEmbarrassing but true Pin
programmervb.netc++15-Mar-10 14:27
programmervb.netc++15-Mar-10 14:27 
AnswerRe: Embarrassing but true Pin
Luc Pattyn15-Mar-10 14:48
sitebuilderLuc Pattyn15-Mar-10 14:48 
GeneralRe: Embarrassing but true Pin
programmervb.netc++15-Mar-10 14:54
programmervb.netc++15-Mar-10 14:54 
GeneralRe: Embarrassing but true Pin
Luc Pattyn15-Mar-10 15:15
sitebuilderLuc Pattyn15-Mar-10 15:15 
GeneralRe: Embarrassing but true Pin
programmervb.netc++15-Mar-10 15:17
programmervb.netc++15-Mar-10 15:17 
AnswerRe: Embarrassing but true Pin
Dave Kreskowiak15-Mar-10 14:49
mveDave Kreskowiak15-Mar-10 14:49 
Read this[^] for modifying control from a non-GUI thread.


programmer_vb.net_c++ wrote:
Another thing, are there any tools or ideas of how I can decide which parts of my application would benefit most multithreading.


The only tools that could suggest something are profilers, like ANTS. But, they won't come out and tell you that "this could be better served by multi-threading". You have to interpret what you see and look at the design of your data model to make such a decision. The question you'll be asking is if that operation can be broken into chunks that more than one thread can process at the same time. There is no hard-and-fast rule to follow.

A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




GeneralRe: Embarrassing but true Pin
Luc Pattyn15-Mar-10 15:16
sitebuilderLuc Pattyn15-Mar-10 15:16 
GeneralRe: Embarrassing but true Pin
Dave Kreskowiak15-Mar-10 16:24
mveDave Kreskowiak15-Mar-10 16:24 
QuestionVB.Net Conversion Wizard Pin
arsha_midy15-Mar-10 13:43
arsha_midy15-Mar-10 13:43 
AnswerRe: VB.Net Conversion Wizard Pin
programmervb.netc++15-Mar-10 14:28
programmervb.netc++15-Mar-10 14:28 
GeneralRe: VB.Net Conversion Wizard Pin
arsha_midy15-Mar-10 20:59
arsha_midy15-Mar-10 20:59 
AnswerRe: VB.Net Conversion Wizard Pin
Dave Kreskowiak15-Mar-10 14:44
mveDave Kreskowiak15-Mar-10 14:44 
GeneralRe: VB.Net Conversion Wizard Pin
programmervb.netc++15-Mar-10 14:49
programmervb.netc++15-Mar-10 14:49 
QuestionWeird error that only happens sometimes.. Pin
programmervb.netc++15-Mar-10 10:36
programmervb.netc++15-Mar-10 10:36 
Answerpartial answer Pin
Luc Pattyn15-Mar-10 11:07
sitebuilderLuc Pattyn15-Mar-10 11:07 
GeneralRe: partial answer Pin
programmervb.netc++15-Mar-10 11:09
programmervb.netc++15-Mar-10 11:09 
AnswerRe: partial answer Pin
Luc Pattyn15-Mar-10 11:32
sitebuilderLuc Pattyn15-Mar-10 11:32 
GeneralRe: partial answer Pin
programmervb.netc++15-Mar-10 11:14
programmervb.netc++15-Mar-10 11:14 
AnswerRe: Weird error that only happens sometimes.. Pin
Gideon Engelberth16-Mar-10 18:00
Gideon Engelberth16-Mar-10 18:00 
QuestionWindows Workflow Foundation Pin
Simon_Whale15-Mar-10 5:01
Simon_Whale15-Mar-10 5:01 
AnswerRe: Windows Workflow Foundation Pin
Dave Kreskowiak15-Mar-10 14:40
mveDave Kreskowiak15-Mar-10 14:40 
AnswerRe: Windows Workflow Foundation Pin
David Skelly15-Mar-10 23:29
David Skelly15-Mar-10 23:29 
QuestionMedia Streaming Pin
malcomhfc14-Mar-10 5:18
malcomhfc14-Mar-10 5:18 

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.