Chris Smith wrote:

I have seen some people using stornig cached items in shared memory. This is explained in some detail here:

http://www.danga.com/memcached/

I heard that shared memory is actually slower than writing and reading a file and it is not available on windows systems.

There are PHP client APIs available.

Alternatively PEAR offers some interesting caching solutions although i have not investigated them thoroughly ( http://pear.php.net/ )

Caching brings all sorts of wierdness out in applications due to multiple states of data being present in different layers in a system, so be careful.

Thanks I will check it out.

Hope this helps,

Chris Smith
Ninja Labs
http://www.ninjalabs.co.uk/

greetings, Evert

--
Rooftop Solutions - Web Applications on Demand
tel. (+31)628962319 fax. (+31)842242474
[EMAIL PROTECTED]
http://www.rooftopsolutions.nl

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



Reply via email to