How to avoid OutOfMemory?

  • Thread starter Thread starter c_xyTopa
  • Start date Start date
C

c_xyTopa

Hi all,

my application runs on WM 5.0.
It reads GPS data, sends and retrieves continuously some data over Internet.
After about 10 hours the application (and the device) hangs.
On the device i can see, that the program memory getting less...

How can I avoid this behaviour?

I create the objects only if necessary.
The threads, wich work with data, are created and started only once.

Thank you in advance
 
Back
Top