Topic: Multi Server Support
Hello,
can you add multi server support ?
like 1 server for script, and unlimited other servers for the pics. ![]()
You are not logged in. Please login or register.
Hello,
can you add multi server support ?
like 1 server for script, and unlimited other servers for the pics. ![]()
I will think about it.
Hello,
can you add multi server support ?like 1 server for script, and unlimited other servers for the pics.
I will paid for this version :X
I also wouldn't mind paying for it too. Perhaps put this feature in Chevereto 2.0
I will think about it.
What about CDN storage like MaxCDN, Amazon Webserver ? I think CDN is better than multi storage server.
Last edited by Doobbe (2010-12-22 05:31:23)
Rodolfo wrote:I will think about it.
What about CND storage like MaxCND, Amazon Webserver ? I think CND is better than multi storage server.
Totally agree
I have my script set up to run with Amazon AWS systems. Support install on external server or on an actual Amazon server. Basically instead of hosting files on your main server, it hosts them on Amazon's servers. This is ideal since you can deploy additional servers to meet your needs and you only pay for the storage space you use.
I am still in the process of working out all the kinks, but as soon as I do I will make a thread to gauge interest in the upgrade.
It is set up so that i.yourdomain.com/filename.gif will display the image. If you don't want to use a subdomain, it can also be set to yourdomain.com/imagefolder/filename.gif
I have my script set up to run with Amazon AWS systems. Support install on external server or on an actual Amazon server. Basically instead of hosting files on your main server, it hosts them on Amazon's servers. This is ideal since you can deploy additional servers to meet your needs and you only pay for the storage space you use.
I am still in the process of working out all the kinks, but as soon as I do I will make a thread to gauge interest in the upgrade.
It is set up so that i.yourdomain.com/filename.gif will display the image. If you don't want to use a subdomain, it can also be set to yourdomain.com/imagefolder/filename.gif
That could end up costing you a fortune on bandwidth. My image hosting site goes through terabytes of bandwidth each month. A CDN like Amazon S3 + CloudFront would be an expensive option.
So...is that a "Yes." on the multi servers idea?
As far as I can tell, it looks more than a NO on the multi servers idea, I haven't seen anything about it in the Chevereto 2.0 documentation.
This feature won't be implemented in Chevereto 2.0, but as discussed before, their is a lot of others way to achieve the multi-servers hosting without the implication of the main script.
Last edited by Danny.Domb (2011-06-09 01:14:37)
sp3ctr3 wrote:So...is that a "Yes." on the multi servers idea?
As far as I can tell, it looks more than a NO on the multi servers idea, I haven't seen anything about it in the Chevereto 2.0 documentation.
This feature won't be implemented in Chevereto 2.0, but as discussed before, their is a lot of others way to achieve the multi-servers hosting without the implication of the main script.
Sorry, but if you don't mind, can you elaborate on how I'd achieve multi-server hosting?
I did a bit of a search, but so far haven't found anything. Only the CDN idea as stated earlier in this thread.
Danny.Domb wrote:sp3ctr3 wrote:So...is that a "Yes." on the multi servers idea?
As far as I can tell, it looks more than a NO on the multi servers idea, I haven't seen anything about it in the Chevereto 2.0 documentation.
This feature won't be implemented in Chevereto 2.0, but as discussed before, their is a lot of others way to achieve the multi-servers hosting without the implication of the main script.
Sorry, but if you don't mind, can you elaborate on how I'd achieve multi-server hosting?
I did a bit of a search, but so far haven't found anything. Only the CDN idea as stated earlier in this thread.
Sorry, I'm not an expert in this field, in fact I know almost nothing XD!
Maybe somebody else will be able to help you.
Danny.Domb wrote:sp3ctr3 wrote:So...is that a "Yes." on the multi servers idea?
As far as I can tell, it looks more than a NO on the multi servers idea, I haven't seen anything about it in the Chevereto 2.0 documentation.
This feature won't be implemented in Chevereto 2.0, but as discussed before, their is a lot of others way to achieve the multi-servers hosting without the implication of the main script.
Sorry, but if you don't mind, can you elaborate on how I'd achieve multi-server hosting?
I did a bit of a search, but so far haven't found anything. Only the CDN idea as stated earlier in this thread.
I'm wondering if it's possible to setup the script to host images on a sub-domain. For example, you could have server 1 of: a.mydomain.com. Once that server's full, all images previously uploaded images are still served off of it, but you could setup a second server like b.yourdomain.com. This would allow you to have multiple individuals servers instead of all your eggs in one basket.
I haven't had really any experience with high setups before, but you may want to look at some load balancing. This would involve a master file list I assume so it knows what server holds the file, but I know some type of setup has to be possible. A great example of this is the imgur.com website - http://imgur.com/stats/ . Right now that page is down, but when it's back up you'll see they are pushing around 600TB (Yes, TB) per month in bandwidth. That is clearly not done by a single server, but 100% of their images are served off of i.imgur.com, one sub-domain.
The multi-server it's not a issue of having more subdomains, it's a issue of server setup and script features. If you really want a multiserver setup then we must start on the dedicated server enviroment and not the shared environment. At least if your plan is serving 600TB/mo. on a network of servers.
The CDN it's a different thing, way more easier to implement but every CDN (amazon, rackspace, etc) are different implementations and setups, therefore, if you want to offer CDN support you must support at least the major services, even CDN in a box for instance.
Both implementations are not common things and they are not a massive requirement at the moment. I really like the idea of implement CDN support and then multiserver support but I also need to get myself more involved on this new setups and environments, I need to get more info and a whole scoope of things so I can offer you something that you will really like and that it will be useful and not just a fancy useless feature.
So far I can tell you that I'm really interested on this features, but I can't give you dates for the official implementation of this.
Hope you understand,
Regards.
The multi-server it's not a issue of having more subdomains, it's a issue of server setup and script features. If you really want a multiserver setup then we must start on the dedicated server enviroment and not the shared environment. At least if your plan is serving 600TB/mo. on a network of servers.
The CDN it's a different thing, way more easier to implement but every CDN (amazon, rackspace, etc) are different implementations and setups, therefore, if you want to offer CDN support you must support at least the major services, even CDN in a box for instance.
Both implementations are not common things and they are not a massive requirement at the moment. I really like the idea of implement CDN support and then multiserver support but I also need to get myself more involved on this new setups and environments, I need to get more info and a whole scoope of things so I can offer you something that you will really like and that it will be useful and not just a fancy useless feature.
So far I can tell you that I'm really interested on this features, but I can't give you dates for the official implementation of this.
Hope you understand,
Regards.
I hope i understood you.... is it just difficult to implement multiserver support, if you use different systems?
Is it easier to implement multiserver support if i want to use for example 6 dedicated server of ovh.fr , ovh.de alphahost.de or any other hoster , with the same OS ?
Powered by PunBB, supported by Informer Technologies, Inc.
Powered by PunBB