How and where to store user uploaded files in high traffic web farm scenario website?
- by Inam Jameel
i am working on a website which deploy on web farms to serve high traffic.
where should i store user uploaded files? is it wise to store uploaded files in the file system of the same website and synchronize these files in all web servers(web farm)? or should i use another server to store all uploaded files in this server to store files in a central location?
if separate file server will be a better choice, than how can i pass files from web server to that file server efficiently?
or should i upload files directly to that file server?