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