non-blocking image generation over http

Jamie McCrindle jamiemccrindle at gmail.com
Wed Sep 14 17:45:46 EDT 2011


Hi,

The docs here:

http://docs.jboss.org/netty/3.2/api/org/jboss/netty/handler/execution/ExecutionHandler.html
are hopefully what you need?

Essentially, you want to keep anything that blocks off the I/O threads
and the ExecutionHandler gives you a way to do that.

regards,
Jamie.

On Wed, Sep 14, 2011 at 6:35 PM, kutchar <drew at venarc.com> wrote:
> No replies? Anything wrong with my question?
>
> --
> View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/non-blocking-image-generation-over-http-tp6788849p6793665.html
> Sent from the Netty User Group mailing list archive at Nabble.com.
> _______________________________________________
> netty-users mailing list
> netty-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/netty-users
>


More information about the netty-users mailing list