php-long-polling icon indicating copy to clipboard operation
php-long-polling copied to clipboard

An extremely simple example of a "real-time" self-updating page using long-polling.

Results 7 php-long-polling issues
Sort by recently updated
recently updated
newest added

Hi! Can someone help me? When data.txt change I want to reload the client.html page (instead of changing the "response" div content). I've tryed also something like this (so i...

I have a php5.6 nginx 2GB Ram on my server. On localhost it works good. What the problem can it be?

It was necessary to chat about this technology, everything seems to be usually updated on the example of the file, but how to update the query? `set_time_limit(0); while (true) {...

Since you are sending the previous modification time in every Ajax request but the first, why not have the PHP code echo the message, then die()? If changes are missed,...

I am using this teqnique on a dashboard, running on an ipad. Do you have a sugestion to how the script can reconnect when network connection is disconnected, and then...

have you ever experienced apache overloading or being non responsive? it feels like apache or php just continue to run even if the client already closed the browser. thanks in...

I’m trying to upload file to a web server with curl all is fine but How to send curl upload progress to Ajax to be displayed , do your PHP-long-polling...