Re: idea needed: Longrunning PHP-script/continious stream/browser 'pagerenew'
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: idea needed: Longrunning PHP-script/continious stream/browser 'pagerenew'

From: Sjoerd <sjoerder@gmail.com>
Date: Fri Mar 31 2006 - 16:03:02 CEST

Erwin Moller wrote:
> I have a little problem figuring out something that solves the folowwing
> problem:
> 1) 1 script that can run for many hours (days).
> It will output regulary some information.
> 2) A browser that displays it.

The script could save its output to a file, which is repeatedly loaded
by a browser. Javascript can be used to refresh the page once in a
while.

Alternatively, you can make a Java applet which receives the data on a
socket.
Received on Mon May 1 02:45:50 2006