dev@grizzly.java.net

RE: Next release: 1.5.1. What do we want?

From: Jerome Louvel <contact_at_noelios.com>
Date: Wed, 16 May 2007 10:19:12 +0200

Salut Jean-Francois,

> Quick question (I will install the latest version). Are you
> changing the channel from non blocking to blocking somewhere:

Not really. I think the issue is coming from the org.restlet.util.ByteUtils
class which uses the NIO's Channels.newOutputStream(writableChannel) method.
But this method only works for blocking NIO channels...

I will try to change the implementation to take into account non blocking
socket channels.

Best regards,
Jerome