Re: Servlet API thread safety ... was [jira] MYFACES-1558

2007-03-13 Thread Dennis Byrne
David has found a few interesting things about the FactoryFinder implementation. I think we can all agree that the memory leak can be fixed, I have mixed feelings about the use of synchronization here. The code is invoked from many places in the app and I am mostly concerned about performance.

Re: Servlet API thread safety ... was [jira] MYFACES-1558

2007-03-13 Thread David Jencks
On Mar 13, 2007, at 6:46 PM, Dennis Byrne wrote: David has found a few interesting things about the FactoryFinder implementation. I think we can all agree that the memory leak can be fixed, I have mixed feelings about the use of synchronization here. The code is invoked from many places