Reply to server push

Your name:

Reply:


Posted by Ike on 11/18/83 11:43

I have a snippet of code I got from a fellow named Frank Reynold's site.
I've amended it such that if I have a file, which I call getdata.txt, which
is a text file which an application writes to a server sporadically and
frequently, and I wish that text to be visible in a browser window, this
accomplishes that. Anytime getdata.txt is changed on the site, it is
reflected in the browser.

HOWEVER, since a php script times out (typically in 30 seconds, the
default), this wonderful little thing dies every 30 seconds. Can anyone tell
me a way (other than changing the time out value in php.ini !) how to make
this run indefinitely. Any kind of hack someone can point me in the
direction of here? Thanks, Ike

<?php
$file = "./getdata.txt";
$maxexectutiontime=10;//set in php.ini
$sep = "ofaLlTherCrzyThInggsIhaveayeard";
$a=0;
$b=0;
if (ereg(".*MSIE.*",$HTTP_SERVER_VARS["HTTP_USER_AGENT"]))
{
# If IE, spit out one time and exit
header("Cache-Control: no-cache");
header("Pragma: no-cache");
header("Content-type: text/plain");
header("Content-size: " . filesize($file));
readfile($file);
}
else
{
# if not IE, give the browser a try
header("Content-Type: multipart/x-mixed-replace; boundary=$sep");
do {
print "Content-Type: text/plain\n\n";
readfile($file);
print "\n--$sep\n";
flush();
$mt = filemtime($file);
do {
$a++;
if($a>=$maxexectutiontime-1){
$b=-1;
}else{
sleep (1);
# we won't output the same data twice.
clearstatcache();
}
} while ($mt == filemtime($file) && $b==0);
} while ($b==0);
}
?>

[Back to original message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация