Click here to Skip to main content
15,891,653 members
Home / Discussions / C#
   

C#

 
GeneralRe: Can I make this? Pin
deanoA10-Aug-03 16:25
deanoA10-Aug-03 16:25 
GeneralRe: Can I make this? Pin
Nish Nishant10-Aug-03 17:50
sitebuilderNish Nishant10-Aug-03 17:50 
GeneralRe: Can I make this? Pin
Anonymous10-Aug-03 17:58
Anonymous10-Aug-03 17:58 
GeneralRe: Can I make this? Pin
Nish Nishant10-Aug-03 18:04
sitebuilderNish Nishant10-Aug-03 18:04 
GeneralRe: Can I make this? Pin
Kannan Kalyanaraman10-Aug-03 19:01
Kannan Kalyanaraman10-Aug-03 19:01 
GeneralRe: Can I make this? Pin
Nish Nishant10-Aug-03 23:11
sitebuilderNish Nishant10-Aug-03 23:11 
GeneralRe: Can I make this? Pin
Kannan Kalyanaraman10-Aug-03 23:52
Kannan Kalyanaraman10-Aug-03 23:52 
GeneralMemory Issue Pin
tkemory10-Aug-03 1:58
tkemory10-Aug-03 1:58 
Ok here is the scenario. I have an automated process manager that I am running, it is polling using the timer class every 10 minutes to see if something needs to be run.

If the window is FormWindowState.Normal the memory is between 11 - 21 meg which is fine, when I minimize the window it drops memory useage to around 600k, which is great.

However if I try to run GC after a poll and successful process run, the memory doesn't seem to get collected no matter what I try. I would expect memory to realease to at least 3 - 4 meg once the process is completed however when I call GC this doesnt happen, if I manually minimize the display the memory releases down to 600 - 800k. So I dont think I have references in place that should be there, its almost like GC doesnt fire until I minimize.


Any thoughts?
GeneralRe: Memory Issue Pin
tkemory10-Aug-03 2:00
tkemory10-Aug-03 2:00 
GeneralRe: Memory Issue Pin
Ista10-Aug-03 9:57
Ista10-Aug-03 9:57 
Generaltrim byte[] to new size - after socket.receive Pin
MeisterBiber9-Aug-03 23:27
MeisterBiber9-Aug-03 23:27 
GeneralRe: trim byte[] to new size - after socket.receive Pin
Taka Muraoka9-Aug-03 23:51
Taka Muraoka9-Aug-03 23:51 
GeneralRe: trim byte[] to new size - after socket.receive Pin
Nick Seng10-Aug-03 17:28
Nick Seng10-Aug-03 17:28 
GeneralRe: trim byte[] to new size - after socket.receive Pin
Anthony_Yio11-Aug-03 2:00
Anthony_Yio11-Aug-03 2:00 
GeneralRe: trim byte[] to new size - after socket.receive Pin
Ista10-Aug-03 13:14
Ista10-Aug-03 13:14 
Generalcontrol the connection Pin
Ahmed Mazrou39-Aug-03 17:16
Ahmed Mazrou39-Aug-03 17:16 
GeneralRe: control the connection Pin
Ista10-Aug-03 10:18
Ista10-Aug-03 10:18 
GeneralIF STATMENT Pin
eggie59-Aug-03 17:01
eggie59-Aug-03 17:01 
GeneralRe: IF STATMENT Pin
eggie59-Aug-03 17:41
eggie59-Aug-03 17:41 
GeneralRe: IF STATMENT Pin
Csharp™10-Aug-03 0:25
Csharp™10-Aug-03 0:25 
GeneralRe: IF STATMENT Pin
eggie510-Aug-03 18:23
eggie510-Aug-03 18:23 
GeneralPlease help decipher this MSDN threading sample! Pin
devvvy9-Aug-03 16:26
devvvy9-Aug-03 16:26 
GeneralRe: Please help decipher this MSDN threading sample! Pin
Meysam Mahfouzi10-Aug-03 17:31
Meysam Mahfouzi10-Aug-03 17:31 
GeneralRe: Please help decipher this MSDN threading sample! Pin
devvvy11-Aug-03 2:56
devvvy11-Aug-03 2:56 
GeneralRe: Please help decipher this MSDN threading sample! Pin
devvvy13-Aug-03 6:57
devvvy13-Aug-03 6:57 

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.