This might seem like a strange question, but I cannot remember ever seeing a description of this. For example if I write a JSPDynPage component is the doProcessBeforeOutput method thread safe? Is one instance of the JSPDynPage created per user / per session, could multiple threads attempt to execute the code within that method at the same time? Therefore I would have to synchronize any code that I want to be thread safe. Also, I have the same question about using JCo Client Pool entries, do I have to syncronize code on the poolentry object?
Thanks in advance,
Simon.
p.s. I have also posted this question on iViewStudio.