Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: HTML Display

by sunadmn (Curate)
on Sep 17, 2003 at 20:36 UTC ( [id://292249]=note: print w/replies, xml ) Need Help??


in reply to HTML Display

I would have to say the way I could see this being done would be to inbed a meta refresh tag into the html output and just point to some sort of incremental page system.I.E. bla.html -> bla1.html -> bla2.html and so on. -Stephen

Replies are listed 'Best First'.
Re: Re: HTML Display
by jdtoronto (Prior) on Sep 19, 2003 at 01:38 UTC
    Yes, that would work too. But the question remains, as I asked of another contributor - why do it that way? It would mean creating a series of static documents.

    The script is running, why not let it deal with the issue and keep code and/or HTML writing to a minimum?

    jdtoronto

      I agree that it would make more sense to have the perl handle this, but I am not quit sure how I would do it. Let me do some diggin and see what I can come up with, also if you find a good solution in the meantime please share with me as I would be very curious as to what you came up with.
      Stephen
        sunadmn Stephen,

        Once upon a time (oh my gosh!) when there was only HTML and CGI was barely in its infacny server push animation was used for all sorts of things. Progress indicators, slide shows, even simple animated drawings, were all done with server push.

        Lincoln Stein's CGI.pm has some server push capability and his newer CGI::Push module implements a cleaner interface. This appears to be slated for inclusion in the core release of Perl - I think it is in 5.8.1-RC4.

        jdtoronto

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://292249]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (3)
As of 2024-04-25 06:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found