1.

What Is Meant By Dynamic And Static Content? Can My Array Appliance Cache Dynamic Content?

Answer»

When a client requests a web page, a web server returns the requested CONTENT. If the content is RETRIEVED from disk/memory and returned to the client without further processing, the content is SAID to be STATIC. If the content is generated on-the-fly by the server (e.g., based on database data), it is referred to as dynamic content.

When a client requests a web page, a web server returns the requested content. If the content is retrieved from disk/memory and returned to the client without further processing, the content is said to be static. If the content is generated on-the-fly by the server (e.g., based on database data), it is referred to as dynamic content.



Discussion

No Comment Found