Re: [PHP] Implementing database cache.

2004-12-09 Thread Richard Lynch
Bruno B B Magalhães wrote: > does anybody have am idea of witch are the required functions to > implement a database query cache? I have a very nice and fast database > layer, witch I use in all my projects (about 19 sites and a lot of > others hot-sites and systems like intranet and extranets). He

Re: [PHP] Implementing database cache.

2004-12-08 Thread Bruno B B Magalhães
I am using mysql with cache results enable, but as every addicted I want more and more... course I have to benchmark it to see if its worth... Regards, Bruno B B Magalhães On Dec 8, 2004, at 8:34 PM, John Holmes wrote: Bruno B B Magalhães wrote: Hi again guys, does anybody have am idea of witch

Re: [PHP] Implementing database cache.

2004-12-08 Thread John Holmes
Bruno B B Magalhães wrote: Hi again guys, does anybody have am idea of witch are the required functions to implement a database query cache? What database are you using? I think most of the common ones already have a cache built into them that you'd just have to enable. That'd be the best route

[PHP] Implementing database cache.

2004-12-08 Thread Bruno B B Magalhães
Hi again guys, does anybody have am idea of witch are the required functions to implement a database query cache? I have a very nice and fast database layer, witch I use in all my projects (about 19 sites and a lot of others hot-sites and systems like intranet and extranets). Here is my idea of