The "lag" you see is very likely garbage collection being forced by an OOM
internally. The fact you have nearly no virtual memory is going to be a
major problem for performance. I'd consider reworking the apps in whatever
way you can to release some of that.

Signature
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
> Hello!
>
[quoted text clipped - 20 lines]
> Best regards.
> Eric.
Eric - 22 Aug 2007 08:56 GMT
Thanks for your answer!
We actually use OpenNetCF :)
We already have problem for performance!
So, I still have some questions on the use of these two kind of memory
(virtual and physical)
I use the GlobalMemoryStatus function ( DllImport("coredll.dll") ). Is
the AvailableVirtual corresponds to the available memory which would
be used by the application process?
What's about Available Physical?
Thanks.
Best regards
Eric
> The "lag" you see is very likely garbage collection being forced by an OOM
> internally. The fact you have nearly no virtual memory is going to be a
[quoted text clipped - 35 lines]
> > Best regards.
> > Eric.