Can someone explain me the lines //1 and //2 and the effect of creating this threads and calling the run method. How will they be synchronized ? </BLOCKQUOTE>
Since they are each synchronized with respect to themselves, there will be no visible effect of the synchronization. They are seperete objects synchronized on seperate things.
[This message has been edited by CL Gilbert (edited October 08, 2001).] [This message has been edited by CL Gilbert (edited October 08, 2001).]
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.