Package org.glassfish.grizzly.comet.concurrent


package org.glassfish.grizzly.comet.concurrent
  • Classes
    Class
    Description
    We queue events in each CometHandler to lower the probability that slow or massive IO for one CometHandler severely delays events to others.

    only streaming mode can benefit from buffering messages like this.