Click here to Skip to main content
15,896,606 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionwhat is maximum num of threads use in application? Pin
Le@rner19-Oct-10 18:52
Le@rner19-Oct-10 18:52 
AnswerRe: what is maximum num of threads use in application? Pin
«_Superman_»19-Oct-10 20:06
professional«_Superman_»19-Oct-10 20:06 
GeneralRe: what is maximum num of threads use in application? Pin
Le@rner19-Oct-10 20:19
Le@rner19-Oct-10 20:19 
GeneralRe: what is maximum num of threads use in application? Pin
rp_suman19-Oct-10 21:34
rp_suman19-Oct-10 21:34 
AnswerRe: what is maximum num of threads use in application? PinPopular
CPallini19-Oct-10 21:31
mveCPallini19-Oct-10 21:31 
GeneralRe: what is maximum num of threads use in application? Pin
Niklas L19-Oct-10 23:02
Niklas L19-Oct-10 23:02 
GeneralRe: what is maximum num of threads use in application? Pin
CPallini19-Oct-10 23:06
mveCPallini19-Oct-10 23:06 
GeneralRe: what is maximum num of threads use in application? Pin
David Crow20-Oct-10 3:08
David Crow20-Oct-10 3:08 
CPallini wrote:

You would experience no performance gain doing this...


Actually he would. I recently put together a little utility that does exactly what the OP wants (I offered it to him but he was not interested). When it had only one thread, it took over 20 minutes to check all of the links (i.e., URLs) in the list (slightly less than 500). When I changed it to check each link in its own thread, the time was dropped to around 2 minutes.

"One man's wage rise is another man's price increase." - Harold Wilson

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

"Man who follows car will be exhausted." - Confucius


GeneralRe: what is maximum num of threads use in application? Pin
CPallini20-Oct-10 3:12
mveCPallini20-Oct-10 3:12 
GeneralRe: what is maximum num of threads use in application? Pin
David Crow20-Oct-10 3:17
David Crow20-Oct-10 3:17 
GeneralRe: what is maximum num of threads use in application? Pin
CPallini20-Oct-10 3:24
mveCPallini20-Oct-10 3:24 
GeneralRe: what is maximum num of threads use in application? Pin
Le@rner20-Oct-10 18:13
Le@rner20-Oct-10 18:13 
AnswerRe: what is maximum num of threads use in application? Pin
Maximilien20-Oct-10 3:04
Maximilien20-Oct-10 3:04 
GeneralRe: what is maximum num of threads use in application? Pin
Niklas L20-Oct-10 8:07
Niklas L20-Oct-10 8:07 
GeneralRe: what is maximum num of threads use in application? Pin
Maximilien20-Oct-10 8:48
Maximilien20-Oct-10 8:48 
GeneralRe: what is maximum num of threads use in application? Pin
Le@rner20-Oct-10 18:15
Le@rner20-Oct-10 18:15 
Generalprograming Pin
mllak19-Oct-10 11:46
mllak19-Oct-10 11:46 
GeneralRe: programing Pin
Fareed Rizkalla19-Oct-10 13:19
Fareed Rizkalla19-Oct-10 13:19 
GeneralRe: programing Pin
Alain Rist19-Oct-10 14:38
Alain Rist19-Oct-10 14:38 
GeneralRe: programing Pin
David Crow19-Oct-10 15:26
David Crow19-Oct-10 15:26 
GeneralRe: programing Pin
CPallini19-Oct-10 21:06
mveCPallini19-Oct-10 21:06 
GeneralRe: programing Pin
CPallini19-Oct-10 21:09
mveCPallini19-Oct-10 21:09 
GeneralRe: programing Pin
Kushagra Tiwari19-Oct-10 21:45
Kushagra Tiwari19-Oct-10 21:45 
QuestionHow to set value of a variable during dubugging in visual studio 2005 Pin
ptr_Electron19-Oct-10 4:29
ptr_Electron19-Oct-10 4:29 
AnswerRe: How to set value of a variable during dubugging in visual studio 2005 Pin
Richard MacCutchan19-Oct-10 4:42
mveRichard MacCutchan19-Oct-10 4:42 

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.