Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] asynchronous flush?

Hi,

Is there a non-blocking way of forcing flushing the output of a servlet?

The use case is Server-Sent Events, where we’re trying to push messages to a large number of clients via AsyncContext. Calls to flushBuffer are blocking and we experience a backlog due to slow clients.

Thanks,
  Viktor




Back to the top