Book Image

Plone 3 Multimedia

By : Tom Gross
Book Image

Plone 3 Multimedia

By: Tom Gross

Overview of this book

<p>Plone is a free and open source content management system built on top of the Zope application server. Multimedia provides us with stunning interactive user experiences and many design options, but it requires discipline and knowledge to utilize it effectively so that we do not alienate our audiences. By providing an overview of multimedia content together with a practical focus on how to process it in the web context, this book will be your ideal partner when turning your Plone site into a full-featured multimedia Internet presence.<br /><br />From watermarked images, integrated Silverlight-applications over geotagged content and rich podcasts to protected video-on-demand solutions this book provides a rich repository of tools and techniques to add full multimedia power to Plone. This step-by-step guide will show you how to collaborate with many external web resources to build a powerful interactive Plone site that perfectly meet your needs.<br /><br />Multimedia data is a very important part of the Internet, considering the amount of storage and bandwidth taken. This book will show you how to turn your multimedia data in valuable multimedia content by using the mature and extensible open source CMS Plone.<br /><br />With its content-centric approach Plone allows specialized use-case scenarios for image, audio, video, Flash and Silverlight applications. The initial chapters focus on managing image, audio, video, and flash content for your Plone website. We then plunge into content control and syndication. <br /><br />The book will show you how to structure your content by tagging, rating, and geolocating. It will give you insights on how to upload, store, and serve your multimedia content in an effective way.</p>
Table of Contents (19 chapters)
Plone 3 Multimedia
Credits
About the Author
About the Reviewers
Preface
Syndication Formats
Index

Chapter 10. Serving and Caching

In the last chapter of the book, we want to put out a feeler for applications and tools outside of Plone to improve the multimedia experience. We already have seen some techniques in the previous chapter, where we stored large binary data outside the ZODB or let them be served with a web server. In this chapter, we want to go further and investigate some other hosting scenarios usable with Plone.

Plone does not provide a responsive user experience out of the box. This is not because the system is slow, but because it simply does (too) much. It does a lot of security checks and workflow operations, handles the content rules, does content validation, and so on. Still, there are some high-traffic sites running with the popular Content Management System. How do they manage?

"All Plone integrators are caching experts." This saying is commonly heard and read in the Plone community. And it is true. If we want a fast and responsive system, we have to use caching and...