Author: sevein
Date: Thu Dec 15 15:03:30 2011
New Revision: 10408
Log:
Add a print before the loop is started to know when this point is reached
Modified:
trunk/plugins/sfGearmanPlugin/lib/task/gearmanWorkerTask.class.php
Modified: trunk/plugins/sfGearmanPlugin/lib/task/gearmanWorkerTask.class.php
==============================================================================
--- trunk/plugins/sfGearmanPlugin/lib/task/gearmanWorkerTask.class.php Thu Dec
15 15:02:37 2011 (r10407)
+++ trunk/plugins/sfGearmanPlugin/lib/task/gearmanWorkerTask.class.php Thu Dec
15 15:03:30 2011 (r10408)
@@ -58,6 +58,8 @@
// create and work a worker
$worker = new sfGearmanWorker($options, $this->dispatcher);
+ echo "Running worker...\n";
+
try
{
$worker->loop();
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.