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

Diff for /pegasus/mak/config.mak between version 1.102 and 1.103

version 1.102, 2005/10/11 11:51:44 version 1.103, 2005/10/14 17:40:18
Line 281 
Line 281 
 ## ##
 ## Controls the maximum number of threads allowed per message service 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 ##     It is allowed to range between 1 and MAX_THREADS_PER_SVC_QUEUE_LIMIT
 ##     as set in pegasus/src/Pegasus/Common/MessageQueueService.cpp.  ##     as set in pegasus/src/Pegasus/Common/MessageQueueService.cpp.  If the
 ##  ##     specified value is out of range, MAX_THREADS_PER_SVC_QUEUE_LIMIT is
 ##      defaults to 0 (zero)  ##     used.  The default value is MAX_THREADS_PER_SVC_QUEUE_DEFAULT, as
 ##  ##     defined in pegasus/src/Pegasus/Common/MessageQueueService.cpp.
 ##      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 ##      Label                                   Current value
 ##      --------------------------------------  ------------- ##      --------------------------------------  -------------
Line 301 
Line 295 
  
 ifdef PEGASUS_MAX_THREADS_PER_SVC_QUEUE ifdef PEGASUS_MAX_THREADS_PER_SVC_QUEUE
   DEFINES += -DMAX_THREADS_PER_SVC_QUEUE=$(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 endif
  
 ############################################################################## ##############################################################################


Legend:
Removed from v.1.102  
changed lines
  Added in v.1.103

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2