maruhige has asked for the wisdom of the Perl Monks concerning the following question:
Hello Monks
Evidently I'm not inquiring of the internet adequately, as I find it difficult to believe this hasn't been done before:
Is there such a thing as a pre-existing perl based, or perl interfaceable Content delivery network *framework*?
The context is a multi-site catalyst application which has a single application server, but multiple content servers. Specifically catalyst sits on the web and chucks one of two non-interactive apache services to resolve high bandwidth file requests. Due to shifting needs it would be valuable to have a content server inside the NAT barrier used by the client machines which is where I'm looking for what I can only describe as a CDN framework.
The existing system has some 10-15k folders with some .7m files distributed within. These are split about evenly between the two content servers with some overlap, with a master copy stored on the catalyst host. The decision as to which to provide to any given response is already handled by the application (although it could probably be done better).
What I need to do is to add in a couple of inner network hosts for a few hundred of the content folders which need to be updated with additions from the central master copy. I'd imagine this could be done with, e.g. rsync but the management of which blocks should be hosted inside should ideally be administered through the catalyst application in some way to reduce user training.
Any suggestions?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Pre-packaged perl CDN framework?
by Corion (Patriarch) on Jan 04, 2016 at 07:38 UTC | |
by maruhige (Novice) on Jan 05, 2016 at 10:32 UTC | |
|
Re: Pre-packaged perl CDN framework?
by jellisii2 (Hermit) on Jan 04, 2016 at 14:14 UTC |