I was turning over the idea of using SOSS as a file / binary server (by using read through caching and an IBackingStore that accesses the files).
The question I have is how does SOSS store BLOBs? If it keeps cached BLOBs in memory, then it wouldn't be a good fit (wouldn't want to keep a 500MB file in memory). Would SOSS know to keep the BLOB on disk, and if so, is there a way of streaming the content?
The question I have is how does SOSS store BLOBs? If it keeps cached BLOBs in memory, then it wouldn't be a good fit (wouldn't want to keep a 500MB file in memory). Would SOSS know to keep the BLOB on disk, and if so, is there a way of streaming the content?