- Apr 23, 2000
- 631
- 4
- 81
I am designing a small LAN of CNC machines that will be fed files from a main server. The server will hold all the information (machine files, part files, etc) and even large graphics files (100MB+). I am wondering the best and easiest structure for this kind of environment. I am sure I could whip up something in C# real quick that just uses folders in a filesystem, but we all know that scales poorly at some point (though it is really easy to navigate graphically with explorer). So should I start investing time into something like MySQL and putting a custom/graphical app on top? Does it handle large files well, or am I going to need to set up links to large files which then means files go to file system folders anyways (but MySQL keeps track)? Any suggestions are appreciated. Thanks!