Click here to Skip to main content
16,008,490 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Garbage Collection In VB.Net Pin
[Marc]9-Jan-06 19:37
[Marc]9-Jan-06 19:37 
GeneralRe: Garbage Collection In VB.Net Pin
Colin Angus Mackay9-Jan-06 21:03
Colin Angus Mackay9-Jan-06 21:03 
GeneralRe: Garbage Collection In VB.Net Pin
[Marc]10-Jan-06 9:00
[Marc]10-Jan-06 9:00 
GeneralRe: Garbage Collection In VB.Net Pin
kpr_psna9-Jan-06 21:13
kpr_psna9-Jan-06 21:13 
GeneralRe: Garbage Collection In VB.Net Pin
Colin Angus Mackay9-Jan-06 22:34
Colin Angus Mackay9-Jan-06 22:34 
GeneralRe: Garbage Collection In VB.Net Pin
kpr_psna10-Jan-06 0:12
kpr_psna10-Jan-06 0:12 
GeneralRe: Garbage Collection In VB.Net Pin
Dave Kreskowiak10-Jan-06 4:14
mveDave Kreskowiak10-Jan-06 4:14 
AnswerRe: Garbage Collection In VB.Net Pin
Guffa9-Jan-06 22:32
Guffa9-Jan-06 22:32 
In most cases it's better to just leave the garbage collector alone. The whole memory management in .NET relies on the garbage collector, and it does quite a good job. Almost always, the garbage collector has much better information on when to do it's job, than what you can anticipate while designing the application.

Don't look at the task manager if you want real memory usage statistics on .NET applications, for that you need something like .NET Profiler. Even if the memory is freed by the garbage collector, it's not released back to windows (unless needed), so you won't be able to monitor actual memory usage in the task manager.

---
b { font-weight: normal; }

GeneralRe: Garbage Collection In VB.Net Pin
kpr_psna10-Jan-06 0:13
kpr_psna10-Jan-06 0:13 
AnswerRe: Garbage Collection In VB.Net Pin
Guffa10-Jan-06 7:18
Guffa10-Jan-06 7:18 
QuestionUser Defined query Pin
Landon Spann9-Jan-06 11:40
Landon Spann9-Jan-06 11:40 
AnswerRe: User Defined query Pin
Dave Kreskowiak9-Jan-06 12:23
mveDave Kreskowiak9-Jan-06 12:23 
GeneralRe: User Defined query Pin
Colin Angus Mackay9-Jan-06 21:06
Colin Angus Mackay9-Jan-06 21:06 
GeneralRe: User Defined query Pin
Dave Kreskowiak10-Jan-06 2:57
mveDave Kreskowiak10-Jan-06 2:57 
GeneralRe: User Defined query Pin
Landon Spann10-Jan-06 4:00
Landon Spann10-Jan-06 4:00 
GeneralRe: User Defined query Pin
Dave Kreskowiak10-Jan-06 11:37
mveDave Kreskowiak10-Jan-06 11:37 
GeneralRe: User Defined query Pin
Landon Spann11-Jan-06 4:01
Landon Spann11-Jan-06 4:01 
AnswerRe: User Defined query Pin
Christian Graus9-Jan-06 12:33
protectorChristian Graus9-Jan-06 12:33 
QuestionTab page issues Pin
eatwork9-Jan-06 10:04
eatwork9-Jan-06 10:04 
AnswerRe: Tab page issues Pin
Christian Graus9-Jan-06 11:56
protectorChristian Graus9-Jan-06 11:56 
GeneralRe: Tab page issues Pin
eatwork9-Jan-06 12:43
eatwork9-Jan-06 12:43 
GeneralRe: Tab page issues Pin
Christian Graus9-Jan-06 12:45
protectorChristian Graus9-Jan-06 12:45 
GeneralRe: Tab page issues Pin
eatwork12-Jan-06 6:06
eatwork12-Jan-06 6:06 
QuestionShutdown Parameters Pin
Adam6669-Jan-06 9:34
Adam6669-Jan-06 9:34 
AnswerRe: Shutdown Parameters Pin
ToddHileHoffer9-Jan-06 10:02
ToddHileHoffer9-Jan-06 10:02 

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.