Click here to Skip to main content
16,004,418 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Read lines in a file [modified] Pin
Cyrilix4-Jul-07 11:24
Cyrilix4-Jul-07 11:24 
AnswerRe: Read lines in a file Pin
Akt_4_U4-Jul-07 18:44
Akt_4_U4-Jul-07 18:44 
AnswerRe: Read lines in a file Pin
Hamid_RT4-Jul-07 19:35
Hamid_RT4-Jul-07 19:35 
AnswerRe: Read lines in a file Pin
Stephen Hewitt5-Jul-07 13:04
Stephen Hewitt5-Jul-07 13:04 
GeneralRe: Read lines in a file Pin
Perspx5-Jul-07 18:37
Perspx5-Jul-07 18:37 
QuestionProcess Priority Pin
Perspx4-Jul-07 10:17
Perspx4-Jul-07 10:17 
AnswerRe: Process Priority Pin
Michael Dunn4-Jul-07 13:02
sitebuilderMichael Dunn4-Jul-07 13:02 
AnswerRe: Process Priority Pin
Randor 4-Jul-07 13:39
professional Randor 4-Jul-07 13:39 
Perspx wrote:
Does creating more threads increase the time slice allocated for the process for the CPU?


At the kernel level there is a linked list of executing threads for each priority level. So increasing the number of threads in your application could in theory increase the number of time slices relative to other processes of the same priority. But adding more threads does not always mean better performance as you will also be increasing the number of context switches which are expensive.

Best Wishes,
-Randor (David Delaune)
AnswerRe: Process Priority Pin
Hamid_RT4-Jul-07 19:36
Hamid_RT4-Jul-07 19:36 
GeneralRe: Process Priority Pin
Perspx5-Jul-07 7:03
Perspx5-Jul-07 7:03 
GeneralRe: Process Priority Pin
Hamid_RT6-Jul-07 0:52
Hamid_RT6-Jul-07 0:52 
QuestionPassing Handles Pin
tom groezer4-Jul-07 10:13
tom groezer4-Jul-07 10:13 
AnswerRe: Passing Handles Pin
David Crow5-Jul-07 3:07
David Crow5-Jul-07 3:07 
QuestionGeneral DLL questions Pin
ForNow4-Jul-07 9:52
ForNow4-Jul-07 9:52 
QuestionMultiple inheritance in MFC Pin
tom groezer4-Jul-07 9:28
tom groezer4-Jul-07 9:28 
AnswerRe: Multiple inheritance in MFC Pin
Mark Salsbery4-Jul-07 9:31
Mark Salsbery4-Jul-07 9:31 
GeneralRe: Multiple inheritance in MFC Pin
tom groezer4-Jul-07 10:19
tom groezer4-Jul-07 10:19 
GeneralRe: Multiple inheritance in MFC Pin
David Crow5-Jul-07 3:13
David Crow5-Jul-07 3:13 
GeneralRe: Multiple inheritance in MFC Pin
Mark Salsbery5-Jul-07 10:54
Mark Salsbery5-Jul-07 10:54 
Questionhow to use "OnNewDocument" from cview or cmainframe class Pin
chaitannya_m4-Jul-07 9:18
chaitannya_m4-Jul-07 9:18 
AnswerRe: how to use "OnNewDocument" from cview or cmainframe class Pin
Mark Salsbery4-Jul-07 9:47
Mark Salsbery4-Jul-07 9:47 
GeneralRe: how to use "OnNewDocument" from cview or cmainframe class Pin
chaitannya_m4-Jul-07 16:21
chaitannya_m4-Jul-07 16:21 
GeneralRe: how to use "OnNewDocument" from cview or cmainframe class Pin
Mark Salsbery5-Jul-07 6:53
Mark Salsbery5-Jul-07 6:53 
QuestionC++ data structures Pin
tom groezer4-Jul-07 8:54
tom groezer4-Jul-07 8:54 
AnswerRe: C++ data structures Pin
Maximilien4-Jul-07 9:06
Maximilien4-Jul-07 9:06 

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.