Click here to Skip to main content
15,910,118 members
Home / Discussions / C#
   

C#

 
AnswerRe: Equivalent of Delay in C#? Pin
S. Senthil Kumar15-Feb-05 18:27
S. Senthil Kumar15-Feb-05 18:27 
GeneralRe: Equivalent of Delay in C#? Pin
Gregg Holter15-Feb-05 18:31
Gregg Holter15-Feb-05 18:31 
Generalaccessing database using webservice Pin
ronin177015-Feb-05 15:57
ronin177015-Feb-05 15:57 
GeneralRe: accessing database using webservice Pin
Kodanda Pani15-Feb-05 18:07
Kodanda Pani15-Feb-05 18:07 
GeneralRe: accessing database using webservice Pin
padvit15-Feb-05 20:10
padvit15-Feb-05 20:10 
Questionmemory leaks? Pin
15-Feb-05 15:32
suss15-Feb-05 15:32 
AnswerRe: memory leaks? Pin
S. Senthil Kumar15-Feb-05 18:28
S. Senthil Kumar15-Feb-05 18:28 
GeneralRe: memory leaks? Pin
TheSnakeByte15-Feb-05 20:03
TheSnakeByte15-Feb-05 20:03 
threads seems like a valid reason for 100% cpu

@topic
maybe it's not even the memory itself that's leaking but the thread-resources...
make sure every thread is properly killed (thread.Abort()) after it's done (on WinAPI it really is necessary to do this every time, not sure if the GC collects finished threads so just make sure it's cleaned up)

since you have a client-server-model I guess you're using threads and "sessions" for each user. make sure every session has an inactivity-timeout and it's properly cleaned up (all the threads, all the resources)

so long.
GeneralGet user groups of an authenticated domain user Pin
Hong Dat Huynh15-Feb-05 15:01
Hong Dat Huynh15-Feb-05 15:01 
GeneralRe: Get user groups of an authenticated domain user Pin
Mazdak15-Feb-05 23:17
Mazdak15-Feb-05 23:17 
GeneralRe: Get user groups of an authenticated domain user Pin
Scott Serl16-Feb-05 8:13
Scott Serl16-Feb-05 8:13 
GeneralRemove Hyperlink attribute from DataGrid in C# Pin
Vipul Mehta15-Feb-05 14:45
Vipul Mehta15-Feb-05 14:45 
GeneralRemove Hyperlink attribute from DataGrid in C# Pin
Vipul Mehta15-Feb-05 14:45
Vipul Mehta15-Feb-05 14:45 
QuestionEvil 'Show Desktop' or drawing on the Desktop? Pin
TyronX15-Feb-05 13:57
TyronX15-Feb-05 13:57 
AnswerRe: Evil 'Show Desktop' or drawing on the Desktop? Pin
TyronX16-Feb-05 8:13
TyronX16-Feb-05 8:13 
Generalreturning values from a thread Pin
IsaacB15-Feb-05 12:03
IsaacB15-Feb-05 12:03 
GeneralRe: returning values from a thread Pin
DougW4815-Feb-05 16:39
DougW4815-Feb-05 16:39 
GeneralRe: returning values from a thread Pin
S. Senthil Kumar15-Feb-05 18:30
S. Senthil Kumar15-Feb-05 18:30 
GeneralReading True Color image in C# Pin
tota_115-Feb-05 11:38
tota_115-Feb-05 11:38 
GeneralRe: Reading True Color image in C# Pin
Christian Graus15-Feb-05 11:47
protectorChristian Graus15-Feb-05 11:47 
GeneralC# and SystemTimeToTzSpecificLocalTime Pin
tomsmbox-codeproject15-Feb-05 11:17
tomsmbox-codeproject15-Feb-05 11:17 
Generalg the thread Pin
Sasuko15-Feb-05 11:03
Sasuko15-Feb-05 11:03 
GeneralArray Of Constants Pin
DTWC_Lawrence15-Feb-05 10:38
DTWC_Lawrence15-Feb-05 10:38 
GeneralRe: Array Of Constants Pin
S. Senthil Kumar15-Feb-05 11:00
S. Senthil Kumar15-Feb-05 11:00 
GeneralRe: Array Of Constants Pin
DTWC_Lawrence15-Feb-05 11:13
DTWC_Lawrence15-Feb-05 11:13 

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.