It seems such things never happened to SO,did they use some special technique?
+1
A:
This isn't a real question, but some trivial advice:
- Make your site faster.
- Load less data in the ajax call
- Make use of caching
Noon Silk
2009-10-01 04:42:33
+1
A:
Profile your code to make sure it is fast.
Check server response times.
Work on performance of your service.
tster
2009-10-01 04:42:48
+1
A:
Make sure you're timing out using Firebug and see the error code.
If it's true and you're really timing out
Find out what's going on the server-side, go and feed the script AJAX is calling server-side, feed it the same arguments and see what happens, debug it independently of AJAX, fix the problem and write some tests to make sure it won't come up again
(or if it does you'll know what's the problem).
xxxxxxx
2009-10-01 05:09:46