Re: [5.0] Removing session recycling code

2003-07-08 Thread Glenn Nielsen
I agree that session recycling can be a security problem but am concerned that removing recycling will significantly increase GC overhead. I would like to see some before and after GC data from testing where 1000's of sessions get used per hour. Testing with different versions of the JVM would be

Re: [5.0] Removing session recycling code

2003-07-07 Thread Costin Manolache
+1 The session is a long-lived object, so the improvement on recycling is minor. Costin Remy Maucherat wrote: > Hi, > > I'd like to completely remove session recycling code from TC 5, as it is > a potentially dangerous feature (which has been disabled in TC 4.1.x) > and does not bring any ac

Re: [5.0] Removing session recycling code

2003-07-07 Thread Bill Barker
- Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Monday, July 07, 2003 2:54 PM Subject: [5.0] Removing session recycling code > Hi, > > I'd like to completely remove

Re: [5.0] Removing session recycling code

2003-07-07 Thread kev
I'd like to completely remove session recycling code from TC 5, as it is a potentially dangerous feature (which has been disabled in TC 4.1.x) and does not bring any actual performance improvement while using memory. The biggest impact of the change is the removal of the recycled array list for

[5.0] Removing session recycling code

2003-07-07 Thread Remy Maucherat
Hi, I'd like to completely remove session recycling code from TC 5, as it is a potentially dangerous feature (which has been disabled in TC 4.1.x) and does not bring any actual performance improvement while using memory. The biggest impact of the change is the removal of the recycled array list