You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2003/05/17 09:16:22 UTC

cvs commit: jakarta-james/src/conf james-assembly.xml

noel        2003/05/17 00:16:22

  Modified:    src/conf Tag: branch_2_1_fcs james-assembly.xml
  Log:
  Use the new thread manager that puts a hard limit on thread count.  Should move to Avalon.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.13.4.1  +1 -1      jakarta-james/src/conf/james-assembly.xml
  
  Index: james-assembly.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/conf/james-assembly.xml,v
  retrieving revision 1.13
  retrieving revision 1.13.4.1
  diff -u -r1.13 -r1.13.4.1
  --- james-assembly.xml	26 Oct 2002 04:15:29 -0000	1.13
  +++ james-assembly.xml	17 May 2003 07:16:22 -0000	1.13.4.1
  @@ -159,6 +159,6 @@
   
     <!-- The ThreadManager block -->
     <block name="thread-manager"
  -         class="org.apache.avalon.cornerstone.blocks.threads.DefaultThreadManager" />
  +         class="org.apache.james.util.thread.DefaultThreadManager" />
   
   </assembly>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: james-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-dev-help@jakarta.apache.org