> Is the general logic to slice the page into some general pieces. For example
> ones that have always general data and those that change. Then the ones that 
> don't change are streamed to the user using passthrough and the rest of the 
> page is generated dynamically with the newest relevant data.

If a page has parts that change and not you can make frameset. In a frame that
does not change you send caching headers.
Durign generating page you can cache in memory unchangeble parts.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to