I am getting 1000 records from webservice and showing it using tableview in my application in iphone 3GS.It works fine. But when i open and close 50 other applications , it runs in background mode(Multitasking).When I open My Application again, when i get 100 records from webservice, application gets crashed.
1)does background application occupy RAM Memory?
2)how iphone's built-in application like game center works fine when more than 50 apps in background mode?
3)why apple did not care about it?