Virtual File System
From XOMBO Documentation
To deal with the constraints presented by distributed servers and the continued need to provide access to local files, XOMBO Platform implements a virtual file system. This implementation allows for caching of files in Memcache or Database storage locations, in addition to a standard disk file system, as provided by your OS. This improves access time and allows files to be accessed discretely across multiple web servers without requiring a centralized file share. The Virtual File System allows developers to access file contents with the same file handling functions they are already familiar with.
File ./model/vfilestream.class.php ★ SVN http://svn.xombo.org/svn/platform/current/trunk/model/vfilestream.class.php API DOCS

