Results 1 to 1 of 1
-
16th Feb 2012, 02:17 AM #1OPMember
When Storage Capacity is a Problem
Well, I'm sure some people have found this problem somewhere down the line.
If you have ever tried to run a serious image hosting, or file hosting site you will most likely run out of storage space very quickly. And yes, now with the Amazon S3 and stuff like that you can just get an storage account and you will be set for life, but if you're like me and you like having your storage on your own servers then this mini post may be useful.
The best way I personally have found to deal with this problem is to use an HTTP-based distributed storage engine. By HTTP-based I mean using an web API written in any server-side language such as PHP or whatever else you like.
A regular distributed storage engine basically consists of a primary server and several "storage nodes". The primary server (or master node) keeps track of resource usage and available free space of other nodes among other things.
So by setting up a simple database and a consistent API written in either some quickie language like PHP or highly more robust like a dedicated C socket server things can get pretty awesome.
I hope to hear some comments, maybe I'll expand the post a bit!ciachn Reviewed by ciachn on . When Storage Capacity is a Problem Well, I'm sure some people have found this problem somewhere down the line. If you have ever tried to run a serious image hosting, or file hosting site you will most likely run out of storage space very quickly. And yes, now with the Amazon S3 and stuff like that you can just get an storage account and you will be set for life, but if you're like me and you like having your storage on your own servers then this mini post may be useful. The best way I personally have found to deal with Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Website Load/Capacity Testing
By jamilv in forum Webmaster DiscussionReplies: 0Last Post: 22nd Aug 2012, 08:40 PM -
VPS for pic storage
By inject0r in forum Hosting DiscussionReplies: 10Last Post: 31st Jul 2012, 05:13 AM -
Filefactory Capacity
By denpers in forum File Host DiscussionReplies: 2Last Post: 5th May 2012, 08:40 AM -
Storage.to is no more...
By redeemer in forum General DiscussionReplies: 5Last Post: 16th Oct 2010, 10:02 AM -
storage.to
By knaga in forum Affiliate Programs PromotionReplies: 276Last Post: 31st Mar 2010, 08:49 AM
themaPoster - post to forums and...
Version 5.35 released. Open older version (or...