Click here to Skip to main content
15,901,122 members
Home / Discussions / C#
   

C#

 
QuestionThread taking maximum CPU time- Pin
IamHuM10-Nov-06 1:56
IamHuM10-Nov-06 1:56 
AnswerRe: Thread taking maximum CPU time- Pin
ejuanpp10-Nov-06 3:14
ejuanpp10-Nov-06 3:14 
GeneralRe: Thread taking maximum CPU time- Pin
bahman2000b10-Nov-06 4:27
bahman2000b10-Nov-06 4:27 
AnswerRe: Thread taking maximum CPU time- Pin
Ami Bar10-Nov-06 4:35
Ami Bar10-Nov-06 4:35 
AnswerRe: Thread taking maximum CPU time- Pin
S. Senthil Kumar10-Nov-06 5:32
S. Senthil Kumar10-Nov-06 5:32 
AnswerRe: Thread taking maximum CPU time- Pin
Karthik Kalyanasundaram10-Nov-06 7:13
Karthik Kalyanasundaram10-Nov-06 7:13 
GeneralRe: Thread taking maximum CPU time- Pin
IamHuM10-Nov-06 21:14
IamHuM10-Nov-06 21:14 
GeneralRe: Thread taking maximum CPU time- Pin
Karthik Kalyanasundaram12-Nov-06 0:02
Karthik Kalyanasundaram12-Nov-06 0:02 
The problem with ur Thread is repeatedly polling for Data in the queue.
We can reduce the CPU utilization as far as possible by making ur thread work only when there is something in the queue and the way to do is explained in my previous post. USE A ManualResetEvent there in ur loop.
QuestionShortcut Keys on Forms Pin
paas10-Nov-06 1:33
paas10-Nov-06 1:33 
AnswerRe: Shortcut Keys on Forms Pin
saqib8210-Nov-06 2:16
saqib8210-Nov-06 2:16 
GeneralRe: Shortcut Keys on Forms Pin
paas10-Nov-06 2:56
paas10-Nov-06 2:56 
Questiongetting the current logged in user Pin
quiteSmart10-Nov-06 0:48
quiteSmart10-Nov-06 0:48 
AnswerRe: getting the current logged in user Pin
stancrm10-Nov-06 1:51
stancrm10-Nov-06 1:51 
AnswerRe: getting the current logged in user Pin
Ashish Derhgawen10-Nov-06 2:05
Ashish Derhgawen10-Nov-06 2:05 
QuestionWorking with Objects Pin
Whatevernameyouwant10-Nov-06 0:33
Whatevernameyouwant10-Nov-06 0:33 
AnswerRe: Working with Objects Pin
rah_sin10-Nov-06 0:43
professionalrah_sin10-Nov-06 0:43 
GeneralRe: Working with Objects Pin
Whatevernameyouwant10-Nov-06 0:57
Whatevernameyouwant10-Nov-06 0:57 
GeneralRe: Working with Objects Pin
rah_sin10-Nov-06 1:08
professionalrah_sin10-Nov-06 1:08 
AnswerRe: Working with Objects Pin
ednrgc10-Nov-06 3:25
ednrgc10-Nov-06 3:25 
GeneralRe: Working with Objects Pin
Whatevernameyouwant10-Nov-06 4:59
Whatevernameyouwant10-Nov-06 4:59 
GeneralRe: Working with Objects Pin
Whatevernameyouwant11-Nov-06 0:26
Whatevernameyouwant11-Nov-06 0:26 
GeneralRe: Working with Objects Pin
ednrgc13-Nov-06 2:59
ednrgc13-Nov-06 2:59 
GeneralRe: Working with Objects Pin
Whatevernameyouwant14-Nov-06 0:27
Whatevernameyouwant14-Nov-06 0:27 
QuestionCustom control border problem - WS_EX_CLIENTEDGE behavies differently depending on the WindowClass Pin
Simon P Stevens9-Nov-06 23:51
Simon P Stevens9-Nov-06 23:51 
QuestionWhich C# book to use Pin
azure0529-Nov-06 23:00
azure0529-Nov-06 23:00 

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.