Re: AW: CDN usage with ZOPE/ZMS?
"Diez B. Roggisch" <[email protected]> Thu, 14 Jan 2010 18:23:30 +0100
| Newsgroups | gmane.comp.cms.zms.devel |
|---|---|
| Message-ID | <[email protected]> |
On Thursday 14 January 2010 15:49:44 Niels Dettenbach wrote: > Hmm, > i didn't worked with CDN before but i hardly assume that there will be > (more then) one way to use ZOPE (and ZMS) with such types of services. > > Zope byself allows you to build clusters / GRIDs and "clouded" service > structures. Additionally Linux / *BSDs allows clustering / GRIDs / "cloud" > structures on system level. As ZMS is a Zope application it can participyte > from the Zope features and above. > > Are you able to explain your target application or problem in a more > detailed manner here? (if required you can write me directly). All the above doesn't help. Unless you want to become a CDN yourself, but that defies somewhat the purpose. No, what we currently do with our SVN-based deployed graphics is to - sync these to Amazon S3 - when they became available in the CDN, render the CDN-links inside the website So those two steps must be done as well : - extract all images, on demand or in a separate step doesn't matter. Publish them into the CDN - render the CDN links instead of local ones, once the sync has taken place. I can think of ways to patch this into ZMS or ZOPE, but rather go a recommended way of course. Diez