Re: javax.servlet.ServletRequest and thread safety...

2011-11-21 Thread Jess Holle
On 11/21/2011 5:26 PM, Caldarale, Charles R wrote: From: Jess Holle [mailto:je...@ptc.com] Subject: javax.servlet.ServletRequest and thread safety... Is there an issue with multi-threaded access here or am I imagining things? There is an issue, and it's highly unlikely to ever be changed.

RE: javax.servlet.ServletRequest and thread safety...

2011-11-21 Thread Caldarale, Charles R
> From: Jess Holle [mailto:je...@ptc.com] > Subject: javax.servlet.ServletRequest and thread safety... > Is there an issue with multi-threaded access here or am > I imagining things? There is an issue, and it's highly unlikely to ever be changed. The spec defines the APIs a

javax.servlet.ServletRequest and thread safety...

2011-11-21 Thread Jess Holle
First off, I know that as a *rule* javax.servlet.ServletRequest APIs are only intended to be called from one thread at a time and specifically (prior to 3.0 async APIs) from the servlet request thread and only during processing of that request. All that said, there are lots of driving use case