You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by cz...@apache.org on 2003/09/03 15:42:55 UTC

cvs commit: avalon-excalibur/event/src/java/org/apache/excalibur/event/command TPCThreadManager.java

cziegeler    2003/09/03 06:42:55

  Modified:    event/src/java/org/apache/excalibur/event/command
                        TPCThreadManager.java
  Log:
  Applying patch from Bruno that allows the use inside a servlet engine
  
  Revision  Changes    Path
  1.42      +1 -1      avalon-excalibur/event/src/java/org/apache/excalibur/event/command/TPCThreadManager.java
  
  Index: TPCThreadManager.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/event/src/java/org/apache/excalibur/event/command/TPCThreadManager.java,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- TPCThreadManager.java	12 Jun 2003 13:49:23 -0000	1.41
  +++ TPCThreadManager.java	3 Sep 2003 13:42:54 -0000	1.42
  @@ -134,7 +134,7 @@
           m_threadPool.setMinimumPoolSize( 2 ); // at least two threads
           m_threadPool.setMaximumPoolSize( ( m_processors * m_threadsPerProcessor ) + 1 );
           m_threadPool.setKeepAliveTime( getSleepTime() );
  -        m_threadPool.waitWhenBlocked();
  +        m_threadPool.discardWhenBlocked();
   
           if( null == getLogger() )
           {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org