Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Perl Cvs P5ee > [svn:p5ee] r101...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 611 of 694
Post > Topic >>

[svn:p5ee] r10199 - p5ee/trunk/App-WorkQueue/lib/App

by spadkins@[EMAIL PROTECTED] Nov 8, 2007 at 11:19 AM

Author: spadkins
Date: Thu Nov  8 11:19:57 2007
New Revision: 10199

Modified:
   p5ee/trunk/App-WorkQueue/lib/App/WorkQueue.pm

Log:
more logging to track down our slowness

Modified: p5ee/trunk/App-WorkQueue/lib/App/WorkQueue.pm
==============================================================================
--- p5ee/trunk/App-WorkQueue/lib/App/WorkQueue.pm	(original)
+++ p5ee/trunk/App-WorkQueue/lib/App/WorkQueue.pm	Thu Nov  8 11:19:57 2007
@[EMAIL PROTECTED]
 -1512,6 +1512,9 @[EMAIL PROTECTED]
     &App::sub_entry if ($App::trace);
     my ($self, $entry, $constraints) = @[EMAIL PROTECTED]
 
+    my $context = $self->{context};
+    $context->log("NOTE: _acquire_resources called : subrequest_id[" .
$entry->{subrequest_id} . "]\n");
+
     my $complies = 1;
 
     my $global_constraints = $self->{global_constraints};
@[EMAIL PROTECTED]
 -1632,6 +1635,9 @[EMAIL PROTECTED]
     &App::sub_entry if ($App::trace);
     my ($self, $entry, $constraints) = @[EMAIL PROTECTED]
 
+    my $context = $self->{context};
+    $context->log("NOTE: _release_resources called : subrequest_id[" .
$entry->{subrequest_id} . "]\n");
+
     my $global_constraints = $self->{global_constraints};
     if (!$global_constraints || $#$global_constraints == -1) {
         # do nothing




 1 Posts in Topic:
[svn:p5ee] r10199 - p5ee/trunk/App-WorkQueue/lib/App
spadkins@[EMAIL PROTECTED  2007-11-08 11:19:58 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Wed May 14 14:55:38 CDT 2008.