Why is it more cost-effective to assemble and deliver content in an edge server tier than in traditional business logic tiers?
Edge servers are highly efficient content delivery mechanisms. Unlike a JVM, an edge server does not execute business logic by instantiating Java classes. No computation, formatting or byte copies are required to deliver a page out of the cache. Thanks in large part to a short code path — hash on the request, assemble the fragments and serve the document — an edge server need not run on expensive hardware to provide excellent performance.
Related Questions
- Can a Video Portal appliance host media content? Why do I need a streaming server to deliver the content that I show on my Video Portal?
- How do I intercept the chart generation/rendering process and alter the content of the chart using custom business logic?
- Why do I need a streaming server to deliver live or video-on-demand content through the Cisco Video Portal?