|
Posted by Jerry Stuckle on 01/07/08 01:48
Gilles Ganault wrote:
> On Sun, 06 Jan 2008 14:26:32 -0500, Jerry Stuckle
> <jstucklex@attglobal.net> wrote:
>> Displaying static output from a PHP page isn't that much overhead.
>
> Good to know. But if PHP pages contain connections to MySQL, their
> contents is dynamic, so their opcode cannot be compiled once and kept
> in cache? How do real life apps handle this?
>
The PHP code can still be compiled and cached. The results from MySQL
is data, not operations.
And unless you are running an accelerator, the code isn't cached anyway.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|