<p>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 :)<br>
-<br>
Marc-André Laverdiere<br>
Sent from a mobile device. Please excuse the brevity </p>
<div class="gmail_quote">On 15-Sep-2011 3:16 AM, "Jamie McCrindle" <<a href="mailto:jamiemccrindle@gmail.com">jamiemccrindle@gmail.com</a>> wrote:<br type="attribution">> Hi,<br>> <br>> The docs here:<br>
> <br>> <a href="http://docs.jboss.org/netty/3.2/api/org/jboss/netty/handler/execution/ExecutionHandler.html">http://docs.jboss.org/netty/3.2/api/org/jboss/netty/handler/execution/ExecutionHandler.html</a><br>> are hopefully what you need?<br>
> <br>> Essentially, you want to keep anything that blocks off the I/O threads<br>> and the ExecutionHandler gives you a way to do that.<br>> <br>> regards,<br>> Jamie.<br>> <br>> On Wed, Sep 14, 2011 at 6:35 PM, kutchar <<a href="mailto:drew@venarc.com">drew@venarc.com</a>> wrote:<br>
>> No replies? Anything wrong with my question?<br>>><br>>> --<br>>> View this message in context: <a href="http://netty-forums-and-mailing-lists.685743.n2.nabble.com/non-blocking-image-generation-over-http-tp6788849p6793665.html">http://netty-forums-and-mailing-lists.685743.n2.nabble.com/non-blocking-image-generation-over-http-tp6788849p6793665.html</a><br>
>> Sent from the Netty User Group mailing list archive at Nabble.com.<br>>> _______________________________________________<br>>> netty-users mailing list<br>>> <a href="mailto:netty-users@lists.jboss.org">netty-users@lists.jboss.org</a><br>
>> <a href="https://lists.jboss.org/mailman/listinfo/netty-users">https://lists.jboss.org/mailman/listinfo/netty-users</a><br>>><br>> _______________________________________________<br>> netty-users mailing list<br>
> <a href="mailto:netty-users@lists.jboss.org">netty-users@lists.jboss.org</a><br>> <a href="https://lists.jboss.org/mailman/listinfo/netty-users">https://lists.jboss.org/mailman/listinfo/netty-users</a><br></div>