Image storage

Posted by Skeptical, 01-27-2011, 03:07 AM
Suppose a website is running on 3 web servers, and there are 40GB of image files. Which is a better option? - Mount the image folder using NFS to each web server. Easier to maintain but will be slower due to the files having to go through a network to get served up. - Each webserver has its own copy of the image files. This will mean fast load times, but higher maintenance prices (rsync to sync the files across all web servers)

Posted by synrg, 01-28-2011, 04:11 PM
My vote would be option 1. Yes it would be slightly slower over the network but I cant imagine the weakest link in the chain is going to be the network transfer so it shouldnt be an issue. Much easier to backup, much easier to change, much easier to expand once you have 4000gb of pictures.

Posted by Skeptical, 02-01-2011, 09:33 AM
Great input! Anyone else have any thoughts?

Posted by csparks, 02-01-2011, 08:25 PM
you could use a Distributed Filesystem, I have no experience with these (but will have to learn pretty soon), but it basically makes all the servers act as one filesystem (maybe like NFS, not sure if they are the same or not, and if so, sorry)

Posted by Squidix - SamBarrow, 02-02-2011, 01:10 AM
I'd try to find a way to put the images on a single server for read access, and use an NFS mount to write the images (if they are being uploaded through the web site on these 3 servers).

Posted by praveenkv1988, 02-02-2011, 03:19 AM
Using NFS is the better option. That will make sure images are available for all 3 servers at anytime.

Posted by ayna, 02-09-2011, 07:17 AM
Hello, Best is NFS. Thanks for pot this information..its very interesting to visit this websites..

Posted by eShop-Systems, 02-09-2011, 09:03 AM
Use cloud hosting. Your images keep away for other applications so that your website is always up and running (and running fast).

Posted by athenspc, 02-09-2011, 09:19 AM
Serving the images from a cloud server can lead into many problems. One is security and the other is the high traffic that your cloud server might have occassionaly.

Posted by pmwebster, 02-09-2011, 11:25 AM
For 40gb? I'd use rsync. That way you have a backup in triplicate without any further effort

Posted by mahesh2010, 02-10-2011, 02:22 AM
Hi, For this Question Cloud computing can solve the problem, Cloud servers can make Images from single cloud and Much faster than VPS hosting but little bit costly than VPS servers

Was this answer helpful?

 Print this Article

Also Read

Apache/MySQL hosting in 2 locations - setup for me or tuitorial?

Posted by jcy1978, 06-27-2008, 12:22 AMGood evening all, I'd like to have the ability to offer...

Cisco Switch Suggestions

Posted by CoreXchange, 09-15-2008, 05:44 PMCan anyone recommend a 24 port switch with following...

DNS/Proxy Cache

Posted by linux2man, 07-15-2007, 10:57 AMHello; I made changes in httpd.conf to redirect website...

Any way to stop spammers from forging the "From" or "Reply To" fields?

Posted by mifbody, 03-28-2008, 07:21 PMHey guys, Is there any possible way to stop spammers from...

httpme or voxtreme

Posted by slowmail, 08-29-2002, 03:29 PMHi there, Am very new to the whole scheme of...