Justin French wrote:
anyone got any links to decent tutorials on sql caching, and caching in
general?
A few questions:

At what level do you want the caching?
Are you talking about stored procedures?
Do you mean storing functions in the DB? (some DB's, like PostgreSQL can compile functions once and reuse the compiled function).

Let me know where you want the caching to be and maybe I have a link or two.

Jc


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to