Re: memory usage minimized
Yes,
The task manager is not working properly.
<user411> wrote in message
news:uiVL60GeHHA.4032@xxxxxxxxxxxxxxxxxxxxxxx
.Net 1.1
I have developed an app that uses alot of double buffered forms. When
minimized the app only uses about 1 meg of memory (as shown in taskmgr).
Does garbage collection get triggered when you minimize?
When restored, the app starts at around 8 megs, then creeps up towards 100
megs. Is this normal? Is the double buffering using garbage collected
buffers or is it implemented at a lower level then then dotnet framework?
just wondering, thanks
---
Posted via DotNetSlackers.com
.
Relevant Pages
- Re: simple read char app return wrong value?
... shouldnt kernel remove all the pending input for readc before handing bash control? ... Then there's fopen, fread, fwritewhich use a "*FILE" - these ones do internal buffering, and definitely do some flushing. ... so why doesnt the app return 4 instead of 0? ... (alt.lang.asm) - Re: Leaving files open on CE device 100% of the time
... The OS doesn't just kill your app, ... you have your own internal buffering, and didn't actually do the write). ... Have an opinion on the effectiveness of Microsoft Embedded newsgroups? ... > It would probably be better to keep all of the data in memory (if that is ... (microsoft.public.windowsce.embedded) - memory usage minimized
... When minimized the app only uses about 1 meg of memory (as shown in taskmgr). ... Does garbage collection get triggered when you minimize? ... Is the double buffering using garbage collected buffers or is it implemented at a lower level then then dotnet framework? ... (microsoft.public.dotnet.framework.performance) - Re: Double Buffering and Initial Paint
... > when I turn on double buffering ... ... > the control which is being double buffered momentarily has the same ... > When this is set to false, flickering once again occurs, but the ... > my app, but STILL not have any flicker. ... (microsoft.public.dotnet.framework.windowsforms) - Weird Java 6 Double-buffering Problem
... I'm having a printing issue since upgrading my Swing app from JDK1.4.2_06 to JDK6.0. ... As many of you may know, before printing, one must disable double buffering. ... Ever since I upgraded my app, my JTable components have been experiencing this exact problem. ... I confirmed that double buffering is disabled both by setting breakpoints in my JTable cell renderer and noticing that my app flickers badly with any onscreen rendering. ... (comp.lang.java.gui) |
|