Forget this, just found the answer in the doc:
http://code.google.com/p/google-guice/wiki/Scopes#Scopes_and_Concurrency

Cheers,

    Philippe

On Sat, May 15, 2010 at 3:07 PM, PhilBeaudoin
<[email protected]> wrote:
> From my (admittedly limited) understanding of servlet container
> mechanics, I understand that different requests can be sent to
> different threads. To me, this seems to mean that any @SessionScoped
> object I create will need to be thread safe? Is this correct?
>
> On the other hand, I'm I right in thinking that @RequestScoped objects
> don't have to worry about thread safety (provided I'm not using
> threads in my own code, naturally).
>
> --
> 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.
>
>

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