I need to initiate a reload from the server side(PHP) durring and AJAX call. How do I do this. I honestly don\'t think it is supported.
My current method is to u
There is a pattern that uses AJAX to create a PUSH-alike application. I don't know the real name of the paradigm, nor a good implementation, but this is basically how it works:
So there is always a "hanging" connection, and as soon as the server wants to respond, the client immediately creates a new one that hangs again.