[Catalyst-commits] r12399 -
trunk/examples/CatalystAdvent/root/2009/pen
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Wed Dec 16 01:39:29 GMT 2009
Author: t0m
Date: 2009-12-16 01:39:28 +0000 (Wed, 16 Dec 2009)
New Revision: 12399
Modified:
trunk/examples/CatalystAdvent/root/2009/pen/media_delivery.pod
Log:
Make varnish a link
Modified: trunk/examples/CatalystAdvent/root/2009/pen/media_delivery.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2009/pen/media_delivery.pod 2009-12-16 01:12:38 UTC (rev 12398)
+++ trunk/examples/CatalystAdvent/root/2009/pen/media_delivery.pod 2009-12-16 01:39:28 UTC (rev 12399)
@@ -21,8 +21,9 @@
=head3 What about a cache?
-That's a good question - putting a cache (such as varnish) in front of your application
-and letting it handle most of the requests for static content is a great solution.
+That's a good question - putting a cache (such as L<varnish|http://varnish.projects.linpro.no/>)
+in front of your application and letting it handle most of the requests for static content
+is a great solution.
However, in some cases (specifically one use URIs, when you want to check ACLs and
when you want to log all accesses to a resource) then it is not possible to perform
More information about the Catalyst-commits
mailing list