Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I design a multi-threaded application that will monitor and handle files in selected folders (according to user preference).

What is the best way to store information on the files ? (e.g. User add xxx directory, I need to go over the directory and add all the files and sub dir to my application)

Should I use a standard database? which one?

EDIT: The application is intended to be used on a PC, and the internal database is local. The files/directory tree information will contain a mapping from local location to cloud location.

Thanks

share|improve this question
There are thousands of possible answers to this question. Subjective and argumentative – Sean Patrick Floyd Mar 21 '11 at 9:29
Often the best way to store files (and information about them) is on a filesystem. ;) You need to be more specific, to get a specific answer. – Peter Lawrey Mar 21 '11 at 9:45

closed as not constructive by Sean Patrick Floyd, Bombe, Nishant, adarshr, Björn Pollex Mar 21 '11 at 13:03

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

Browse other questions tagged or ask your own question.