You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by dl...@apache.org on 2002/02/11 03:31:20 UTC

cvs commit: jakarta-turbine-stratum/src/java/org/apache/stratum/jcs/utils/reuse JglQueue.java

dlr         02/02/10 18:31:20

  Modified:    src/java/org/apache/stratum/jcs/utils/reuse JglQueue.java
  Log:
  No longer using this class until the status of JGL can be assertained.
  Aaron, I know you have some (valid) concerns about the performance of
  LinkedList, so let's see if we can get the source code for just this
  one class from the JGL guys.  If not, perhaps we can find a faster
  LinkedList implementation.
  
  Revision  Changes    Path
  1.4       +1 -0      jakarta-turbine-stratum/src/java/org/apache/stratum/jcs/utils/reuse/JglQueue.java
  
  Index: JglQueue.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-stratum/src/java/org/apache/stratum/jcs/utils/reuse/JglQueue.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -u -r1.3 -r1.4
  --- JglQueue.java	15 Jan 2002 21:33:37 -0000	1.3
  +++ JglQueue.java	11 Feb 2002 02:31:20 -0000	1.4
  @@ -7,6 +7,7 @@
    *
    *@author     asmuts
    *@created    January 15, 2002
  + *@deprecated Using LinkedList to reduce dependencies.
    */
   public class JglQueue extends Queue implements IJglQueue
   {
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>