|
Posted by Jerry Stuckle on 01/07/08 12:50
Gilles Ganault wrote:
> On Sun, 06 Jan 2008 20:48:55 -0500, Jerry Stuckle
> <jstucklex@attglobal.net> wrote:
>> The PHP code can still be compiled and cached. The results from MySQL
>> is data, not operations.
>
> So for an accelerator like APC or eaccelerator, I must pay attention
> to separating code and display, or those tools won't be able to keep
> the op-code in cache.
>
No, I didn't say that. You're confusing the code, which can be compiled
and cached, with the data, which is not.
Code for maintainability. Performance wise, you won't notice a
difference until you're running hundreds of hits per second. And if
you're getting that many hits, you'll see other performance problems first.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|