dlr 2003/06/20 09:05:19
Modified: xdocs changes.xml
Log:
XML entity escaped angle brackets in thread deadlock note.
Revision Changes Path
1.85 +7 -6 db-torque/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/db-torque/xdocs/changes.xml,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -u -r1.84 -r1.85
--- changes.xml 20 Jun 2003 16:04:18 -0000 1.84
+++ changes.xml 20 Jun 2003 16:05:19 -0000 1.85
@@ -61,12 +61,13 @@
generated
</li>
<li>
- Corrected deadly multi-CPU thread deadlock problem discovered by Ed
- Korthof <[EMAIL PROTECTED]> and John McNally <[EMAIL PROTECTED]>. The
- problem was due to emulation of synchronization using an int counter
- (to improve performance by avoiding Java "synchronized" keyword).
- Post-increment and decrement operators compile to three op codes (with
- Sun's JDK 1.3.1 for Linux), unsafe on a multi-CPU box.
+ Corrected deadly multi-CPU thread deadlock problem discovered by
+ Ed Korthof <[EMAIL PROTECTED]> and John McNally
+ <[EMAIL PROTECTED]>. The problem was due to emulation
+ of synchronization using an int counter (to improve performance
+ by avoiding Java "synchronized" keyword). Post-increment and
+ decrement operators compile to three op codes (with Sun's JDK
+ 1.3.1 for Linux), unsafe on a multi-CPU box.
</li>
</ul>
</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]