|
Posted by thib΄ on 01/13/08 19:33
Gilles Ganault wrote:
> Hello
>
> Out of curiosity, is there a way to avoid putting calls to MySQL in
> pages, and have PHP fetch data from a common pool, so that all
> connected users don't actually call MySQL directly, but simply read
> data from that common pool?
>
> Just an idea. I don't know if it makes any sense :-)
>
> Thanks.
I guess you're thinking about a cache concept, you should read some articles
about it; this can indeed be very useful if the database is submerged by
loads of identical, heavy search requests.
-thibΒ΄
Navigation:
[Reply to this message]
|