DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4912>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4912 Incremental Processing blocks ------- Additional Comments From [EMAIL PROTECTED] 2001-11-16 10:58 ------- Hm. Could you try a code experiment for me? This is just a hunch, but I'm curious about whether it will make any difference... In org.apache.dtm.ref.CoroutineManager, try changing the calls to notify() so they instead invoke notifyAll(). That may have less risk of the scheduler doing something unexpected about which threads it actually wakes up, at the cost of possibly burning a few more cycles.
