David Requena | Hi All, I'm working on a servlet based CSTA monitoring system. As the j2ee platform is hightly multi-threaded I'm a bit worried about potential synchronization issues. I could not find any reference to thread-safeness at the dev's guide not at javadoc reference but, well, that might mean everything is thread-safe as much as that nothing is. Provided examples do not take any synchronization precautions and freely access CMExxx instances from event handlers, but then these are presented as 'minimal code' samples. So here is my question: What classes, instances and methods, if any, should I be synchronizing access to? Pointers to relevant documentation would also be very much welcome. Thanks in advance. David |
| Please sign in to flag this as inappropriate. |