Posted by Jerry Stuckle on 01/06/08 20:08
Gary L. Burnore wrote:
> On Sun, 06 Jan 2008 14:26:32 -0500, Jerry Stuckle
> <jstucklex@attglobal.net> wrote:
>
>> Gilles Ganault wrote:
>>> Hi
>>>
>>> One of the ways to raise performance for PHP apps is to
>>> separate static contents from dynamic contents, so that the former can
>>> be compiled once into cache.
>>>
>>> Can someone give me a simple example of how this kind of thing is done
>>> when making calls to MySQL?
>>>
>>> Thank you.
>>>
>> Gilles,
>>
>> Displaying static output from a PHP page isn't that much overhead. I
>> doubt you'll even begin to notice the difference until you're running
>> hundreds of hits per second.
>
> While YOUR sites may only get a hundred hits per seconds but REAL
> websites can get much more.
I OWN YOU, Gary! ROFLMAO!
I said NOTHING about my sites!
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|