[Catalyst-commits] r9094 - trunk/Catalyst-Plugin-Cache/lib/Catalyst/Plugin/Cache/Backend

plu at dev.catalyst.perl.org plu at dev.catalyst.perl.org
Fri Jan 16 12:17:03 GMT 2009


Author: plu
Date: 2009-01-16 12:17:03 +0000 (Fri, 16 Jan 2009)
New Revision: 9094

Modified:
   trunk/Catalyst-Plugin-Cache/lib/Catalyst/Plugin/Cache/Backend/Memory.pm
Log:
Added note about fork() problem

Modified: trunk/Catalyst-Plugin-Cache/lib/Catalyst/Plugin/Cache/Backend/Memory.pm
===================================================================
--- trunk/Catalyst-Plugin-Cache/lib/Catalyst/Plugin/Cache/Backend/Memory.pm	2009-01-15 21:05:21 UTC (rev 9093)
+++ trunk/Catalyst-Plugin-Cache/lib/Catalyst/Plugin/Cache/Backend/Memory.pm	2009-01-16 12:17:03 UTC (rev 9094)
@@ -36,6 +36,11 @@
 
 =head1 DESCRIPTION
 
+This backend uses L<Storable> to cache data in memory.
+
+In combination with an engine like FastCGI/mod_perl/prefork which calls fork()
+your cache will get async because child processes don't share cache in memory.
+
 =cut
 
 




More information about the Catalyst-commits mailing list