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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top