tomek
07-12-2004, 12:40 PM
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!
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!