Not to belabor the obvious but I think there is an issue # 435 (to lazy to look up the link) on AssistedInject and lock contention.
On Thu, Mar 18, 2010 at 11:17 AM, cpea <[email protected]> wrote: > Hi Fred, > > Thanks for the reply, I will try switching to @AssistedInject and look > forward to getting the fix in the future. > > To test this I created a simple junit test that loops 10k times and on > each iteration uses Guice (using assisted injection) to create an > object. At the end of the test it prints out the time to run. I was > then able to reconfigure my Guice module from the autogenerated > factory to use a hand-coded factory and re-run the test to see the > difference. > > Cheers! > > -- > 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]<google-guice%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-guice?hl=en. > > -- 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.
