Chapter 7
(Optional/Advanced)

Non-Parsed Headers ("Server Push")

Customary Server/CGI Interaction:
  1. script outputs Content-Type and perhaps a few other headers
  2. server adds a status code ("200 Ok", "500 Server Error", etc.)
  3. server may add other headers e.g. Server identifying the server software
  4. script runs, sends its output to server
  5. server caches the output of the script
  6. server keeps caching until it gets an EOF from the script
  7. server sends all of the output to the browser at one time
To Deliver Realtime Data, Disable Server Caching:
Back Home Curriculum Contents
http://www.keller.com/perlweb/chap7/index.html
Updated Wednesday, 31-Oct-2001 14:25:00 CST

Copyright © 2000
Dan Keller Technical Services
4500 19th St., San Francisco
California, USA 94114
tel: 415 / 861-4500