Bug report for Tomcat 8 [2014/08/03]

2014-08-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2014/08/03]

2014-08-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2014/08/03]

2014-08-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2014/08/03]

2014-08-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2014/08/03]

2014-08-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2014/08/03]

2014-08-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2014/08/03]

2014-08-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[Bug 56797] EL-API does not find overriden method

2014-08-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56797 --- Comment #3 from Christopher Schultz --- Aw, crap. I missed that, obviously. It's always easier to run a unit test when it comes in a self-contained example. ;) -- You are receiving this mail because: You are the assignee for the bug.

[Bug 56798] Idle eviction strategy could perform better (and is sometimes suboptimal)

2014-08-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56798 --- Comment #5 from Christopher Schultz --- (In reply to Sebb from comment #3) > (In reply to Christopher Schultz from comment #2) > > > Using a > > LIFO structure does in fact mean that the whole pool will stay "hot" > > regardless of how

[Bug 56798] Idle eviction strategy could perform better (and is sometimes suboptimal)

2014-08-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56798 --- Comment #6 from Chuck Caldarale --- The contention issue is a red herring. Both a queue and a stack will normally have to be completely locked when inserting or removing items, since there may only be zero or one entries in the contain