Dreamweaver CS3  |  Go to CS4 Help

Processing dynamic pages

When a web server receives a request for a static web page, the server sends the page directly to the requesting browser. When the web server receives a request for a dynamic page, however, it reacts differently: It passes the page to a special piece of software responsible for finishing the page. This special software is called an application server.

The application server reads the code on the page, finishes the page according to the instructions in the code, and then removes the code from the page. The result is a static page that the application server passes back to the web server, which then sends the page to the requesting browser. All the browser gets when the page arrives is pure HTML. Here’s a view of the process:


A.
Step 1 - Web browser requests dynamic page.

B.
Step 2 - Web server finds page and passes it to application server.

C.
Step 3- Application server scans page for instructions and finishes page.

D.
Step 4- Application server passes finished page back to web server

E.
Step 5 - Web server sends finished page to requesting browser


Comments

Comments are no longer accepted for Dreamweaver CS3. Dreamweaver CS4 is the current version. To discuss Dreamweaver CS3, please use the Adobe forum.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/en_US/Dreamweaver/9.0/WS446BDDC8-8210-44f9-BC21-143FCC220338.html