idea needed: Longrunning PHP-script/continious stream/browser 'pagerenew'
- From: Erwin Moller <since_humans_read_this_I_am_spammed_too_much@xxxxxxxxxxxxxxxx>
- Date: Fri, 31 Mar 2006 15:48:16 +0200
Hi,
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.
So the browser will receive a stream of information over hours, and the php
script will output it (using flushing probably to make sure the browser
knows the stream is still alive.)
Ideally I would like to give the browser some command to throw away all the
old output to keep it fast and not having megabytes of info on the page.
But that means a new http-request, which doesn't suit my needs.
AFAIK this is not possible, but if it is possible somehow, please tell me.
If you think it is completely impossible, also please tell me. :-)
Thanks for your time.
Kind regards,
Erwin Moller
.
- Follow-Ups:
- Prev by Date: Re: Looping through arrays with foreach
- Next by Date: Re: idea needed: Longrunning PHP-script/continious stream/browser 'pagerenew'
- Previous by thread: Looping through arrays with foreach
- Next by thread: Re: idea needed: Longrunning PHP-script/continious stream/browser 'pagerenew'
- Index(es):
Relevant Pages
|