Hi,
is it possible, that when the iPad application is forcibly closed/killed by the iOS becuase of 'out of memory situation', the memory the application allocated is not 100% released? I think that the memory allocated directly by the client is released - there is even HW support for this, but we were observing that if the application is closed/killed by iOS and consequently started again less and less memory is available, until the iPad must be restarted. We think that some memory are allocated e.g. by background running daemons, which do some job on behalf of application and if the inter-process communication is not successfully finished, used memory on the daemon side might not be released properly...
Is something like this possible? BR STeN