DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37428>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37428

           Summary: [pool] patch to remove GenericObjectPool's dep on
                    CursorableLinkedList
           Product: Commons
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: PatchAvailable
          Severity: enhancement
          Priority: P3
         Component: Pool
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
OtherBugsDependingO 37153
             nThis:


GenericObjectPool uses CursorableLinkedList (CLL) seemingly because the 
cursor/iterator from CLL allows 
concurrent access from multiple threads. Because the evictor requires exclusive 
access to the object pool 
the benefit of CLL is never realized. (Idle object eviction is the only place 
the cursor/iterator was used.) 
This patch converts the CLL into a LinkedList removing the dependancy 
Collections. 

This is a first step to removing any external dependancies for Pool. Currently 
the Collections jar is 
currently 546K compared to Pool jar which is 41K. GenericKeyedObjectPool still 
uses CLL and I'll convert 
that over in the near future. When I'm done with that Bug #37153 will be 
obsolete.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to