Page 1 of 1

cache files on a remote server ?

Posted: Mon Jul 12, 2004 3:51 pm
by tomek
Hi!

If I have 2 servers (A and B) - is it possible to run a script on server A which reads/writes cache files from/to server B?

so server B would be my "cache-server"...

does anyone know a class that can do this?

up until now I used cacheLite and had the cache on the same server as the script...

It would be perfect if I could make cacheLite work the way I want. Actually I think it should be possible. Cache Lite uses the "opendir" function.

the documentation says:

As of PHP 4.3.0 path can also be any URL which supports directory listing, however only the file:// URL wrapper supports this in PHP 4.3.

do I specifiy the path like that?
$cachDir = 'file://www.domain.com/dircetory';

my tests don't work...

any Input would be great!

Posted: Mon Jul 12, 2004 5:22 pm
by Buddha443556
Network the servers. Maybe use something like Samba? Have no idea if that would work just an idea. Should.

Does not seem like a good idea to add a bottleneck (local network) to the caching system though.