Results 1 to 5 of 5

Thread: *resolved* Garbage collection?

Threaded View

  1. #1

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    *resolved* Garbage collection?

    In my program, I'm declaring like 4 arrays that list all the system processes and I have that in a timer with an inteval of 1 second
    well it turned out that the ram usage of the app was increasing with each call of the timer, so I'm doing a garbage collection with each call of the timer

    2 questions: does it really slow down the app to call the grabage collector this much? and should I even bother to call it, or does it get called automatically?
    Last edited by MrPolite; Sep 27th, 2002 at 08:04 PM.
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width