Hello,
I have been working on a chrome extension, which is used for checking multiple thousands of websites status loading them via AJAX.
I have used all async codes and callbacks, and no library, pure native code.
But as it starts and keep running for like 5-6 hours, then after that Chrome start cancelling the AJAX requests, for no reason. We are trying to figure out what can be the possible reason for it.
- we think memory consumption can be one reason, then what can we do to free up memory.
- also we were not able to use or find anything to detect the network connection status, so we had to use on more AJAX call to our server to check n/w status, if some website had status 0.
Please guidance will be appreciated.