On Dec 12, 5:07 pm, "Josh Nathanson" <joshnathan...@gmail.com> wrote: > It looks like what you are doing there is called long polling, check this > out: > > http://en.wikipedia.org/wiki/Comet_(programming) > > -- Josh
Ah, thanks for pointing me to that. Unfortunately, it doesn't seem to work in jQuery. As far as I can tell, only one AJAX request can be outstanding at a time. Is there a way to work around that?