dev@grizzly.java.net

Re: patches to cometcontext , performance improvements.

From: gustav trede <gustav.trede_at_gmail.com>
Date: Tue, 4 Nov 2008 17:01:01 +0100

Salut ,

i have attached svn diff for 1.9 to
https://grizzly.dev.java.net/issues/show_bug.cgi?id=294<https://grizzly.dev.java.net/issues/show_bug.cgi?id=295>

also i added a minor improvment, to reuse notify code:

    public void notify(final E attachment) throws IOException{
        notify(attachment, CometEvent.NOTIFY);
    }

its allways nice to minimze the number of places where the same logic is
implemented.


regards
  gustav trede