| say I have a large site using a database and multiple web servers
is it possible to store the photos in the database instead of on the disk, this will prevent images being uploaded to the web servers. I'm trying to prevent the situation of a user being on webserver1 and uploading a photo and a user going to web server 3 and not being able to see the photo. Doing an rsync every minute with only new files i think will be a pain in the ass.
|