Basic HTML version of Foils prepared 11 May 1997

Foil 18 Dynamic Web Pages --- Server Push

From Introduction to CGI Programming ECS400 Spring 97 Senior Undergraduate Course -- Spring Semester 97. by Nancy J. McCracken *

1 A web server can return a sequence of replies to the web browser by running a Non-Parsed Header (NPH) CGI script, usually of the form:
    • nph-myprogram.cgi
2 It also uses a special MIME-type,
    • multipart/x-mixed-replaced
3 which allows each reply to replace the previous one on the same browser page.
4 The main part of the document is a container, which has boundary strings between the individual entities, each starting with 2 dashes. The final boundary string also ends with 2 dashes to terminate the entire container.

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Thu Aug 21 1997