Comment #5 on issue 729 by sberlin: Deadlock using FactoryModuleBuilder from different threads
http://code.google.com/p/google-guice/issues/detail?id=729

Assisted-Injector can be very slow if the assisted object injects the Injector (or Providers), because for every object creation it will need to create a child injector (which, as you can see, isn't the fastest of operations). If you can refactor your User class to not require the Injector (ie, only take the dependencies it needs), this will speed things up massively. See http://code.google.com/p/google-guice/issues/detail?id=435 for details.

--
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To post to this group, send email to google-guice-dev@googlegroups.com.
To unsubscribe from this group, send email to 
google-guice-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-guice-dev?hl=en.

Reply via email to