|
 |
asp_components thread: COM+ iexplorer memory usage
Message #1 by "Daniël Buonocore" <dbuonoco@t...> on Mon, 13 Aug 2001 09:14:04
|
|
Hi,
I made a com+ web app that i'm refreshing every 20 sec. and noticed in
taskmanager that the memory usage incresses every time. i'm loading a
collection in a property get. is this the problem?. what is the right way
to do it?.
Thanks,
Daniël.
Message #2 by Steve Driscoll <SteveD@D...> on Mon, 13 Aug 2001 10:34:33 +0100
|
|
make sure that you use
set oObject =3D nothing
at the end of every page, where oObject is the name of the component
that
you are using. This'll free up the memory.
-----Original Message-----
From: Dani=EBl Buonocore [mailto:dbuonoco@t...]
Sent: 13 August 2001 10:14
To: ASP components
Subject: [asp_components] COM+ iexplorer memory usage
Hi,
I made a com+ web app that i'm refreshing every 20 sec. and noticed in
taskmanager that the memory usage incresses every time. i'm loading a
collection in a property get. is this the problem?. what is the right
way
to do it?.
Thanks,
Dani=EBl.
|
|
 |