Getting a list of static objects.
From: Peter Strĝiman (blah_at_blahblahblah)
Date: 03/29/04
- Next message: polynomial5d: "Will modules be supported in future versions of vb.net"
- Previous message: z. f.: "exception after using HttpWebRequest"
- Next in thread: John Puopolo: "Re: Getting a list of static objects."
- Reply: John Puopolo: "Re: Getting a list of static objects."
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 29 Mar 2004 16:32:48 +0200
Hi.
I have a test application that loads some data from a database. This process
is then iterated a number of times, and the memory consumption of the
application is rapidly rising.
Since the garbage collection is running, it must be because some static or
stack variable is holding a reference ( I use static variables heavily for
caching data ).
Is there a way to get a list of static and stack objects?
Thanks in advance,
Peter Strĝiman
- Next message: polynomial5d: "Will modules be supported in future versions of vb.net"
- Previous message: z. f.: "exception after using HttpWebRequest"
- Next in thread: John Puopolo: "Re: Getting a list of static objects."
- Reply: John Puopolo: "Re: Getting a list of static objects."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading