Message 1 of 5
Garbage collection .NET
Not applicable
12-04-2005
06:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a way to keep my programs in memory, alive and waiting for my keystroke?
I know there is a heavy startup cost for .NET when I netload and launch my programs. My problem is that if I walk away from my desk for 20 minutes or so or don’t use one of my programs for a while they get garbage collected and I have to wait until they are re jit’ed back into memory. Ram is cheap time is expensive
C# .NET 2.0
I know there is a heavy startup cost for .NET when I netload and launch my programs. My problem is that if I walk away from my desk for 20 minutes or so or don’t use one of my programs for a while they get garbage collected and I have to wait until they are re jit’ed back into memory. Ram is cheap time is expensive
C# .NET 2.0