> If your thread local scope keeps strong references to the values, it > won't leak indefinitely (because you have a cap of N threads * M > cached items), but it will raise the base memory footprint of your > app higher than it needs to be. I've definitely had thread local > "leaks" that ran my application out of memory.
Right. That was my only point really. :) -bp --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-guice?hl=en -~----------~----~----~----~------~----~------~--~---
