[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/oneway ...

Ron Sigal ron_sigal at yahoo.com
Wed Sep 12 03:42:46 EDT 2007


  User: rsigal  
  Date: 07/09/12 03:42:46

  Modified:    src/tests/org/jboss/test/remoting/oneway  Tag:
                        remoting_2_2_0_GA OnewayThreadPoolTestCase.java
  Log:
  JBREM-658:  Reduced frequency of checking "go" variable in OnewayThread.run() 
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2.4.1 +2 -2      JBossRemoting/src/tests/org/jboss/test/remoting/oneway/Attic/OnewayThreadPoolTestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: OnewayThreadPoolTestCase.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/oneway/Attic/OnewayThreadPoolTestCase.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.2.4.1
  diff -u -b -r1.1.2.2 -r1.1.2.2.4.1
  --- OnewayThreadPoolTestCase.java	15 Feb 2007 21:06:02 -0000	1.1.2.2
  +++ OnewayThreadPoolTestCase.java	12 Sep 2007 07:42:46 -0000	1.1.2.2.4.1
  @@ -54,7 +54,7 @@
    * See JBREM-658.
    * 
    * @author <a href="ron.sigal at jboss.com">Ron Sigal</a>
  - * @version $Revision: 1.1.2.2 $
  + * @version $Revision: 1.1.2.2.4.1 $
    * <p>
    * Copyright Feb 6, 2007
    * </p>
  @@ -673,7 +673,7 @@
            {
               while (!go)
               {
  -               try {Thread.sleep(1);} catch (InterruptedException e) {}
  +               try {Thread.sleep(10);} catch (InterruptedException e) {}
               }
               
               client.invokeOneway(FAST + id, null, clientSide);
  
  
  



More information about the jboss-cvs-commits mailing list