Click here to Skip to main content
15,917,645 members
Home / Discussions / C#
   

C#

 
GeneralRe: Extension Methods... Pin
led mike30-Nov-07 7:08
led mike30-Nov-07 7:08 
GeneralRe: Extension Methods... Pin
Judah Gabriel Himango30-Nov-07 8:00
sponsorJudah Gabriel Himango30-Nov-07 8:00 
GeneralRe: Extension Methods... Pin
PIEBALDconsult30-Nov-07 13:51
mvePIEBALDconsult30-Nov-07 13:51 
GeneralRe: Extension Methods... Pin
PIEBALDconsult30-Nov-07 10:05
mvePIEBALDconsult30-Nov-07 10:05 
AnswerRe: Extension Methods... Pin
Pete O'Hanlon30-Nov-07 11:08
mvePete O'Hanlon30-Nov-07 11:08 
GeneralRe: Extension Methods... Pin
martin_hughes30-Nov-07 11:26
martin_hughes30-Nov-07 11:26 
Questionthreading off a file copy Pin
davidhart30-Nov-07 5:19
davidhart30-Nov-07 5:19 
AnswerRe: threading off a file copy Pin
Luc Pattyn30-Nov-07 5:36
sitebuilderLuc Pattyn30-Nov-07 5:36 
Hi Dave,

two comments:

1.
the normal approach to handle N jobs is to have a queue and a couple of threads; stuff all
the jobs in the queue, then let each of the threads fetch a job from the queue and execute
it, until the queue is empty. That way you get load balancing amongst the threads, and
only need a selectable but limited number of them, fitting the capabilities of the entire
system.

2.
whatever you do, chances are the limited bandwidth of your disk storage subsystem will keep
your CPU quite a long way away from the roof.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]


this months tips:
- before you ask a question here, search CodeProject, then Google
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get
- use PRE tags to preserve formatting when showing multi-line code snippets


AnswerRe: threading off a file copy Pin
led mike30-Nov-07 5:39
led mike30-Nov-07 5:39 
Questionrestarting an application using batch file Pin
samy10030-Nov-07 5:02
samy10030-Nov-07 5:02 
AnswerRe: restarting an application using batch file Pin
Anthony Mushrow30-Nov-07 5:41
professionalAnthony Mushrow30-Nov-07 5:41 
AnswerRe: restarting an application using batch file Pin
led mike30-Nov-07 5:46
led mike30-Nov-07 5:46 
GeneralRe: restarting an application using batch file Pin
samy10030-Nov-07 6:22
samy10030-Nov-07 6:22 
GeneralRe: restarting an application using batch file Pin
led mike30-Nov-07 6:28
led mike30-Nov-07 6:28 
GeneralRe: restarting an application using batch file Pin
Anthony Mushrow30-Nov-07 8:12
professionalAnthony Mushrow30-Nov-07 8:12 
AnswerRe: restarting an application using batch file Pin
Alan N30-Nov-07 7:26
Alan N30-Nov-07 7:26 
AnswerRe: restarting an application using batch file Pin
Giorgi Dalakishvili30-Nov-07 7:34
mentorGiorgi Dalakishvili30-Nov-07 7:34 
GeneralRe: restarting an application using batch file Pin
Anthony Mushrow30-Nov-07 8:13
professionalAnthony Mushrow30-Nov-07 8:13 
QuestionE-mail Error Pin
NewToAspDotNet30-Nov-07 4:35
NewToAspDotNet30-Nov-07 4:35 
AnswerRe: E-mail Error Pin
Paul Conrad30-Nov-07 4:40
professionalPaul Conrad30-Nov-07 4:40 
GeneralRe: E-mail Error Pin
NewToAspDotNet30-Nov-07 4:59
NewToAspDotNet30-Nov-07 4:59 
GeneralRe: E-mail Error Pin
m@u30-Nov-07 5:01
m@u30-Nov-07 5:01 
GeneralRe: E-mail Error Pin
NewToAspDotNet30-Nov-07 5:07
NewToAspDotNet30-Nov-07 5:07 
GeneralRe: E-mail Error Pin
m@u30-Nov-07 5:17
m@u30-Nov-07 5:17 
GeneralRe: E-mail Error Pin
NewToAspDotNet30-Nov-07 5:25
NewToAspDotNet30-Nov-07 5:25 

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.