Notes/Domino 6 and 7 Forum: Java Thread Synchronization in HTTP JVM
Saw a very interesting post on Java thread synchronization in the Notes/Domino 6 and 7 Forum over at Lotus developerWorks. I see that Julian already posted a reply but he also admits he's not exactly a subject matter expert. Anyone else who has some information on the subject that they dare to share?
Link to post: Java Thread Synchronization in HTTP JVM
Re: Notes/Domino 6 and 7 Forum: Java Thread Synchronization in HTTP JVM
"avoid synchronization as the scope of the classes and objects being synchronized may cross instances"
Could it mean a potential synchronization deadlock? See "Listing 2. A more subtle potential synchronization deadlock" here
Re: Notes/Domino 6 and 7 Forum: Java Thread Synchronization in HTTP JVM
I was just thinking/trying to understand if potential for dead lock was one of the reasons why documentaion asks to avoid it.
If thats really the reason, the mechanisms to avoid dead locks(like the second page on the link above provides some solutions) especially for Notes specific access is a different matter that I have never explored.





