non-blocking image generation over http

Marc-André Laverdière marcandre.laverdiere at gmail.com
Wed Sep 14 19:36:03 EDT 2011


Adding to this, you can deal with the slowness either by pre generating
things, or by increasing your complexity to have a callback and the like.
Personally, I would suggest to keep things simple :)
-
Marc-André Laverdiere
Sent from a mobile device. Please excuse the brevity
On 15-Sep-2011 3:16 AM, "Jamie McCrindle" <jamiemccrindle at gmail.com> wrote:
> 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
>>
> _______________________________________________
> netty-users mailing list
> netty-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/netty-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/netty-users/attachments/20110915/8cc1c7e2/attachment.html 


More information about the netty-users mailing list