[Catalyst-commits] r13807 - trunk/examples/CatalystAdvent/root/2010
dhoss at dev.catalyst.perl.org
dhoss at dev.catalyst.perl.org
Wed Dec 8 03:37:16 GMT 2010
Author: dhoss
Date: 2010-12-08 03:37:16 +0000 (Wed, 08 Dec 2010)
New Revision: 13807
Modified:
trunk/examples/CatalystAdvent/root/2010/7.pod
Log:
fixed minor pod error
Modified: trunk/examples/CatalystAdvent/root/2010/7.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2010/7.pod 2010-12-07 23:11:56 UTC (rev 13806)
+++ trunk/examples/CatalystAdvent/root/2010/7.pod 2010-12-08 03:37:16 UTC (rev 13807)
@@ -34,16 +34,16 @@
Again, a small ascii flowchart of this process should remove all questions you have of this process:
-<pre>
-Browser uploads image -> Catalyst writes this to the filesystem
+
+ Browser uploads image -> Catalyst writes this to the filesystem
-> Catalyst creates a job in the Gearman worker pool -> Gearman queues job, then takes care of it -> your thumbnail appears wherever needed!
|
< -
Catalyst doesn't sit and wait for the thumbnail to be created,
instead, sends confirmation page back to the browser
-</pre>
+
=head2 Finally, Some Code
Okay, so we need:
More information about the Catalyst-commits
mailing list