> It would be good if we could support using java.util.concurrent if > available however (it should be slighty faster since it can take advantage > of the atomic operations in Java 5). Perhaps have a "jdk 1.4 build task" > that removed "edu.emory.mathcs.backport." from the imports?
I agree with peter, we already use java 5 exclusively so I would prefer if we can use mina without depending on the backport. Maarten
