On Mon, Feb 9, 2009 at 5:06 AM, Gili Tzabari <[email protected]> wrote:
> I'm curious, why are we still using an active worker thread instead > of > letting the map clean up its dead references as they're encountered? > Wouldn't that fix the problem for 100% of users and simplify the code at > a slight performance cost? You would also retain garbage longer than necessary. The problem we're solving is that some developers have trouble unloading an application during development. That's not worth sacrificing production performance. Besides, we are solving the problem (and it's already solved if you just put Guice in your system classpath). Bob --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
