On May 23, 2007, at 4:19 PM, Pérez Paz Luis Alberto wrote:
Is necessary disable the direct buffers on the 1.1.0 version??
I mean:
ByteBuffer.setUseDirectBuffers(false);
ByteBuffer.setAllocator(new SimpleByteBufferAllocator());

yes

I was looking in the changes between version and I've not found anything about.

the changes between 1.0 and 1.1.0 are minimal -- replacing the util.concurrent backport with Java 5's java.util.concurrent.

Is a good idea to add an ExecutorFilter in a SocketConnector (client) taking into account that my protocol codec filter is doing cryptographic operations??

Yup. Rather, I don't see doing crypto-work as a reason unto itself as to (not) use an ExecutorFilter.

-pete



--
[EMAIL PROTECTED] - http://fotap.org/~osi



Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to