How and where to store user uploaded files in high traffic web farm scenario website?
Posted
by Inam Jameel
on Stack Overflow
See other posts from Stack Overflow
or by Inam Jameel
Published on 2010-03-12T16:45:28Z
Indexed on
2010/03/12
16:47 UTC
Read the original article
Hit count: 324
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?
© Stack Overflow or respective owner