On 2001.12.19, Peter M. Jansson <[EMAIL PROTECTED]> wrote:
> The last time I looked at server push, there was one example on the
> netscape site, and it appears that the mechanism used is no longer widely
> supported by the browser.  Can you point this interested reader to a
> better example?

One way of doing it (which isn't great, but it's easy to implement)
is:

    http://aolserver.com/docs/devel/tcl/tcl-api.adp#ns_adp_stream

Another way is hand-crafting your own HTTP response using
multipart MIME, with each part being of type text/html (or
whatever is appropriate).  Every so often, before the
timeout elapses, either send the keep-alive part (can't
remember what it is off the top of my head) or your actual
content part.

-- Dossy

--
Dossy Shiobara                       mail: [EMAIL PROTECTED]
Panoptic Computer Network             web: http://www.panoptic.com/
  "He realized the fastest way to change is to laugh at your own
    folly -- then you can let go and quickly move on." (p. 70)

Reply via email to