It does not start any new threads. You should design your classes to be
threadsafe if they will be accessed by multiple threads later in the life of
the application (particularly, singletons).
Dhanji.

On Tue, Aug 11, 2009 at 1:02 AM, Jean-Francois Poilpret <
[email protected]> wrote:

>
> Hi,
>
> I was just wondering if Guice.createInjector performs all its work in
> the thread it was called from or if it starts its own thread(s)?
> Anyone knows the answer to that question?
> That would tell me if I have to code "multithread-preventively" in some
> of my methods or if it is just useless;-)
>
> Cheers
>
> Jean-Francois
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to