Click here to Skip to main content
15,905,867 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to retrieve lost email password Pin
Dave Kreskowiak15-Jan-10 18:42
mveDave Kreskowiak15-Jan-10 18:42 
GeneralRe: How to retrieve lost email password Pin
CoderForEver16-Jan-10 5:09
CoderForEver16-Jan-10 5:09 
GeneralRe: How to retrieve lost email password Pin
Dave Kreskowiak16-Jan-10 6:28
mveDave Kreskowiak16-Jan-10 6:28 
GeneralRe: How to retrieve lost email password Pin
CoderForEver16-Jan-10 18:24
CoderForEver16-Jan-10 18:24 
GeneralRe: How to retrieve lost email password Pin
Dave Kreskowiak16-Jan-10 19:38
mveDave Kreskowiak16-Jan-10 19:38 
GeneralRe: How to retrieve lost email password Pin
Not Active16-Jan-10 6:34
mentorNot Active16-Jan-10 6:34 
AnswerRe: How to retrieve lost email password Pin
Alex Manolescu16-Jan-10 7:51
Alex Manolescu16-Jan-10 7:51 
QuestionMonitoring of threads Pin
justwithit15-Jan-10 11:15
justwithit15-Jan-10 11:15 
I need to be steered in the right direction of some thread monitor code.
I forked my large multi-threaded chat server written in c#, running in mono on a linux box.
My software (I'm assuming) is having a sort of deadlock issue after a couple days. I have always been able to identify any problems in the past by seeing exceptions and/or obtaining the right information about what piece of code is causing what. Given the remoteness of the application and the silent deadlock, I am having a terrible time finding the source of the problem.

I have thought of a way I could write a piece of code that monitors all the the threads and the threads would report back to it after their cycles. That way the monitoring thread could keep tabs on which threads are idle, stalled or otherwise. I would just print this info to the console for review.

Please I am in need of your great guidance oh wise and smarter than me developers. I need some advice on where I should head, because I'm sure one of you has had a similar situation. This has plagued me for two months. My other version which runs for a different client on a windows box and has minor changes to the codebase, can run for months.
TIA
AnswerRe: Monitoring of threads PinPopular
Luc Pattyn15-Jan-10 12:41
sitebuilderLuc Pattyn15-Jan-10 12:41 
GeneralRe: Monitoring of threads Pin
Garth J Lancaster15-Jan-10 12:57
professionalGarth J Lancaster15-Jan-10 12:57 
GeneralRe: Monitoring of threads Pin
Luc Pattyn15-Jan-10 13:39
sitebuilderLuc Pattyn15-Jan-10 13:39 
GeneralRe: Monitoring of threads Pin
Roger Wright15-Jan-10 17:16
professionalRoger Wright15-Jan-10 17:16 
GeneralRe: Monitoring of threads Pin
Luc Pattyn15-Jan-10 17:31
sitebuilderLuc Pattyn15-Jan-10 17:31 
GeneralRe: Monitoring of threads Pin
justwithit17-Jan-10 3:06
justwithit17-Jan-10 3:06 
GeneralRe: Monitoring of threads Pin
Luc Pattyn17-Jan-10 3:25
sitebuilderLuc Pattyn17-Jan-10 3:25 
Questiondeveloping with sql server Pin
teknolog12315-Jan-10 9:40
teknolog12315-Jan-10 9:40 
AnswerRe: developing with sql server Pin
PIEBALDconsult15-Jan-10 12:02
mvePIEBALDconsult15-Jan-10 12:02 
GeneralRe: developing with sql server Pin
teknolog12316-Jan-10 6:54
teknolog12316-Jan-10 6:54 
GeneralRe: developing with sql server Pin
PIEBALDconsult17-Jan-10 5:11
mvePIEBALDconsult17-Jan-10 5:11 
GeneralRe: developing with sql server Pin
teknolog12320-Jan-10 11:31
teknolog12320-Jan-10 11:31 
AnswerRe: developing with sql server Pin
ZHAOBING_NTU15-Jan-10 19:06
ZHAOBING_NTU15-Jan-10 19:06 
QuestionComboBox DropDownWidth behaviour Pin
baranils15-Jan-10 8:36
baranils15-Jan-10 8:36 
Questionsend mail to yahoo Pin
mohd_mogaly15-Jan-10 6:58
mohd_mogaly15-Jan-10 6:58 
AnswerRe: send mail to yahoo Pin
dan!sh 15-Jan-10 8:37
professional dan!sh 15-Jan-10 8:37 
QuestionJagged Arrays Definition Pin
Sokka9315-Jan-10 5:35
Sokka9315-Jan-10 5:35 

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.