I create script notifications that check the database for changes and then return in a custom javascript popup.
I have successfully completed loading and processing a jquery ajax script and php long polling page. all this worked perfectly apart from the fact that a lengthy request did not allow working with other loaded ajax content. I found that stopping it was to move it to another subdomain. however, this causes problems with js "Policies of the same origin", all possible ways to do this do not seem to work with long connection speeds, and another php proxy option hits the whole point in separate domains.
Does anyone have any ideas how to do this or any help whatsoever.
thank
Oli
source
share