Click here to Skip to main content
15,903,030 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionDeleting folder Pin
SudhaKN7-Oct-09 4:12
SudhaKN7-Oct-09 4:12 
AnswerRe: Deleting folder Pin
Dave Kreskowiak7-Oct-09 18:03
mveDave Kreskowiak7-Oct-09 18:03 
QuestionHow to code MultiThreading into 4 Processors in vb.net? Pin
DND7-Oct-09 0:53
DND7-Oct-09 0:53 
AnswerRe: How to code MultiThreading into 4 Processors in vb.net? Pin
Dave Kreskowiak7-Oct-09 1:48
mveDave Kreskowiak7-Oct-09 1:48 
GeneralRe: How to code MultiThreading into 4 Processors in vb.net? Pin
DND7-Oct-09 3:34
DND7-Oct-09 3:34 
GeneralRe: How to code MultiThreading into 4 Processors in vb.net? Pin
Dave Kreskowiak7-Oct-09 5:13
mveDave Kreskowiak7-Oct-09 5:13 
GeneralRe: How to code MultiThreading into 4 Processors in vb.net? Pin
N a v a n e e t h7-Oct-09 5:49
N a v a n e e t h7-Oct-09 5:49 
AnswerRe: How to code MultiThreading into 4 Processors in vb.net? Pin
Luc Pattyn7-Oct-09 6:46
sitebuilderLuc Pattyn7-Oct-09 6:46 
Adding threads may help getting the job done sooner if:
- there are separable parts that could run concurrently (hence the algorithm isn't intrinsically sequential);
- AND you don't already have enough threads to utilize all cores.

As soon as your CPU load is close to 100%, adding threads won't help, and may even work against you.

All this assumes:
- you execute threading correctly (with sufficient synchronization);
- you don't have polling/waiting/busy loops.

Smile | :)

Luc Pattyn

I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages

Local announcement (Antwerp region): Lange Wapper? Neen!


AnswerRe: How to code MultiThreading into 4 Processors in vb.net? Pin
Shameel19-Oct-09 0:20
professionalShameel19-Oct-09 0:20 
QuestionGarbage Collection Pin
KSR816-Oct-09 12:57
KSR816-Oct-09 12:57 
AnswerRe: Garbage Collection Pin
raghu.g6-Oct-09 17:56
raghu.g6-Oct-09 17:56 
AnswerRe: Garbage Collection Pin
N a v a n e e t h6-Oct-09 18:03
N a v a n e e t h6-Oct-09 18:03 
AnswerRe: Garbage Collection Pin
supercat97-Oct-09 7:44
supercat97-Oct-09 7:44 
GeneralRe: Garbage Collection Pin
KSR817-Oct-09 11:15
KSR817-Oct-09 11:15 
QuestionNCoverExplorer Report & MSBuild Pin
Jammer6-Oct-09 10:48
Jammer6-Oct-09 10:48 
AnswerRe: NCoverExplorer Report & MSBuild [modified] Pin
Ergwun9-Jun-10 21:18
Ergwun9-Jun-10 21:18 
QuestionMemory leak in VB.NET screenshot application Pin
Jordan19826-Oct-09 4:10
Jordan19826-Oct-09 4:10 
AnswerRe: Memory leak in VB.NET screenshot application Pin
Dave Kreskowiak6-Oct-09 4:39
mveDave Kreskowiak6-Oct-09 4:39 
GeneralRe: Memory leak in VB.NET screenshot application Pin
Jordan19826-Oct-09 5:00
Jordan19826-Oct-09 5:00 
AnswerRe: Memory leak in VB.NET screenshot application Pin
Luc Pattyn6-Oct-09 5:39
sitebuilderLuc Pattyn6-Oct-09 5:39 
Questioncopy functionality does not work in CrystalReportViewer Pin
maryam.saboor6-Oct-09 1:02
professionalmaryam.saboor6-Oct-09 1:02 
QuestionBroken Clipping Region Pin
RichardM15-Oct-09 15:26
RichardM15-Oct-09 15:26 
QuestionCustom file format - how to let Windows recognize properties like labels? Pin
pimb24-Oct-09 8:45
pimb24-Oct-09 8:45 
AnswerRe: Custom file format - how to let Windows recognize properties like labels? Pin
Richard MacCutchan5-Oct-09 1:01
mveRichard MacCutchan5-Oct-09 1:01 
GeneralRe: Custom file format - how to let Windows recognize properties like labels? Pin
pimb25-Oct-09 5:17
pimb25-Oct-09 5:17 

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.