I guess the result could be hard to predict and test? Are you suggesting
that I should wrap the block of dc == null {...} in a synchronized()?
Clearly my knowledge of this area is limited and I do appreciate your
guidance and questions.
Steve
On 23/05/07, Tore Halset <[EMAIL PROTECTED]> wrote:
On May 22, 2007, at 05:22, Steve Wells wrote:
> My approach would be to have a simple per session DC and a global
> web app
> one...at this stage, hardly seems dangerous, what could possibly go
> wrong?
> ;)
What if a user (session) issues two simultanous requests?
- Tore.