Stut wrote:

> Stefano Esposito wrote:
>> i'm in need to limit the numbers of conection to the database,
>> whithout loose of functionality. There is a general strategy to
>> achieve this?
> 
> 1) Caching
> 2) Caching
> 3) Caching
> 
> And if all that fails...
> 
> 4) Caching

And mysqls query cache does that pretty well. 

http://dev.mysql.com/doc/refman/5.0/en/query-cache.html


/Per Jessen, Zürich

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

Reply via email to