0
Why do apps crash?
What happens when an app crashes? Is it just an unhandled error, or is it something else?
4 Respostas
+ 3
It could be an uncaught exception, an infinite loop, stack overflow, out of memory and so on. The list goes on.
+ 2
Thomas
Many requests = Many responses = large usage of memory = exhaustion of usable RAM = Crash
0
blackwinter I know too many requests can cause it to crash, but why does it do that? (This might get into deeper cpu science, so I dont know how many people can help).
0
Ore Ok that makes sense.