Comment #7 on issue 183 by mcculls: Scopes.SINGLETON uses a global lock http://code.google.com/p/google-guice/issues/detail?id=183
FWIW we've also seen some real-world deadlocks involving this global lock. Patching Guice to use a private monitor for singletons (ie. per-singleton) resolved the deadlock and didn't introduce any other problems.
-- You received this message because you are subscribed to the Google Groups "google-guice-dev" 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-dev?hl=en.
