[ale] Question: Transparent document sharing over the Internet

Geoffrey esoteric at 3times25.net
Wed Jun 8 21:27:30 EDT 2005


Chris Fowler wrote:
> A few years back I brought this question up about MySQL.  A BLOB
> was possible but there was a better solution.  Simply store the binaries
> on disk.  In the DB store the filenames.  You app can then feed the data
> to the remote or do whatever it needs to do. 

It's a whole lot easier to control access if the files are actually in 
the db.  You want to be sure the process is atomic and that's easier if 
you're dealing with database access and not database access AND 
filesystem access.  It can be done, it's just easier.

-- 
Until later, Geoffrey



More information about the Ale mailing list