User: mnf999  
  Date: 01/10/30 18:37:56

  Modified:    src/main/org/jboss/ejb/plugins/lock
                        QueuedPessimisticEJBLock.java
  Log:
  Some Fixmes in the code, we are in a serious need of a cleanup imho...
  
  this code is starting to look green around the edge, a serious sign of decay
  
  Revision  Changes    Path
  1.5       +4 -1      
jboss/src/main/org/jboss/ejb/plugins/lock/QueuedPessimisticEJBLock.java
  
  Index: QueuedPessimisticEJBLock.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jboss/src/main/org/jboss/ejb/plugins/lock/QueuedPessimisticEJBLock.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- QueuedPessimisticEJBLock.java     2001/09/11 18:35:01     1.4
  +++ QueuedPessimisticEJBLock.java     2001/10/31 02:37:56     1.5
  @@ -38,10 +38,13 @@
    * When the reference count goes to 0, the lock is released from the
    * id -> lock mapping.
    *
  + * FIXME marcf: we should get solid numbers on this locking, bench in multi-thread 
environments
  + * We need someone with serious SUN hardware to run this lock into the ground
  + *
    * @author <a href="[EMAIL PROTECTED]">Marc Fleury</a>
    * @author <a href="[EMAIL PROTECTED]">Bill Burke</a>
    *
  - * @version $Revision: 1.4 $
  + * @version $Revision: 1.5 $
    *
    * <p><b>Revisions:</b><br>
    * <p><b>2001/08/03: billb</b>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to