AJAX responses sometimes come up empty, firebug shows request aborted

Hi All,

I have what is now a fairly complex. app on a Rabbit 5760 that has a Web interface. On one of the new pages there is a Javascript setinterval poll which requests an .shml file for new AJAX data every second.

Additionally, there’s a button on the page, and when hit it also does the same AJAX request. On some button presses I notice the AJAX response is empty, firebug shows the GET request as “aborted”.

Most of the time it works but sometimes it fails.

Any ideas as to what’s going on here?

I have #define HTTP_MAXSERVERS 3
and am using the tcp_reserveport(80); trick.