I guess the above answer is technically correct, although I would never use Server Push technologies. From the small experiments that I have run with Push (about a year ago), I noticed that while the server-side works well under Apache, MS browsers tend to hang if you leave them running on push for over long periods of time/data.

On the server-side, my first try was with ActiveState and IIS 4.0. Needless to say that for every open connection another perl process spawned and soon enough the machine was brought down to its knees. I guess it was probably something that I was doing wrong, but I managed to improove this greatly by moving everything to a Linux server running everything under Apache.

IMHO, too many small glitches to actually do anything serious.

I fooled around a bit with Active Channels (remember that screensaver thingy that came with IE 4.0?) trying to build a newscast for my intranet with perl. It didn't work out as I had expected. I'll try and find the code I was working on (if I still have it on tape).

#!/home/bbq/bin/perl
# Trust no1!

In reply to RE: Re: Retrieving Dyn-Data from CGI without reloading web-page? by BBQ
in thread Retrieving Dyn-Data from CGI without reloading web-page? by crazyinsomniac

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.