Beefy Boxes and Bandwidth Generously Provided by pair Networks Cowboy Neal with Hat
The stupid question is the question not asked
 
PerlMonks  

Re: how to implement "tail -f" using CGI

by Starky (Chaplain)
on May 17, 2001 at 00:47 UTC ( [id://81133]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to how to implement "tail -f" using CGI

In the cheezy but effective category, if you are trying to create the visual impression of a continuously updated document but don't want the web server to have a bunch of processes loitering for extended periods of time sucking up system resources, you can use a meta tag like
<meta HTTP-EQUIV="REFRESH" CONTENT="15;URL=http://www.myurl.com/myapp?tail=mytail">
If the URL is self-referencing, then the page continuously updates itself every 15 seconds. This strategy is used by the Big Brother monitoring tool, for example. Hope this helps!
  • Comment on Re: how to implement "tail -f" using CGI

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://81133]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.