(file) Return to config.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

Diff for /pegasus/mak/config.mak between version 1.64.2.6 and 1.64.2.7

version 1.64.2.6, 2005/08/03 04:13:42 version 1.64.2.7, 2005/08/12 23:47:59
Line 329 
Line 329 
 ## ##
 ################################################################################ ################################################################################
  
   ################################################################################
   ##
   ## PEGASUS_MAX_THREADS_PER_SVC_QUEUE
   ##
   ## Controls the maximum number of threads allowed per message service queue.
   ##     It is allowed to range between 1 and MAX_THREADS_PER_SVC_QUEUE_LIMIT
   ##     as set in pegasus/src/Pegasus/Common/MessageQueueService.cpp.
   ##
   ##      defaults to 0 (zero)
   ##
   ##      if set to 0 (zero)
   ##       then the max threads per service queue is
   ##            set to MAX_THREADS_PER_SVC_QUEUE_DEFAULT.
   ##      if set larger than MAX_THREADS_PER_SVC_QUEUE_LIMIT
   ##        then the max threads per service queue is
   ##            set to MAX_THREADS_PER_SVC_QUEUE_LIMIT.
   ##
   ##      Label                                   Current value
   ##      --------------------------------------  -------------
   ##      MAX_THREADS_PER_SVC_QUEUE_LIMIT         5000
   ##      MAX_THREADS_PER_SVC_QUEUE_DEFAULT       5
   ##
   ##
   
   ifdef PEGASUS_MAX_THREADS_PER_SVC_QUEUE
     DEFINES += -DMAX_THREADS_PER_SVC_QUEUE=$(PEGASUS_MAX_THREADS_PER_SVC_QUEUE)
   else
     DEFINES += -DMAX_THREADS_PER_SVC_QUEUE=0
   endif
   
 # Setup the conditional compile for client displays. # Setup the conditional compile for client displays.
 # #
 ifdef PEGASUS_CLIENT_TRACE_ENABLE ifdef PEGASUS_CLIENT_TRACE_ENABLE


Legend:
Removed from v.1.64.2.6  
changed lines
  Added in v.1.64.2.7

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2