users@grizzly.java.net

Re: Can't get registerAsyncWrite to work

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Thu, 25 Jun 2009 10:50:38 -0400

Salut,

Richard Zschech wrote:
> The code above is my entire test. Shouldn't
> cometContext.registerAsyncWrite(handler) cause a onEvent(CometEvent event)
> to happen when an async write is allowed i.e. straight away?

No, because Write is always allowed on the first write. I can change rhe
behavior to accommodate you. I think it will make the logic easier to
implement. Can you file an issue here:

   * https://grizzly.dev.java.net/issues/

Thanks!

-- Jeanfrancois


>
>