(file) Return to ThreadPool.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/ThreadPool.cpp between version 1.2 and 1.3

version 1.2, 2006/08/09 21:12:42 version 1.3, 2006/09/13 20:07:38
Line 327 
Line 327 
  
         if (th == 0)         if (th == 0)
         {         {
             // ATTN-DME-P3-20031103: This trace message should not be              Tracer::trace(TRC_THREAD, Tracer::LEVEL2,
             // be labeled TRC_DISCARDED_DATA, because it does not  
             // necessarily imply that a failure has occurred.  However,  
             // this label is being used temporarily to help isolate  
             // the cause of client timeout problems.  
             Tracer::trace(TRC_DISCARDED_DATA, Tracer::LEVEL2,  
                           "ThreadPool::allocate_and_awaken: Insufficient resources: "                           "ThreadPool::allocate_and_awaken: Insufficient resources: "
                           " pool = %s, running threads = %d, idle threads = %d",                           " pool = %s, running threads = %d, idle threads = %d",
                           _key, _runningThreads.size(), _idleThreads.size());                           _key, _runningThreads.size(), _idleThreads.size());


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2