[Catalyst-commits] r13356 - Catalyst-Plugin-Session/0.00/trunk/lib/Catalyst/Plugin

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Wed Jun 16 17:39:54 GMT 2010


Author: t0m
Date: 2010-06-16 18:39:54 +0100 (Wed, 16 Jun 2010)
New Revision: 13356

Modified:
   Catalyst-Plugin-Session/0.00/trunk/lib/Catalyst/Plugin/Session.pm
Log:
Clarify docs

Modified: Catalyst-Plugin-Session/0.00/trunk/lib/Catalyst/Plugin/Session.pm
===================================================================
--- Catalyst-Plugin-Session/0.00/trunk/lib/Catalyst/Plugin/Session.pm	2010-06-16 01:02:51 UTC (rev 13355)
+++ Catalyst-Plugin-Session/0.00/trunk/lib/Catalyst/Plugin/Session.pm	2010-06-16 17:39:54 UTC (rev 13356)
@@ -1105,12 +1105,9 @@
 
 =back
 
-If this is a concern in your application, a soon-to-be-developed locking
-solution is the only safe way to go. This will have a bigger overhead.
+For applications where any given user's session is only making one request
+at a time this plugin should be safe enough.
 
-For applications where any given user is only making one request at a time this
-plugin should be safe enough.
-
 =head1 AUTHORS
 
 Andy Grundman




More information about the Catalyst-commits mailing list