Linux does some sort of page caching automatically and its the reason for
there never being any "Free memory" in a Linux system. So if you read your
db via XML and php and develop a page from that using a CSS style sheet
Linux will cache it as a Page.(Took us forever to catch that one, something
t
Mister Jack wrote:
>Hi,
>
>I was wondering if there is any query cache code/lib somewhere to
>cache certains queries ?
>I'm always doing the same queries, (and the result never change, so I
>could spare the round-trip to the server), but caching each tine the
>data for it is a bit of work.
>Thanks