Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
3answers
280 views

Write-once read-often distributed file storage for .NET?

I have a C#/.NET application that needs to store variable-sized binary blobs (10KB - 100MB) in a central repository. MogileFS meets my needs exactly (write-once, highly available, transparent ...
1
vote
2answers
203 views

Distributed file source

Looking for a software solution to to store large files (>50MB - 1.5GB), distributed across multiple servers. We have looked at MogileFS, however, given existing software demands, need to have an NFS ...
0
votes
0answers
27 views

How to mock out MogileFS in PHP

I need to write a unit test for a class which utilizes MogileFS. In order to write a real unit test I want to mock out the FS. What method or library should I use? The app is written in PHP using the ...
0
votes
0answers
16 views

Doctrine 2 external relations (non-database)

I have a model which represents a file, and I have a doctrine entity which represents a collection of files. I only want to store the unique filename in the database, as a relation to my file model, ...
0
votes
0answers
97 views

easily deleting multiple files in MogileFS?

Is there a way to programmatically delete a large group of files in MogileFS without manually listing all keys and iterating through the ones I want to delete, and without relying on my own homegrown ...
0
votes
2answers
184 views

mogilefs/php question

Hey Guys, u I am using mogilefs to store files on a storage cluster. And i want to offer a download link to users. Only when i run getPaths on mogileFS it returns something like: ...
0
votes
1answer
111 views

Flash Media Interactive Server with MogileFS

Is it possible to get Flash Media Interactive Server working in conjunction with MogileFS? What it boils down to is that I need FMIS to fetch the FLV files from MogileFS over HTTP. As far as I can ...