Keep Uploaded Files in Sync Across Multiple Servers - LAMP
Posted
by
Dfranc3373
on Server Fault
See other posts from Server Fault
or by Dfranc3373
Published on 2012-07-08T18:48:38Z
Indexed on
2012/07/08
21:18 UTC
Read the original article
Hit count: 219
I have a website right now that is currently utilizing 2 servers, a application server and a database server, however the load on the application server is increasing so we are going to add a second application server.
The problem I have is that the website has users upload files to the server. How do I get the uploaded files on both of the servers?
I do not want to store images directly in a database as our application is database intensive already.
Is there a way to sync the servers across each other or is there something else I can do?
Any help would be appreciated.
Thanks
© Server Fault or respective owner